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
This commit is contained in:
Alexander Couzens 2021-01-27 21:10:00 +01:00 committed by lynxis lazus
parent caf73b803c
commit 43e5f8a2c6
2 changed files with 0 additions and 3 deletions

View File

@ -290,7 +290,6 @@ int main(int argc, char **argv)
}
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);

View File

@ -444,8 +444,6 @@ int main(int argc, char **argv)
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,