From 4d8d3fed5daf7c342c773883a6611a2fb10a8ea6 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 29 Mar 2017 15:17:55 +0200 Subject: 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: I47658dad59ec38c39be59415db5f648c9e4c79f2 --- openbsc/src/osmo-nitb/bsc_hack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c index 9103116bc..b04a39e55 100644 --- a/openbsc/src/osmo-nitb/bsc_hack.c +++ b/openbsc/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; -- cgit v1.2.3