X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_ul_ex_ms.c;h=7295adf85c0fd69bfeff005c132288254bfa4d5f;hb=f33e70cfac9c2fa3ffbbbdf2183b4c8876974b96;hp=003ff9805a298a1d8d5fd0231d33914f74794852;hpb=6946c38335eb7394883a6f2686b2e6417e8ceb6f;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_ul_ex_ms.c b/src/5gnrrlc/kw_ul_ex_ms.c index 003ff9805..7295adf85 100755 --- a/src/5gnrrlc/kw_ul_ex_ms.c +++ b/src/5gnrrlc/kw_ul_ex_ms.c @@ -18,12 +18,12 @@ /********************************************************************20** - Name: LTE-RLC Layer - System Services Interface Functions + Name: NR RLC Layer - System Services Interface Functions Type: C file Desc: C source code for the interface to System Services - of LTE-RLC + of NR RLC File: kw_ul_ex_ms.c @@ -96,16 +96,16 @@ S16 rlcUlInitExt() * Activates Initialization * * @b Description: - * This function is invoked by system services to initialize the LTE-RLC + * This function is invoked by system services to initialize the NR RLC * layer. This is an entry point used by LTE_RLC layer to initialize its * global variables, before becoming operational. * * Allowable values for parameters are specified in ssi.h. * - * @param[in] ent - Specify the entity id of the LTE-RLC task. - * @param[in] inst - Specify the entity id of the LTE-RLC task. + * @param[in] ent - Specify the entity id of the NR RLC task. + * @param[in] inst - Specify the entity id of the NR RLC task. * @param[in] region - Specifies the memory region from which - * LTE-RLC should allocate structures and buffers. + * NR RLC should allocate structures and buffers. * @param[in] reason - Specifies the reason for calling this * initialization function. * @@ -176,7 +176,7 @@ Reason reason /* reason */ * Activation Task * * @b Description: - * Processes events received for MLTE-RLC layer via System Services from + * Processes events received for NR RLC layer via System Services from * other layers. * * @param[in] pst - Pst Structure @@ -224,6 +224,11 @@ Buffer *mBuf /* message buffer */ ret = unpackRlcUeReconfigReq(RlcProcUeReconfigReq, pst, mBuf); break; } + case EVENT_RLC_UE_DELETE_REQ: + { + ret = unpackRlcUeDeleteReq(RlcProcUeDeleteReq, pst, mBuf); + break; + } case LKW_EVT_STS_REQ: {