Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-smf
Commits
18da34cb
Commit
18da34cb
authored
Jun 06, 2020
by
Tien-Thinh Nguyen
Browse files
fix for local test
parent
c07e354c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/smf_app/smf_app.cpp
View file @
18da34cb
...
...
@@ -411,6 +411,7 @@ void smf_app::handle_itti_msg(
switch
(
m
.
procedure_type
)
{
case
session_management_procedures_type_e
::
PDU_SESSION_ESTABLISHMENT_UE_REQUESTED
:
{
//Update PDU Session accordingly
Logger
::
smf_app
().
info
(
"PDU_SESSION_ESTABLISHMENT_UE_REQUESTED"
);
pdu_session_status_e
status
=
{
pdu_session_status_e
::
PDU_SESSION_INACTIVE
};
upCnx_state_e
state
=
{
upCnx_state_e
::
UPCNX_STATE_DEACTIVATED
};
...
...
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