Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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-AMF
Commits
3afd143e
Commit
3afd143e
authored
Nov 03, 2022
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable Configuration Update Command
parent
28a5a1e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/amf-app/amf_n1.cpp
src/amf-app/amf_n1.cpp
+9
-0
No files found.
src/amf-app/amf_n1.cpp
View file @
3afd143e
...
...
@@ -2760,6 +2760,14 @@ void amf_n1::registration_complete_handle(
return
;
}
// TODO: Configuration Update Command message causes issue for UERANSIM
// (it does not accept the first PDU Session Establishment Accept, then it
// will send a second PDU Session Establishment Request and accept the second
// PDU Session Establishment Accept) Therefore, we disable this temporarily to
// make it work with UERANSIM
Logger
::
amf_n1
().
debug
(
"Do not sending Configuration Update Command in this version!"
);
/*
Logger::amf_n1().debug("Preparing Configuration Update Command message");
// Encode Configuration Update Command
auto configuration_update_command =
...
...
@@ -2798,6 +2806,7 @@ void amf_n1::registration_complete_handle(
"Could not send ITTI message %s to task TASK_AMF_N2",
dnt->get_msg_name());
}
*/
}
//------------------------------------------------------------------------------
...
...
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