Commit 563b2ba5 authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Merge branch 'fix_configuration_update_command' into cu_du_testing

parents 42e0dafe 430dee31
......@@ -2764,7 +2764,7 @@ void amf_n1::registration_complete_handle(
auto configuration_update_command =
std::make_unique<ConfigurationUpdateCommand>();
configuration_update_command->setHeader(CONFIGURATION_UPDATE_COMMAND);
configuration_update_command->setHeader(PLAIN_5GS_MSG);
configuration_update_command->setFullNameForNetwork("Testing"); // TODO:
configuration_update_command->setShortNameForNetwork("Testing"); // TODO:
......
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