Commit da01d740 authored by yangjian's avatar yangjian

modify t3512

parent 5cdcf37a
...@@ -2282,8 +2282,8 @@ void amf_n1::security_mode_complete_handle(uint32_t ran_ue_ngap_id, ...@@ -2282,8 +2282,8 @@ void amf_n1::security_mode_complete_handle(uint32_t ran_ue_ngap_id,
Logger::amf_n1().warn("Please set environment variable \"AMF_T3512_MIN\""); Logger::amf_n1().warn("Please set environment variable \"AMF_T3512_MIN\"");
} }
// regAccept->setT3512_Value(0x5, t3512_Value); // regAccept->setT3512_Value(0x5, t3512_Value);
// regAccept->setT3512_Value(0x2, 0); regAccept->setT3512_Value(0x2, 0);
regAccept->setT3512_Value(0x5, 0x1); // regAccept->setT3512_Value(0x5, 0x1);
uint8_t buffer[BUFFER_SIZE_1024] = {0}; uint8_t buffer[BUFFER_SIZE_1024] = {0};
int encoded_size = regAccept->encode2buffer(buffer, BUFFER_SIZE_1024); int encoded_size = regAccept->encode2buffer(buffer, BUFFER_SIZE_1024);
print_buffer("amf_n1", "Registration-Accept message buffer", buffer, print_buffer("amf_n1", "Registration-Accept message buffer", buffer,
...@@ -2944,8 +2944,8 @@ void amf_n1::run_mobility_registration_update_procedure( ...@@ -2944,8 +2944,8 @@ void amf_n1::run_mobility_registration_update_procedure(
amf_cfg.guami.regionID, amf_cfg.guami.AmfSetID, amf_cfg.guami.regionID, amf_cfg.guami.AmfSetID,
amf_cfg.guami.AmfPointer, 0x264a34c0); amf_cfg.guami.AmfPointer, 0x264a34c0);
// regAccept->setT3512_Value(0x5, 0x1e); // regAccept->setT3512_Value(0x5, 0x1e);
// regAccept->setT3512_Value(0x2, 0); regAccept->setT3512_Value(0x2, 0);
regAccept->setT3512_Value(0x5, 0x1); // regAccept->setT3512_Value(0x5, 0x1);
std::vector<p_tai_t> tai_list; std::vector<p_tai_t> tai_list;
p_tai_t item0; p_tai_t item0;
...@@ -3053,8 +3053,8 @@ void amf_n1::run_periodic_registration_update_procedure( ...@@ -3053,8 +3053,8 @@ void amf_n1::run_periodic_registration_update_procedure(
amf_cfg.guami.regionID, amf_cfg.guami.AmfSetID, amf_cfg.guami.regionID, amf_cfg.guami.AmfSetID,
amf_cfg.guami.AmfPointer, 0x264a34c0); amf_cfg.guami.AmfPointer, 0x264a34c0);
// regAccept->setT3512_Value(0x5, 0x1e); // regAccept->setT3512_Value(0x5, 0x1e);
// regAccept->setT3512_Value(0x2, 0); regAccept->setT3512_Value(0x2, 0);
regAccept->setT3512_Value(0x5, 0x1); // regAccept->setT3512_Value(0x5, 0x1);
std::vector<p_tai_t> tai_list; std::vector<p_tai_t> tai_list;
p_tai_t item0; p_tai_t item0;
...@@ -3156,8 +3156,8 @@ void amf_n1::run_periodic_registration_update_procedure( ...@@ -3156,8 +3156,8 @@ void amf_n1::run_periodic_registration_update_procedure(
// amf_cfg.guami.regionID, amf_cfg.guami.AmfSetID, // amf_cfg.guami.regionID, amf_cfg.guami.AmfSetID,
// amf_cfg.guami.AmfPointer, 0x264a34c0); //guti // amf_cfg.guami.AmfPointer, 0x264a34c0); //guti
// regAccept->setT3512_Value(0x5, 0x1e); // regAccept->setT3512_Value(0x5, 0x1e);
// regAccept->setT3512_Value(0x2, 0); regAccept->setT3512_Value(0x2, 0);
regAccept->setT3512_Value(0x5, 0x1); // regAccept->setT3512_Value(0x5, 0x1);
std::vector<p_tai_t> tai_list; std::vector<p_tai_t> tai_list;
p_tai_t item0; p_tai_t item0;
......
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