X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcrg.h;h=e53ae858c02a19476534eed81a94165026e705b7;hb=498307aa9dc40cd0fe5b659a07553caf8789f141;hp=62a35b555e18456c60267cd3429f08b9aef3e931;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/cm/crg.h b/src/cm/crg.h index 62a35b555..e53ae858c 100755 --- a/src/cm/crg.h +++ b/src/cm/crg.h @@ -35,13 +35,6 @@ @brief Defines for CRG interface. */ -/* Config/Reconfig/Delete MACROs */ -#define CRG_CONFIG 1 /*!< Macro for action type Configuration */ -#define CRG_RECONFIG 2 /*!< Macro for action type Re-Configuration */ -#define CRG_DELETE 3 /*!< Macro for action type Delete */ -#define CRG_RESET 4 /*!< Macro for action type Reset. Applicable - * only for UE. */ - /* Cell/Ue/Logical channel MACROs */ /* crg_h_001.main_6: Removed transport channel types from CRG. */ #define CRG_CELL_CFG 1 /*!< Macro for Cell Configuration type*/ @@ -72,15 +65,11 @@ #define EVTCRGBNDREQ 1 /*!< Macro for Bind Request */ #define EVTCRGBNDCFM 2 /*!< Macro for Bind Confirm */ #define EVTCRGUBNDREQ 3 /*!< Macro for Un-Bind Request */ -#define EVTCRGCFGREQ 4 /*!< Macro for Configuration Request */ -#define EVTCRGCFGCFM 5 /*!< Macro for Configuration Confirm */ +#define EVTCRGCFGCFM 4 /*!< Macro for Configuration Confirm */ /* Activation time limit in terms of number of frames */ #define CRG_ACTV_WIN_SIZE 20 /*!< Macro for Size of activation time window (in terms of number of frames) */ -/* selector(coupling) values */ -#define CRG_SEL_TC 1 /*!< Macro for Tight Coupling */ -#define CRG_SEL_LC 0 /*!< Macro for Light Coupling */ /* pack unpack error code */ #define ECRGXXX 0 /* reserved */