bts: Convert the rsl_link to be a struct ipabis_link

This commit is contained in:
Holger Hans Peter Freyther
2012-01-17 15:52:45 +01:00
parent f95f2733e6
commit 523a99d3a6

View File

@@ -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;