X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fdu_app_rlc_inf.h;fp=src%2Fcm%2Fdu_app_rlc_inf.h;h=44687a41fe336311f184bf3bf55fb7a89a006ec1;hb=d1f428c3527bfff3b3eae2715e91ae8449ad1784;hp=62ea905b4c141ee1c1792ed76163a4e00e9d8c87;hpb=9625bef129812dfbc9b0a55ee52395c2fa7fbd93;p=o-du%2Fl2.git diff --git a/src/cm/du_app_rlc_inf.h b/src/cm/du_app_rlc_inf.h index 62ea905b4..44687a41f 100644 --- a/src/cm/du_app_rlc_inf.h +++ b/src/cm/du_app_rlc_inf.h @@ -92,13 +92,6 @@ typedef enum RLC_CFG_REAS_INVALID_RGUSAP /*!< Invalid RGU SAP ID */ }FailureReason; -typedef enum -{ - SUCCESSFUL , /*!< No Failure */ - INVALID_CELLID , /*!< CellId not present */ - INVALID_UEID , /*!< UEId not present */ -}UeDeleteResult; - typedef enum { RLC_AM, //Acknowledged Mode @@ -235,7 +228,7 @@ typedef struct rlcUeDeleteRsp { uint16_t cellId; uint8_t ueId; - UeDeleteResult result; + CauseOfResult status; }RlcUeDeleteRsp; /* UL RRC Message from RLC to DU APP */