summaryrefslogtreecommitdiffstats
path: root/bootstrap.h
diff options
context:
space:
mode:
authorroot2009-06-28 17:29:07 +0200
committerroot2009-06-28 17:29:07 +0200
commit7239f7e28e0c566c2e9ce2cacc9c32e297dd17d7 (patch)
treef67e22e13e0c21c3ad6b2199bc407bb6bee5f3c3 /bootstrap.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 'bootstrap.h')
-rw-r--r--bootstrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.h b/bootstrap.h
index cc3277a..e67408d 100644
--- a/bootstrap.h
+++ b/bootstrap.h
@@ -1,4 +1,4 @@
-struct gsm_network *bootstrap_network(int (*mncc_recv)(struct gsm_network *, int, void *), int bts_type, int mcc, int mnc, int lac, int arfcn, int cardnr, int release_l2, char *name_short, char *name_long, char *hlr, int allow_all);
+struct gsm_network *bootstrap_network(int (*mncc_recv)(struct gsm_network *, int, void *), gsm_bts_type bts_type, int mcc, int mnc, int lac, int arfcn, int cardnr, int release_l2, char *name_short, char *name_long, char *database_name, int allow_all);
int shutdown_net(struct gsm_network *network);