From 05140b8dfea745cf5151f09118f8a8d2abffb363 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 13 Aug 2019 18:38:24 +0200 Subject: gprs_sgsn.h: Flag MM_CTX_T_GERAN_Iu as not supported Change-Id: I3b53a530ab25434e2b2f4d80ad70a8a5f22bfcac --- include/osmocom/sgsn/gprs_sgsn.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') 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 { -- cgit v1.2.3