cscn: default to osmo-cscn.cfg, not opencscn.cfg

This commit is contained in:
Neels Hofmeyr
2016-01-28 13:48:03 +01:00
parent a2ce4aa615
commit 2c9e65051c

View File

@@ -68,7 +68,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 *config_file = "opencscn.cfg";
static const char *config_file = "osmo-cscn.cfg";
static const char *rf_ctrl_name = NULL;
extern const char *openbsc_copyright;
static int daemonize = 0;