diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2018-07-06 17:16:41 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2018-07-12 20:58:23 +0200 |
commit | f2cda621c01a5a5ee4be2a35d276adc1cc86cc80 (patch) | |
tree | 633bf7c1e9bde8c819f7b5d9072959c4ff87aa4c /include/osmocom | |
parent | 40ad91330d6ceb9d429ad5943128b2faf5bfa0f0 (diff) |
gsm0808: Add value_string for encryption algorithms
Change-Id: Iadf6460c438d02c53c2eaa9e42d51844ad28859a
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_08_08.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |