gprs_bssgp_pcu: follow ns2 library changes

Depends-on: I18dfd40a2429cd61b7c4a3dad5f226c64296f7d8 (libosmocore)
Change-Id: I056fe624160f2fe01d405690eba5cc0032780837
This commit is contained in:
Alexander Couzens 2020-11-19 03:05:57 +01:00 committed by laforge
parent 74aa3523f3
commit 4e8f2c310f
1 changed files with 2 additions and 1 deletions

View File

@ -979,7 +979,8 @@ static int ns_create_nsvc(struct gprs_rlcmac_bts *bts,
bts->nse = gprs_ns2_nse_by_nsei(bts->nsi, nsei);
if (!bts->nse)
bts->nse = gprs_ns2_create_nse(bts->nsi, nsei);
bts->nse = gprs_ns2_create_nse(bts->nsi, nsei,
GPRS_NS2_LL_UDP);
if (!bts->nse) {
LOGP(DBSSGP, LOGL_ERROR, "Failed to create NSE\n");