Commit be14c0f3 authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Fix issue after merging

parent 7a0b8530
...@@ -47,7 +47,7 @@ class ue_ngap_context { ...@@ -47,7 +47,7 @@ class ue_ngap_context {
release_cause = {}; release_cause = {};
gnb_assoc_id = {}; gnb_assoc_id = {};
target_gnb_assoc_id = {}; target_gnb_assoc_id = {};
ueContextRequest = false; ue_context_request = false;
s_tmsi_5g = {}; s_tmsi_5g = {};
s_setid = {}; s_setid = {};
s_pointer = {}; s_pointer = {};
...@@ -90,7 +90,7 @@ class ue_ngap_context { ...@@ -90,7 +90,7 @@ class ue_ngap_context {
OCTET_STRING_t initial_ue_msg; // for AMF re-allocation OCTET_STRING_t initial_ue_msg; // for AMF re-allocation
//Release Command Cause and source gNB ID in case of HO // Release Command Cause and source gNB ID in case of HO
Ngap_CauseRadioNetwork_t release_cause; Ngap_CauseRadioNetwork_t release_cause;
uint32_t release_gnb; uint32_t release_gnb;
}; };
......
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