osmo-bts: Kill the different ROLE_BSC as e1inp_sign_link is used now

This commit is contained in:
Holger Hans Peter Freyther 2013-10-06 15:52:14 +02:00
parent bd6d40f1fb
commit caa98d51b6
1 changed files with 1 additions and 4 deletions

View File

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