aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/gsm_data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index e926b3f87..a90b732af 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -149,6 +149,11 @@ struct gsm_network {
bool authentication_required;
int send_mm_info;
+ /* Whether to use encryption on UTRAN.
+ * TODO: we should offer a choice of UEA1 and/or UEA2, and probably replace this bool with a bit-mask of
+ * permitted Iu encryption algorithms. See also OS#4143 and the 'encryption uea' vty command. */
+ bool uea_encryption;
+
struct rate_ctr_group *msc_ctrs;
struct osmo_stat_item_group *statg;