X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=mISDN.h;h=de223c84a1fd3d686a782cbd06dd98f80974bd51;hp=1a7d37791329e43615e4a7060a52c6feba3cef89;hb=9d94d21224bd9bea0910c432973c58509d41fa22;hpb=b0bd74e35e935aa976b68c594def4e8d2c22ef95 diff --git a/mISDN.h b/mISDN.h index 1a7d377..de223c8 100644 --- a/mISDN.h +++ b/mISDN.h @@ -65,8 +65,14 @@ 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 int lcr_sock; /* socket of loopback on LCR side */ + int isloopback; /* will be set on open, in case it is a loopback if */ /* ss5 */ unsigned int ss5; /* set, if SS5 signalling enabled, also holds feature bits */