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
cf63eb97
Commit
cf63eb97
authored
Dec 04, 2022
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code cleanup
parent
fe34f952
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/smf_app/smf_context.cpp
src/smf_app/smf_context.cpp
+4
-3
No files found.
src/smf_app/smf_context.cpp
View file @
cf63eb97
...
...
@@ -5008,9 +5008,10 @@ void smf_context::send_pdu_session_update_response(
const
std
::
shared_ptr
<
itti_n11_update_sm_context_response
>&
resp
,
const
session_management_procedures_type_e
&
session_procedure_type
,
const
std
::
shared_ptr
<
smf_pdu_session
>&
sps
)
{
std
::
string
n1_sm_msg
=
{};
std
::
string
n1_sm_msg_hex
=
{};
std
::
string
n2_sm_info
=
{}
std
::
string
n2_sm_info_hex
=
{};
std
::
string
n1_sm_msg
=
{};
std
::
string
n1_sm_msg_hex
=
{};
std
::
string
n2_sm_info
=
{};
std
::
string
n2_sm_info_hex
=
{};
// TODO: check we got all responses vs
// resp->res.flow_context_modified
...
...
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