L1-L2 Integration fixes.[Issue-ID: ODUHIGH-252]
[o-du/l2.git] / src / phy_stub / l1.h
index 908c470..97e295d 100644 (file)
@@ -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));