X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=mISDN.h;fp=mISDN.h;h=644658b21d53cb64f6718b5ee4ae16f931df7580;hp=1a7d37791329e43615e4a7060a52c6feba3cef89;hb=a12d7eee22a72f4c999535892763dde15212e89e;hpb=0f805e041a900551a8c3cf9a75a78c2b34e1977c diff --git a/mISDN.h b/mISDN.h index 1a7d377..644658b 100644 --- a/mISDN.h +++ b/mISDN.h @@ -65,8 +65,15 @@ struct mISDNport { int los, ais, rdi, slip_rx, slip_tx; /* gsm */ - int gsm; /* this is the (only) GSM interface */ +#ifdef WITH_GSM_BS + int gsm_bs; /* this is the (only) GSM BS interface */ +#endif +#ifdef WITH_GSM_MS + int gsm_ms; /* this is the an GSM MS interface */ +#endif +#if defined WITH_GSM_BS || defined WITH_GSM_MS int lcr_sock; /* socket of loopback on LCR side */ +#endif /* ss5 */ unsigned int ss5; /* set, if SS5 signalling enabled, also holds feature bits */