X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fckw.h;h=52854d346ae3a7fe91b74bc496ef11bb0cc3e22a;hb=cb811f8127971006aa5c345c71cb737e8be8dc10;hp=71f6f1d1dcffa8ddf40e8b209798787fdd18ac23;hpb=d10b52519198632f93deae9574adc69c7ce12efa;p=o-du%2Fl2.git diff --git a/src/cm/ckw.h b/src/cm/ckw.h index 71f6f1d1d..52854d346 100755 --- a/src/cm/ckw.h +++ b/src/cm/ckw.h @@ -33,7 +33,7 @@ #define __CKW_H__ #ifdef __cplusplus -EXTERN "C" { +extern "C" { #endif /*for extern "C"*/ /** @file ckw.h @@ -42,13 +42,9 @@ EXTERN "C" { /* CKW Interface Hash Defines */ -/* Loose Coupling define */ -#define CKW_SEL_LC 0 /*!< Loose Coupling Option */ -#define CKW_SEL_TC 1 /*!< Tight Coupling Option */ -#define CKW_SEL_LWLC 2 /*!< Light Weight Loose Coupling */ - /* CKW Interface defines */ -#define CKW_MAX_ENT_CFG 24 /*!< Maximum number of entities to configure */ +/* TODO: To verify if CKW_MAX_ENT_CFG represents LC or LCGs */ +#define CKW_MAX_ENT_CFG 32 /*!< Maximum number of entities to configure */ /* ckw_h_001.main_3 added support for L2 Measurement */ #ifdef LTE_L2_MEAS #define CKW_MAX_QCI 10 @@ -103,11 +99,11 @@ EXTERN "C" { #define CKW_EVT_BND_REQ 0x01 /*!< Bind Request */ #define CKW_EVT_BND_CFM 0x02 /*!< Bind Confirm */ #define CKW_EVT_UBND_REQ 0x03 /*!< Unbind Request */ -#define RLC_EVT_UE_CREATE_REQ 0x04 /*!< UE Create Request */ #define CKW_EVT_CFG_CFM 0x05 /*!< Config Confirm */ #define CKW_EVT_UEIDCHG_REQ 0x06 /*!< UE Id Change Request */ #define CKW_EVT_UEIDCHG_CFM 0x07 /*!< UE Id Change Confirm */ + /* Error Codes */ #define ERRCKW 0 #define ECKWXXX 0