aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-11-19 03:05:57 +0100
committerlaforge <laforge@osmocom.org>2020-11-25 20:53:37 +0000
commit4e8f2c310ffb9d8471ecd85256619a7bc42d0afc (patch)
treebac900ef3b54f68bc407a57dc1e65663a908ba08 /src
parent74aa3523f3eb249aee9ac0def2f14dca6c99a355 (diff)
gprs_bssgp_pcu: follow ns2 library changes
Diffstat (limited to 'src')
-rw-r--r--src/gprs_bssgp_pcu.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 05fc0d36..cb479981 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -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");