aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-04-20 15:57:12 +0200
committerHarald Welte <laforge@gnumonks.org>2016-04-22 14:54:39 +0200
commit27c3e76aa7e0912d3404b96a4a043e7208044d0f (patch)
treee2bb43e9da3d955ec9cc47a87fca71d82f46acfa
parent0c1bc26b644c2ea7832afd615e9269095921c159 (diff)
Cleanup shared data structure
* remove unused variable. * lower max number of (e|u)arfcns to more realistic value.
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index cbc0c77f0..52e480583 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -105,7 +105,7 @@ struct gsm_abis_mo {
#define A38_XOR_MAX_KEY_LEN 16
#define A38_COMP128_KEY_LEN 16
#define RSL_ENC_ALG_A5(x) (x+1)
-#define MAX_EARFCN_LIST 512
+#define MAX_EARFCN_LIST 32
/* is the data link established? who established it? */
#define LCHAN_SAPI_UNUSED 0
@@ -716,7 +716,6 @@ struct gsm_bts {
struct bitvec neigh_list;
struct bitvec cell_alloc;
struct bitvec si5_neigh_list;
- struct bitvec si2quater_na_list;
struct osmo_earfcn_si2q si2quater_neigh_list;
struct {
/* bitmask large enough for all possible ARFCN's */