aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-29 15:17:55 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-05-08 13:43:57 +0200
commit07d403cae51ecec5f8f079ccc80c6bd92c35f818 (patch)
treedda0698c1713294ee315dd52f05a962dfd5da45e
parent0437ac36f30514ec2b82930538491dba28b13c6f (diff)
osmo-nitb: change default config file name to osmo-nitb.cfgvlr_2G
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
-rw-r--r--openbsc/src/osmo-nitb/bsc_hack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c
index bdbd475cc..0d2ab355d 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;