X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fphy_stub%2Fphy_stub.h;h=fc23df639bb8cf0cb3527f63972032503d7c6bed;hb=c0421fee45d07243f1cc3b2250bd66600f15aac7;hp=ecc4b2b3d5164ffaf3983f0b055dae09e0c19900;hpb=a6fdf00681f781fbccf7aa4bf95582f20e3039bb;p=o-du%2Fl2.git diff --git a/src/phy_stub/phy_stub.h b/src/phy_stub/phy_stub.h index ecc4b2b3d..fc23df639 100644 --- a/src/phy_stub/phy_stub.h +++ b/src/phy_stub/phy_stub.h @@ -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,