aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 00:26:57 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 02:14:48 +0700
commit5ad8db2a199f1bdf6041fabe3419d0b7d0a0a0dc (patch)
tree725a7389b820052e6f59a7f97c1c44fabb1bde69
parentf5f614b86d34155e89fcbf8009d928bbc052b08a (diff)
gsm_data_shared: get rid of unused HARDCODED_{ARFCN,BSIC}
-rw-r--r--include/osmo-bts/gsm_data_shared.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index b5c60005..1fe79d05 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -37,9 +37,6 @@
#define TRX_NR_TS 8
#define TS_MAX_LCHAN 8
-#define HARDCODED_ARFCN 123
-#define HARDCODED_BSIC 0x3f /* NCC = 7 / BCC = 7 */
-
/* for multi-drop config */
#define HARDCODED_BTS0_TS 1
#define HARDCODED_BTS1_TS 6