Commit 93dcc58a authored by wujing's avatar wujing Committed by Haruki NAOI

Fix NFAPI_PHY_RM_START_REQUEST is unknown by L1

(cherry picked from commit b2e2778240152a0eac7ede03387d1f403bca31b5)
parent e0a1dd86
...@@ -147,10 +147,10 @@ typedef enum { ...@@ -147,10 +147,10 @@ typedef enum {
NFAPI_NB_HARQ_INDICATION, NFAPI_NB_HARQ_INDICATION,
NFAPI_NRACH_INDICATION, NFAPI_NRACH_INDICATION,
NFAPI_UE_RELEASE_REQUEST, NFAPI_UE_RELEASE_REQUEST,
NFAPI_UE_RELEASE_RESPONSE,
#ifdef PHY_RM #ifdef PHY_RM
NFAPI_PHY_RM_START_REQUEST, NFAPI_PHY_RM_START_REQUEST,
#endif #endif
NFAPI_UE_RELEASE_RESPONSE,
NFAPI_PNF_PARAM_REQUEST = 0x0100, NFAPI_PNF_PARAM_REQUEST = 0x0100,
NFAPI_PNF_PARAM_RESPONSE, NFAPI_PNF_PARAM_RESPONSE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment