aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
parentc21be623807e58c3593838cfd21fe95fa2c21a69 (diff)
gprs_sgsn.h: Flag MM_CTX_T_GERAN_Iu as not supported
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/sgsn/gprs_sgsn.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/osmocom/sgsn/gprs_sgsn.h b/include/osmocom/sgsn/gprs_sgsn.h
index a0a056feb..10455d67e 100644
--- a/include/osmocom/sgsn/gprs_sgsn.h
+++ b/include/osmocom/sgsn/gprs_sgsn.h
@@ -108,8 +108,10 @@ enum sgsn_ran_type {
MM_CTX_T_GERAN_Gb,
/* UMTS via Iu */
MM_CTX_T_UTRAN_Iu,
- /* GPRS/EDGE via Iu */
+#if 0
+ /* GPRS/EDGE via Iu, not supported */
MM_CTX_T_GERAN_Iu,
+#endif
};
struct service_info {