X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fphy_stub%2Fphy_stub.h;h=8fd85c56fa085b4036039e4b6f6422bc25a12969;hb=dc60a3537095880abab9a16c9603ab4219b1002b;hp=ecc4b2b3d5164ffaf3983f0b055dae09e0c19900;hpb=2a743dfffc577ac90819776af7e0d86cb00fca57;p=o-du%2Fl2.git diff --git a/src/phy_stub/phy_stub.h b/src/phy_stub/phy_stub.h index ecc4b2b3d..8fd85c56f 100644 --- a/src/phy_stub/phy_stub.h +++ b/src/phy_stub/phy_stub.h @@ -33,7 +33,7 @@ #define MAX_SFN_VALUE 1023 #define NR_PCI 1 #define SLOT_DELAY 3 -#define NUM_DRB_TO_PUMP_DATA 3 +#define NUM_DRB_TO_PUMP_DATA 2 #define NUM_UL_PACKETS 1 /*UE Ids for RACH IND*/ @@ -70,6 +70,7 @@ typedef struct ueCb bool msg5ShortBsrSent; bool msg5Sent; bool dlDedMsg; + bool msgNasAuthenticationComp; bool msgNasSecurityModeComp; bool msgRrcSecurityModeComp; bool msgRrcReconfigComp; @@ -106,6 +107,7 @@ typedef enum MSG_TYPE_MSG3, MSG_TYPE_SHORT_BSR, MSG_TYPE_MSG5, + MSG_TYPE_NAS_AUTHENTICATION_COMPLETE, MSG_TYPE_NAS_SECURITY_MODE_COMPLETE, MSG_TYPE_RRC_SECURITY_MODE_COMPLETE, MSG_TYPE_REGISTRATION_COMPLETE,