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
This commit is contained in:
Alexander Couzens 2021-01-27 21:01:42 +01:00 committed by lynxis lazus
parent 852ebadd44
commit b363e21022
1 changed files with 1 additions and 2 deletions

View File

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