From 8a30d164d0c547efbb598979bfeacc523d0a4ba8 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 29 Mar 2017 15:16:08 +0200 Subject: osmo-nitb: change default db name to sms.db libvlr now delegates subscriber management to osmo-hlr, so the database no longer represents a HLR. It basically only stores SMS, so reflect that fact in the default database name. Change-Id: I3289d68d3eb63aff940b48a25b584d5e83cd0197 --- src/osmo-nitb/bsc_hack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/osmo-nitb/bsc_hack.c b/src/osmo-nitb/bsc_hack.c index ab118d39f..9103116bc 100644 --- a/src/osmo-nitb/bsc_hack.c +++ b/src/osmo-nitb/bsc_hack.c @@ -58,7 +58,7 @@ /* MCC and MNC for the Location Area Identifier */ struct gsm_network *bsc_gsmnet = 0; -static const char *database_name = "hlr.sqlite3"; +static const char *database_name = "sms.db"; static const char *config_file = "openbsc.cfg"; static const char *rf_ctrl_path = NULL; extern const char *openbsc_copyright; -- cgit v1.2.3