diff options
author | Max <msuraev@sysmocom.de> | 2017-03-22 15:20:39 +0100 |
---|---|---|
committer | Max <msuraev@sysmocom.de> | 2017-03-22 15:26:35 +0100 |
commit | 5d994e4f751544475f7b8df9507f0aba357945b9 (patch) | |
tree | 601985b16cea5c235bdb0b88ac6adee56f452f90 /include/osmocom/gsm | |
parent | 62d6f2570358730965162f7dd756a6e2d07627b2 (diff) |
abis: add message type names
Add human-readable names for Message Types from 3GPP TS 52.021 ยง9.1
Related: OS#1614
Change-Id: Ide8202b4387351f57ceee34a9eb8c30aef09a663
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 40237cbd..23392d2c 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_msgtype_names[]; extern const struct value_string abis_nm_att_names[]; /*! \brief NACK causes (Section 9.4.36) */ |