pespin submitted this change.
Add missing required vty go_parent_cb for libosmo-sigtran
This callback is required when configuring SS7 network through VTY.
Change-Id: Ibab25aa1a9ed4d0680fb61999e79b56b9a7d08dc
---
M src/osmo-smlc/smlc_main.c
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/osmo-smlc/smlc_main.c b/src/osmo-smlc/smlc_main.c
index f2944f0..f72ec4b 100644
--- a/src/osmo-smlc/smlc_main.c
+++ b/src/osmo-smlc/smlc_main.c
@@ -35,6 +35,7 @@
#include <osmocom/sigtran/xua_msg.h>
#include <osmocom/sigtran/sccp_sap.h>
+#include <osmocom/sigtran/osmo_ss7.h>
#include <osmocom/smlc/debug.h>
#include <osmocom/smlc/smlc_data.h>
@@ -170,6 +171,7 @@
"This is free software: you are free to change and redistribute it.\r\n"
"There is NO WARRANTY, to the extent permitted by law.\r\n",
.version = PACKAGE_VERSION,
+ .go_parent_cb = osmo_ss7_vty_go_parent,
};
static void signal_handler(int signal)
To view, visit change 39673. To unsubscribe, or for help writing mail filters, visit settings.