summaryrefslogtreecommitdiffstats
path: root/gsm.h
diff options
context:
space:
mode:
authorroot2009-06-28 17:29:07 +0200
committerroot2009-06-28 17:29:07 +0200
commit7239f7e28e0c566c2e9ce2cacc9c32e297dd17d7 (patch)
treef67e22e13e0c21c3ad6b2199bc407bb6bee5f3c3 /gsm.h
parentAdded GSM IMSI dialing by using dialing "imsi-<number>". (diff)
downloadlcr-7239f7e28e0c566c2e9ce2cacc9c32e297dd17d7.tar.gz
lcr-7239f7e28e0c566c2e9ce2cacc9c32e297dd17d7.tar.xz
lcr-7239f7e28e0c566c2e9ce2cacc9c32e297dd17d7.zip
Applied changes of OpenBSC main branch. LCR now works with OpenBSC main branch.
modified: README modified: bootstrap.c modified: bootstrap.h modified: gsm.cpp modified: gsm.h modified: gsm_conf.c modified: mISDN.cpp
Diffstat (limited to 'gsm.h')
-rw-r--r--gsm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gsm.h b/gsm.h
index 4360cf1..a4653e1 100644
--- a/gsm.h
+++ b/gsm.h
@@ -1,6 +1,9 @@
+extern "C" {
+#include <openbsc/gsm_data.h>
+}
struct bts_conf {
- int type; /* type of BTS */
+ gsm_bts_type type; /* type of BTS */
int card; /* E1 card number of BS11 BTS */
int numtrx; /* up to 8 TRXs */
int frequency[8]; /* up to 8 frequencies for TRXs */