From f2cda621c01a5a5ee4be2a35d276adc1cc86cc80 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 6 Jul 2018 17:16:41 +0200 Subject: gsm0808: Add value_string for encryption algorithms Change-Id: Iadf6460c438d02c53c2eaa9e42d51844ad28859a --- include/osmocom/gsm/protocol/gsm_08_08.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/gsm') diff --git a/include/osmocom/gsm/protocol/gsm_08_08.h b/include/osmocom/gsm/protocol/gsm_08_08.h index bd5705f1..69007b5c 100644 --- a/include/osmocom/gsm/protocol/gsm_08_08.h +++ b/include/osmocom/gsm/protocol/gsm_08_08.h @@ -463,6 +463,7 @@ enum gsm0808_chosen_enc_alg { GSM0808_ALG_ID_A5_6 = 0x07, GSM0808_ALG_ID_A5_7 = 0x08, }; +extern const struct value_string gsm0808_chosen_enc_alg_names[]; /* GSM 08.08 3.2.2.85 Paging Information */ enum gsm0808_paging_info { -- cgit v1.2.3