aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-01-17 15:52:45 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-01-17 15:52:45 +0100
commit523a99d3a61eaeb0d868da063186778820c434fc (patch)
treee79355bb84db5ee4cae30b381fc17e84b51ca307
parentf95f2733e62ea5e3e08239818ede277af0e0a7ef (diff)
bts: Convert the rsl_link to be a struct ipabis_link
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 9a2451b87..bddf046ee 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -301,7 +301,11 @@ 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;