X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fphy_stub%2Fl1.h;h=97e295d658065730c87ffa2bdb49438b1297043e;hb=ba78fa13b01e0729fe0a6a7a18cbf1d52cdcda1c;hp=908c470d4fbb2f3aed8db742e94b26ab408da5ac;hpb=6b44407d464a5a4e060999255233a7cfe78bb0fa;p=o-du%2Fl2.git diff --git a/src/phy_stub/l1.h b/src/phy_stub/l1.h index 908c470d4..97e295d65 100644 --- a/src/phy_stub/l1.h +++ b/src/phy_stub/l1.h @@ -27,12 +27,17 @@ bool rachIndSent = false; bool msg3Sent = false; bool msg5ShortBsrSent = false; bool msg5Sent = false; +bool dlDedMsg = false; +bool msgSecurityModeComp = false; typedef enum { MSG_TYPE_MSG3, MSG_TYPE_SHORT_BSR, - MSG_TYPE_MSG5 + MSG_TYPE_MSG5, + MSG_TYPE_SECURITY_MODE_COMPLETE, + MSG_TYPE_RRC_RECONFIG_COMPLETE, + MSG_TYPE_REGISTRATION_COMPLETE }MsgType; void phyToMac ARGS((uint16_t msgType, uint32_t msgLen,void *msg));