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 571eb950c9
commit 3c75624e1e
1 changed files with 0 additions and 1 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);