X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fphy_stub%2Fl1.h;h=c058d96360fcf11bab73600096347837bb503363;hb=5eb7213379dd0ffe146453e85d18871f07e58ce3;hp=97e295d658065730c87ffa2bdb49438b1297043e;hpb=42f73fef5ef8722af83284e0f146b2da693a1f68;p=o-du%2Fl2.git diff --git a/src/phy_stub/l1.h b/src/phy_stub/l1.h index 97e295d65..c058d9636 100644 --- a/src/phy_stub/l1.h +++ b/src/phy_stub/l1.h @@ -29,15 +29,16 @@ bool msg5ShortBsrSent = false; bool msg5Sent = false; bool dlDedMsg = false; bool msgSecurityModeComp = false; - +bool msgRrcReconfiguration = false; +bool msgRegistrationComp = false; typedef enum { MSG_TYPE_MSG3, MSG_TYPE_SHORT_BSR, MSG_TYPE_MSG5, MSG_TYPE_SECURITY_MODE_COMPLETE, - MSG_TYPE_RRC_RECONFIG_COMPLETE, - MSG_TYPE_REGISTRATION_COMPLETE + MSG_TYPE_REGISTRATION_COMPLETE, + MSG_TYPE_RRC_RECONFIG_COMPLETE }MsgType; void phyToMac ARGS((uint16_t msgType, uint32_t msgLen,void *msg));