From 62d6f2570358730965162f7dd756a6e2d07627b2 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 21 Mar 2017 16:55:45 +0100 Subject: abis: add attribute names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add human-readable names for Attributes from 3GPP TS 52.021 ยง9.4 Change-Id: I861247c01557dac7e484ef6fb9b170f69c8a7f55 Related: OS#1614 --- include/osmocom/gsm/protocol/gsm_12_21.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 { -- cgit v1.2.3