pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-smlc/+/39673?usp=email )
Change subject: Add missing required vty go_parent_cb for libosmo-sigtran
......................................................................
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(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
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
https://gerrit.osmocom.org/c/osmo-smlc/+/39673?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-smlc
Gerrit-Branch: master
Gerrit-Change-Id: Ibab25aa1a9ed4d0680fb61999e79b56b9a7d08dc
Gerrit-Change-Number: 39673
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>