[PATCH] osmo-iuh[master]: apply ctx arg to osmo_ss7_vty_init_asp()

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Jul 27 23:17:48 UTC 2017


Review at  https://gerrit.osmocom.org/3369

apply ctx arg to osmo_ss7_vty_init_asp()

Depends: libosmo-sccp Id4e7f47979001f7856b0b3665c9e94982e75e490
Change-Id: Idccbdc669d740179153d0a73096745785bd2f5af
---
M src/hnbgw.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/69/3369/1

diff --git a/src/hnbgw.c b/src/hnbgw.c
index 409110f..c9fdd53 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -457,7 +457,7 @@
 	vty_info.copyright = osmo_hnbgw_copyright;
 	vty_init(&vty_info);
 
-	osmo_ss7_vty_init_asp();
+	osmo_ss7_vty_init_asp(tall_hnb_ctx);
 	hnbgw_vty_init(g_hnb_gw, tall_hnb_ctx);
 	logging_vty_add_cmds(&hnbgw_log_info);
 

-- 
To view, visit https://gerrit.osmocom.org/3369
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idccbdc669d740179153d0a73096745785bd2f5af
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list