aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-06 15:52:14 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-06 15:52:14 +0200
commitcaa98d51b64e16bbe6d4933d9052b617432e5e22 (patch)
tree6cc736d3e054bf2130e8b255c1c656a8550a1bff
parentbd6d40f1fb5d73fd27feeb8faff13ee89a346cf5 (diff)
osmo-bts: Kill the different ROLE_BSC as e1inp_sign_link is used now
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 437378acf..31c925564 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -346,11 +346,8 @@ struct gsm_bts_trx {
/* how do we talk RSL with this TRX? */
struct gsm_e1_subslot rsl_e1_link;
uint8_t rsl_tei;
-#ifdef ROLE_BSC
struct e1inp_sign_link *rsl_link;
-#else
- struct ipabis_link *rsl_link;
-#endif
+
/* Some BTS (specifically Ericsson RBS) have a per-TRX OML Link */
struct e1inp_sign_link *oml_link;