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

Small fix for globalRANNodeID

parent 51e9d93e
...@@ -98,7 +98,7 @@ long HandoverRequiredMsg::getCauseValue() { ...@@ -98,7 +98,7 @@ long HandoverRequiredMsg::getCauseValue() {
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
void HandoverRequiredMsg::getGlobalRanNodeId(GlobalgNBId*& ptr) { void HandoverRequiredMsg::getGlobalRanNodeId(GlobalgNBId*& ptr) {
if (ptr && targetid) { if (ptr && targetid) {
if (targetid->present == Ngap_TargetID_PR_targeteNB_ID) { if (targetid->present == Ngap_TargetID_PR_targetRANNodeID) {
if (targetid->choice.targetRANNodeID->globalRANNodeID.present == if (targetid->choice.targetRANNodeID->globalRANNodeID.present ==
Ngap_GlobalRANNodeID_PR_globalGNB_ID) { Ngap_GlobalRANNodeID_PR_globalGNB_ID) {
ptr->decodefromGlobalgNBId(targetid->choice.targetRANNodeID ptr->decodefromGlobalgNBId(targetid->choice.targetRANNodeID
......
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