Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-SMF
Commits
c4ecfddc
Commit
c4ecfddc
authored
Oct 13, 2019
by
yunshou-yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updata src/api-server/impl/SMContextsCollectionApiImpl.cpp
parent
1df7695a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/api-server/impl/SMContextsCollectionApiImpl.cpp
src/api-server/impl/SMContextsCollectionApiImpl.cpp
+1
-1
No files found.
src/api-server/impl/SMContextsCollectionApiImpl.cpp
View file @
c4ecfddc
...
...
@@ -228,7 +228,7 @@ void SMContextsCollectionApiImpl::post_sm_contexts(const SmContextMessage &smCon
printf
(
"extend_options buffer:0x%x 0x%x 0x%x 0x%x
\n
"
,(
unsigned
char
)((
decoded_nas_msg
.
plain
.
sm
.
specific_msg
.
pdu_session_release_complete
.
extendedprotocolconfigurationoptions
)
->
data
[
0
]),(
unsigned
char
)((
decoded_nas_msg
.
plain
.
sm
.
specific_msg
.
pdu_session_release_complete
.
extendedprotocolconfigurationoptions
)
->
data
[
1
]),(
unsigned
char
)((
decoded_nas_msg
.
plain
.
sm
.
specific_msg
.
pdu_session_release_complete
.
extendedprotocolconfigurationoptions
)
->
data
[
2
]),(
unsigned
char
)((
decoded_nas_msg
.
plain
.
sm
.
specific_msg
.
pdu_session_release_complete
.
extendedprotocolconfigurationoptions
)
->
data
[
3
]));
printf
(
"PDU_SESSION_RELEASE_COMPLETE------------ end
\n
"
);
break
;
case
_5GSM_STAUS
:
case
_5GSM_STA
T
US
:
printf
(
"_5GSM_STAUS------------ start
\n
"
);
printf
(
"sm header,extended_protocol_discriminator:0x%x,pdu_session_identity:0x%x,proeduer_transaction_identity:0x%x, message type:0x%x
\n
"
,
decoded_nas_msg
.
plain
.
sm
.
header
.
extended_protocol_discriminator
,
decoded_nas_msg
.
plain
.
sm
.
header
.
pdu_session_identity
,
decoded_nas_msg
.
plain
.
sm
.
header
.
proeduer_transaction_identity
,
decoded_nas_msg
.
plain
.
sm
.
header
.
message_type
);
printf
(
"_5gsmcause: 0x%x
\n
"
,
decoded_nas_msg
.
plain
.
sm
.
specific_msg
.
_5gsm_status
.
_5gsmcause
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment