aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-msc
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-msc')
-rw-r--r--src/osmo-msc/msc_main.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c
index afab417d3..07e4c8b8a 100644
--- a/src/osmo-msc/msc_main.c
+++ b/src/osmo-msc/msc_main.c
@@ -96,11 +96,9 @@ static struct {
const char *mncc_sock_path;
int use_db_counter;
} msc_cmdline_config = {
- "sms.db",
- "osmo-msc.cfg",
- 0,
- 0,
- 1
+ .database_name = "sms.db",
+ .config_file = "osmo-msc.cfg",
+ .use_db_counter = 1,
};
/* timer to store statistics */