diff options
author | Max <msuraev@sysmocom.de> | 2017-03-21 16:55:45 +0100 |
---|---|---|
committer | Max <msuraev@sysmocom.de> | 2017-03-21 17:38:49 +0100 |
commit | 62d6f2570358730965162f7dd756a6e2d07627b2 (patch) | |
tree | 6a1fe1f8684458fd2ba5c4e241baecf8b6a2949a /include/osmocom/gsm | |
parent | e64d5bd29b3a206c727170c18616ea95f62a0fae (diff) |
abis: add attribute names
Add human-readable names for Attributes from 3GPP TS 52.021 ยง9.4
Change-Id: I861247c01557dac7e484ef6fb9b170f69c8a7f55
Related: OS#1614
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_12_21.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h b/include/osmocom/gsm/protocol/gsm_12_21.h index d6e8c11f..40237cbd 100644 --- a/include/osmocom/gsm/protocol/gsm_12_21.h +++ b/include/osmocom/gsm/protocol/gsm_12_21.h @@ -595,6 +595,7 @@ enum abis_nm_pcause_type { }; extern const struct value_string abis_nm_pcause_type_names[]; +extern const struct value_string abis_nm_att_names[]; /*! \brief NACK causes (Section 9.4.36) */ enum abis_nm_nack_cause { |