arehbein has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/31305 )
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: I4b51dfd7e2d0770b0f63c9317c3503e7d0175845 --- M include/osmo-bts/gsm_data.h 1 file changed, 1 insertion(+), 32 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/05/31305/1
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h index dcb357f..f11b781 100644 --- a/include/osmo-bts/gsm_data.h +++ b/include/osmo-bts/gsm_data.h @@ -10,6 +10,7 @@ #include <osmocom/core/utils.h> #include <osmocom/core/linuxlist.h> #include <osmocom/core/tdef.h> +#include <osmocom/gprs/gprs_rlc.h> #include <osmocom/gsm/gsm23003.h> #include <osmocom/gsm/gsm0502.h> #include <osmocom/gsm/gsm_utils.h> @@ -122,38 +123,6 @@ struct gsm_lchan lchan[TS_MAX_LCHAN]; };
-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 -}; - /* The amount of time within which a sudden disconnect of a newly established * OML connection will cause a special warning to be logged. */ #define OSMO_BTS_OML_CONN_EARLY_DISCONNECT 10 /* in seconds */