Change in osmo-sgsn[master]: gbproxy: follow gprs_ns2 API vty changes

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Thu Jan 28 21:19:59 UTC 2021


lynxis lazus has submitted this change. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/22500 )

Change subject: gbproxy: follow gprs_ns2 API vty changes
......................................................................

gbproxy: follow gprs_ns2 API vty changes

The gprs_ns2_vty2 has been renamed to gprs_ns2_vty. The old
vty has been complete dropped.

API change which must be synchronized with libosmocore.

Depends-on: I8c3f2afecc74b78f7f914f7dce166cbcb63444eb (libosmocore)
Change-Id: If5bd6b86e130772e6c93d640b0c637985416136d
---
M src/gbproxy/gb_proxy_main.c
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  daniel: Looks good to me, approved
  lynxis lazus: Verified



diff --git a/src/gbproxy/gb_proxy_main.c b/src/gbproxy/gb_proxy_main.c
index 37afb5e..2baa187 100644
--- a/src/gbproxy/gb_proxy_main.c
+++ b/src/gbproxy/gb_proxy_main.c
@@ -288,8 +288,7 @@
 		LOGP(DGPRS, LOGL_ERROR, "Unable to instantiate NS\n");
 		exit(1);
 	}
-
-	gprs_ns2_vty2_init(gbcfg->nsi);
+	gprs_ns2_vty_init(gbcfg->nsi);
 	logging_vty_add_deprecated_subsys(tall_sgsn_ctx, "bssgp");
 	gprs_ns2_dynamic_create_nse(gbcfg->nsi, true);
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/22500
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: If5bd6b86e130772e6c93d640b0c637985416136d
Gerrit-Change-Number: 22500
Gerrit-PatchSet: 4
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210128/81e414b0/attachment.htm>


More information about the gerrit-log mailing list