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/.
laforge gerrit-no-reply at lists.osmocom.orgHello daniel,
I'd like you to do a code review. Please visit
https://gerrit.osmocom.org/c/osmo-gbproxy/+/23724
to review the following change.
Change subject: gbproxy_main: Add ctrl vty commands
......................................................................
gbproxy_main: Add ctrl vty commands
osmo-gbproxy already provides a ctrl interface, we should be able to
change ctrl-related configuration.
Change-Id: I3f3aa46aa032c1bd0ec88163bb89701d2250f414
---
M src/gb_proxy_main.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/24/23724/1
diff --git a/src/gb_proxy_main.c b/src/gb_proxy_main.c
index 6bd8bd8..3b5a1a8 100644
--- a/src/gb_proxy_main.c
+++ b/src/gb_proxy_main.c
@@ -280,6 +280,7 @@
vty_info.copyright = openbsc_copyright;
vty_init(&vty_info);
+ ctrl_vty_init(tall_sgsn_ctx);
logging_vty_add_cmds();
osmo_talloc_vty_add_cmds();
osmo_stats_vty_add_cmds();
--
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/23724
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gbproxy
Gerrit-Branch: for-0.1
Gerrit-Change-Id: I3f3aa46aa032c1bd0ec88163bb89701d2250f414
Gerrit-Change-Number: 23724
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210412/ce4440c5/attachment.htm>