summaryrefslogtreecommitdiffstats
path: root/mISDN.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-05-31 18:45:02 +0200
committerAndreas Eversberg2010-05-31 18:45:02 +0200
commita12d7eee22a72f4c999535892763dde15212e89e (patch)
tree32e20ad128c8bba3c80441ca771da8aa0c4fd5f2 /mISDN.h
parentFixed LCR to work with the current API of OpenBSC. (diff)
downloadlcr-a12d7eee22a72f4c999535892763dde15212e89e.tar.gz
lcr-a12d7eee22a72f4c999535892763dde15212e89e.tar.xz
lcr-a12d7eee22a72f4c999535892763dde15212e89e.zip
Splitted GSM support into BS (network) and MS (mobile) part.
Diffstat (limited to 'mISDN.h')
-rw-r--r--mISDN.h9
1 files changed, 8 insertions, 1 deletions
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 */