X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fmac_sch_interface.h;h=88b347e363aac7510ac5d10c99d4be38216cc37c;hb=d1f428c3527bfff3b3eae2715e91ae8449ad1784;hp=fd9554b044aa1cdf02a77f315cf0a2c94bf0a0b5;hpb=9625bef129812dfbc9b0a55ee52395c2fa7fbd93;p=o-du%2Fl2.git diff --git a/src/cm/mac_sch_interface.h b/src/cm/mac_sch_interface.h index fd9554b04..88b347e36 100644 --- a/src/cm/mac_sch_interface.h +++ b/src/cm/mac_sch_interface.h @@ -139,14 +139,6 @@ typedef enum RRC_CONNECTED_USERS_RSRC }SchResourceType; -typedef enum -{ - SLICE_NOT_FOUND, - SLICE_CONFIGURED, - SLICE_RECONFIGURED, - RESOURCE_NOT_AVAILABLE -}RspCause; - typedef enum { NO_TRANSMISSION, @@ -154,14 +146,6 @@ typedef enum REPEATITION }PduTxOccsaion; -typedef enum -{ - UNSPECIFIED_CAUSE, - INVALID_PARAM_VALUE, - RESOURCE_UNAVAILABLE, - SYSTEM_ERROR -}SchFailureCause; - typedef enum { SR_PROHIBIT_MS1, @@ -174,13 +158,6 @@ typedef enum SR_PROHIBIT_MS128 }SchSrProhibitTimer; -typedef enum -{ - NOT_APPLICABLE, - INVALID_CELLID, - INVALID_UEID -}ErrorCause; - typedef enum { SR_TRANS_MAX_N4, @@ -934,7 +911,7 @@ typedef struct schCellCfgCfm { uint16_t cellId; /* Cell Id */ SchMacRsp rsp; - SchFailureCause cause; + CauseOfResult cause; }SchCellCfgCfm; /*Ref: ORAN_WG8.V7.0.0 Sec 11.2.4.2.2 Cell Del Req*/ @@ -948,7 +925,7 @@ typedef struct schCellDeleteRsp { uint16_t cellId; SchMacRsp rsp; - SchFailureCause cause; + CauseOfResult cause; }SchCellDeleteRsp; /*Ref: ORAN_WG8.V7.0.0 Sec 11.2.4.2.3*/ @@ -976,7 +953,7 @@ typedef struct schSliceCfgRsp { Snssai snssai; SchMacRsp rsp; - RspCause cause; + CauseOfResult cause; }SchSliceCfgRsp; /*As per ORAN-WG8 V7.0.0 Sec 11.2.4.3.4 , Slice Cfg and Recfg are same structures*/ @@ -2037,7 +2014,7 @@ typedef struct schUeCfgRsp uint16_t ueId; uint16_t crnti; SchMacRsp rsp; - SchFailureCause cause; + CauseOfResult cause; }SchUeCfgRsp; /*As per WG8 V7.0.0 Sec 11.2.4.3.6, UE ReCFG and UECFG have same structure definition*/ @@ -2056,7 +2033,7 @@ typedef struct schUeDeleteRsp uint16_t cellId; uint16_t crnti; SchMacRsp rsp; - ErrorCause cause; + CauseOfResult cause; }SchUeDeleteRsp; /*Spec O-RAN, WG8, V7.0.0, '11.2.4.2.8' DL HARQ Indication*/