aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-07-27 22:39:58 +0200
committerlynxis lazus <lynxis@fe80.eu>2021-01-04 16:06:13 +0000
commitf23e2db752ee7213519144202120cac36493b579 (patch)
treea9d371924b2118982dd20b2129fc1fa8f1e25a6a /src/gprs
parent8a33528854dacac511d3d8a8959d6e917698318e (diff)
sgsn: Use the new NS2 api
The new NS2 api supports NSE with multiple NS-VC and contains a NS-VC fsm. FR/GRE support is not working. The configuration is compatible except for FR/GRE. Relates: OS#4629 Depends-on: Iaad7b53d44338e5dd81dc2202f23bdcb715af804 (libosmocore) Depends-on: I6cef42749555e577d5573f2ed8b8bce4cf842a98 (libosmocore) Change-Id: I92a3bcaf166b091a22d74c7c1586964d33d7cc9d
Diffstat (limited to 'src/gprs')
-rw-r--r--src/gprs/gprs_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs/gprs_utils.c b/src/gprs/gprs_utils.c
index 13641c1e1..632718aa9 100644
--- a/src/gprs/gprs_utils.c
+++ b/src/gprs/gprs_utils.c
@@ -22,7 +22,7 @@
#include <osmocom/sgsn/gprs_utils.h>
#include <osmocom/core/msgb.h>
-#include <osmocom/gprs/gprs_ns.h>
+#include <osmocom/gprs/gprs_ns2.h>
#include <osmocom/gsm/protocol/gsm_04_08_gprs.h>
#include <osmocom/gsm/protocol/gsm_04_08.h>