arehbein has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/31304 )
Change subject: Includes: Remove enum defs, instead include them ......................................................................
Includes: Remove enum defs, instead include them
gprs/rlc related enum defs have been moved to libosmocore <osmocom/gprs/gprs_rlc.h>
Related change: I1ec2e52ad7fa625c08fe9df04d4a4f5323bf609c
Related: OS#5335 Change-Id: I2883aee12b501a717d5acecd5638882724336e72 --- M include/osmocom/bsc/gsm_data.h 1 file changed, 1 insertion(+), 32 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/04/31304/1
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h index 44a9d5e..cc6928d 100644 --- a/include/osmocom/bsc/gsm_data.h +++ b/include/osmocom/bsc/gsm_data.h @@ -16,6 +16,7 @@ #include <osmocom/gsm/protocol/gsm_48_049.h> #include <osmocom/gsm/gsm0808.h> #include <osmocom/gsm/gsm48.h> +#include <osmocom/gprs/gprs_rlc.h> #include <osmocom/core/fsm.h> #include <osmocom/core/tdef.h> #include <osmocom/core/time_cc.h> @@ -636,38 +637,6 @@ struct gsm_abis_mo mo; };
-enum gprs_rlc_par { - RLC_T3142, - RLC_T3169, - RLC_T3191, - RLC_T3193, - RLC_T3195, - RLC_N3101, - RLC_N3103, - RLC_N3105, - CV_COUNTDOWN, - T_DL_TBF_EXT, /* ms */ - T_UL_TBF_EXT, /* ms */ - _NUM_RLC_PAR -}; - -enum gprs_cs { - GPRS_CS1, - GPRS_CS2, - GPRS_CS3, - GPRS_CS4, - GPRS_MCS1, - GPRS_MCS2, - GPRS_MCS3, - GPRS_MCS4, - GPRS_MCS5, - GPRS_MCS6, - GPRS_MCS7, - GPRS_MCS8, - GPRS_MCS9, - _NUM_GRPS_CS -}; - struct gprs_rlc_cfg { uint16_t parameter[_NUM_RLC_PAR]; struct {