summaryrefslogtreecommitdiffstats
path: root/bootstrap.c
diff options
context:
space:
mode:
authorroot2009-06-18 10:06:31 +0200
committerroot2009-06-18 10:06:31 +0200
commit4ec1520c572c4099b478897e4a6ee3a28622ca44 (patch)
treed722c4fab995b77c3c31b924846f07ce78435992 /bootstrap.c
parentgsm improvements (diff)
downloadlcr-4ec1520c572c4099b478897e4a6ee3a28622ca44.tar.gz
lcr-4ec1520c572c4099b478897e4a6ee3a28622ca44.tar.xz
lcr-4ec1520c572c4099b478897e4a6ee3a28622ca44.zip
Added GSM IMSI dialing by using dialing "imsi-<number>".
Applied API change of OpenBSC. modified: Makefile.am modified: Makefile.in modified: README modified: bootstrap.c modified: default/gsm.conf modified: dss1.cpp modified: gsm.cpp modified: gsm_audio.c modified: gsm_conf.c modified: interface.c
Diffstat (limited to 'bootstrap.c')
-rw-r--r--bootstrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.c b/bootstrap.c
index 21baa97..57ada67 100644
--- a/bootstrap.c
+++ b/bootstrap.c
@@ -1051,7 +1051,7 @@ struct gsm_network *bootstrap_network(int (*mncc_recv)(struct gsm_network *, int
return 0;
/* open database */
- if (db_init(hlr, gsmnet)) {
+ if (db_init(hlr)) {
fprintf(stderr, "DB: Failed to init HLR database '%s'. Please check the option settings.\n", hlr);
return NULL;
}