aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-01-04 19:07:25 +0100
committerAlexander Couzens <lynxis@fe80.eu>2021-01-17 16:11:36 +0100
commit03f88d910e4b839b3cc51036d748c902b4690537 (patch)
treeb17a65b0337ce4b5836a5cbc5038c400b5383056 /utils
parent05ac4e52b9d109e22a84c9468991187f11735014 (diff)
osmo-ns-dummy: allow to create dynamic NSEs
Without setting the flag the osmo-ns-dummy won't create any dynamic NSEs. This flag will be removed in a future release but for now it will be included. Related: SYS#5208 Change-Id: I196cc454b5d7bc53848f73596a2f92730b78922b
Diffstat (limited to 'utils')
-rw-r--r--utils/osmo-ns-dummy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/osmo-ns-dummy.c b/utils/osmo-ns-dummy.c
index 6790b4c3..a2070ca4 100644
--- a/utils/osmo-ns-dummy.c
+++ b/utils/osmo-ns-dummy.c
@@ -226,6 +226,7 @@ int main (int argc, char *argv[])
exit(1);
}
+ gprs_ns2_dynamic_create_nse(nsi, true);
gprs_ns2_vty2_init(nsi);
rc = vty_read_config_file(config_file, NULL);
if (rc < 0 && config_given) {