Change in osmo-sgsn[master]: follow libosmocore/gprs_ns2 API changes (gprs_ns2_dynamic_create_nse)

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:20:01 UTC 2021


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

Change subject: follow libosmocore/gprs_ns2 API changes (gprs_ns2_dynamic_create_nse)
......................................................................

follow libosmocore/gprs_ns2 API changes (gprs_ns2_dynamic_create_nse)

The call gprs_ns2_dynamic_create_nse has been removed because it
was a workaround for the old/dropped vty api.

Depends-on: Ie924ead6da17657f3da334068c8ada82c8845495 (libosmocore)
Change-Id: Ie636cfd18d6d43da0e42f2c2de68dfa5c571d55c
---
M src/gbproxy/gb_proxy_main.c
M src/sgsn/sgsn_main.c
2 files changed, 0 insertions(+), 3 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 2baa187..b76e0fb 100644
--- a/src/gbproxy/gb_proxy_main.c
+++ b/src/gbproxy/gb_proxy_main.c
@@ -290,7 +290,6 @@
 	}
 	gprs_ns2_vty_init(gbcfg->nsi);
 	logging_vty_add_deprecated_subsys(tall_sgsn_ctx, "bssgp");
-	gprs_ns2_dynamic_create_nse(gbcfg->nsi, true);
 
 	bssgp_set_bssgp_callback(gbprox_bssgp_send_cb, gbcfg);
 
diff --git a/src/sgsn/sgsn_main.c b/src/sgsn/sgsn_main.c
index f6eac60..075d59c 100644
--- a/src/sgsn/sgsn_main.c
+++ b/src/sgsn/sgsn_main.c
@@ -444,8 +444,6 @@
 		exit(2);
 	}
 
-	gprs_ns2_dynamic_create_nse(sgsn_nsi, true);
-
 	if (sgsn->cfg.dynamic_lookup) {
 		if (sgsn_ares_init(sgsn) != 0) {
 			LOGP(DGPRS, LOGL_FATAL,

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

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Ie636cfd18d6d43da0e42f2c2de68dfa5c571d55c
Gerrit-Change-Number: 22502
Gerrit-PatchSet: 5
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/8a4adc44/attachment.htm>


More information about the gerrit-log mailing list