X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fdu_app_rlc_inf.h;h=34147e00a310337f1f6f1166a6d1010b5f72e2cb;hb=e698840bb6fcecc68be5b1d1fd17436bd1d5e83f;hp=0929506c7bd922605f157f362aa50c229b67eed6;hpb=1e3256d5495c8ff96506ce6f6cf60d2a500bafec;p=o-du%2Fl2.git diff --git a/src/cm/du_app_rlc_inf.h b/src/cm/du_app_rlc_inf.h index 0929506c7..34147e00a 100644 --- a/src/cm/du_app_rlc_inf.h +++ b/src/cm/du_app_rlc_inf.h @@ -117,8 +117,8 @@ typedef enum typedef enum { - RLC_DU_APP_RSP_NOK, - RLC_DU_APP_RSP_OK + RLC_DU_APP_RSP_OK = 1, + RLC_DU_APP_RSP_NOK }RlcRsp; typedef struct ulAmCfg @@ -182,6 +182,7 @@ typedef struct rlcBearerCfg uint8_t rbType; uint8_t lcId; uint8_t lcType; + Snssai *snssai; RlcMode rlcMode; union {