aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-13 18:38:24 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-08-15 13:15:21 +0200
commit05140b8dfea745cf5151f09118f8a8d2abffb363 (patch)
treec165e85f5e33b721ea81d1eeecf85bf23ab9ebe8 /src/gprs
parentc21be623807e58c3593838cfd21fe95fa2c21a69 (diff)
gprs_sgsn.h: Flag MM_CTX_T_GERAN_Iu as not supported
Diffstat (limited to 'src/gprs')
-rw-r--r--src/gprs/sgsn_libgtp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gprs/sgsn_libgtp.c b/src/gprs/sgsn_libgtp.c
index e9fffd8c7..88b8d048a 100644
--- a/src/gprs/sgsn_libgtp.c
+++ b/src/gprs/sgsn_libgtp.c
@@ -279,7 +279,9 @@ struct sgsn_pdp_ctx *sgsn_create_pdp_ctx(struct sgsn_ggsn_ctx *ggsn,
pdp->userloc.l = 8;
switch (mmctx->ran_type) {
case MM_CTX_T_GERAN_Gb:
+#if 0
case MM_CTX_T_GERAN_Iu:
+#endif
pdp->rattype.v[0] = 2;
/* User Location Information */
pdp->userloc_given = 1;