Commit a3579fcb authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Disable Configuration Update Command message (to be updated later)

parent 79a8647d
...@@ -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);
*/
} }
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment