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
a3579fcb
Commit
a3579fcb
authored
May 04, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable Configuration Update Command message (to be updated later)
parent
79a8647d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
47 deletions
+48
-47
src/amf-app/amf_n1.cpp
src/amf-app/amf_n1.cpp
+48
-47
No files found.
src/amf-app/amf_n1.cpp
View file @
a3579fcb
...
@@ -2189,7 +2189,7 @@ void amf_n1::registration_complete_handle(
...
@@ -2189,7 +2189,7 @@ void amf_n1::registration_complete_handle(
uint32_t
ran_ue_ngap_id
,
long
amf_ue_ngap_id
,
bstring
nas_msg
)
{
uint32_t
ran_ue_ngap_id
,
long
amf_ue_ngap_id
,
bstring
nas_msg
)
{
Logger
::
amf_n1
().
debug
(
Logger
::
amf_n1
().
debug
(
"receiving registration complete, encoding Configuration Update Command"
);
"receiving registration complete, encoding Configuration Update Command"
);
/*
time_t tt;
time_t tt;
time(&tt);
time(&tt);
tt = tt + 8 * 3600; // transform the time zone
tt = tt + 8 * 3600; // transform the time zone
...
@@ -2232,11 +2232,12 @@ void amf_n1::registration_complete_handle(
...
@@ -2232,11 +2232,12 @@ void amf_n1::registration_complete_handle(
// protect nas message
// protect nas message
bstring protectedNas;
bstring protectedNas;
encode_nas_message_protected(
encode_nas_message_protected(
secu
,
false
,
INTEGRITY_PROTECTED_AND_CIPHERED
,
NAS_MESSAGE_DOWNLINK
,
conf
,
secu, false, INTEGRITY_PROTECTED_AND_CIPHERED, NAS_MESSAGE_DOWNLINK
,
45
,
protectedNas
);
conf,
45, protectedNas);
itti_send_dl_nas_buffer_to_task_n2(
itti_send_dl_nas_buffer_to_task_n2(
protectedNas, ran_ue_ngap_id, amf_ue_ngap_id);
protectedNas, ran_ue_ngap_id, amf_ue_ngap_id);
*/
}
}
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
...
...
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