aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-29 15:17:55 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-12 23:42:45 +0200
commit8ca6e51bf76cbd9c7609d7d4cfd858f784a87b0e (patch)
tree9228e83c906da9437696955a38985ae610f80c22 /src
parent8a30d164d0c547efbb598979bfeacc523d0a4ba8 (diff)
osmo-nitb: change default config file name to osmo-nitb.cfg
Since the VLR development marks a move away from the 'openbsc' name, now is a good opportunity to also change the default config file name to the more accurate and obvious 'osmo-nitb.cfg'. Change-Id: I0212cca2381a2243555cdda862d50f1f3631433f
Diffstat (limited to 'src')
-rw-r--r--src/osmo-nitb/bsc_hack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-nitb/bsc_hack.c b/src/osmo-nitb/bsc_hack.c
index 9103116bc..b04a39e55 100644
--- a/src/osmo-nitb/bsc_hack.c
+++ b/src/osmo-nitb/bsc_hack.c
@@ -59,7 +59,7 @@
/* MCC and MNC for the Location Area Identifier */
struct gsm_network *bsc_gsmnet = 0;
static const char *database_name = "sms.db";
-static const char *config_file = "openbsc.cfg";
+static const char *config_file = "osmo-nitb.cfg";
static const char *rf_ctrl_path = NULL;
extern const char *openbsc_copyright;
static int daemonize = 0;