X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fphy_stub%2Fphy_stub_msg_hdl.c;h=c3d33ae8ab5444beaf4f3717a06bec6c676e5652;hb=db53a16e563c815f1c1bad52545803c45970e549;hp=717e47cfbe15baecef46fa4fe506c2225e2ca23d;hpb=f85fe1240cfd15efa41597ba278e2c6bcafb502d;p=o-du%2Fl2.git diff --git a/src/phy_stub/phy_stub_msg_hdl.c b/src/phy_stub/phy_stub_msg_hdl.c index 717e47cfb..c3d33ae8a 100644 --- a/src/phy_stub/phy_stub_msg_hdl.c +++ b/src/phy_stub/phy_stub_msg_hdl.c @@ -383,16 +383,16 @@ uint16_t l1BuildAndSendRxDataInd(uint16_t slot, uint16_t sfn, fapi_ul_pusch_pdu_ phyDb.ueDb.ueCb[ueId-1].msg5Sent = true; type = MSG_TYPE_MSG5; } - else if(!phyDb.ueDb.ueCb[ueId-1].msgRegistrationComp) - { - phyDb.ueDb.ueCb[ueId-1].msgRegistrationComp = true; - type = MSG_TYPE_REGISTRATION_COMPLETE; - } else if(!phyDb.ueDb.ueCb[ueId-1].msgSecurityModeComp) { phyDb.ueDb.ueCb[ueId-1].msgSecurityModeComp = true; type = MSG_TYPE_SECURITY_MODE_COMPLETE; } + else if(!phyDb.ueDb.ueCb[ueId-1].msgRegistrationComp) + { + phyDb.ueDb.ueCb[ueId-1].msgRegistrationComp = true; + type = MSG_TYPE_REGISTRATION_COMPLETE; + } else if(!phyDb.ueDb.ueCb[ueId-1].msgRrcReconfigComp) { phyDb.ueDb.ueCb[ueId-1].msgRrcReconfigComp = true;