From 85908a9c2f218b6665b8e90005b900c74875e806 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 10 Jan 2017 17:49:23 +0100 Subject: Add value strings for Probable Cause Type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add string representation of Probable Cause Type from 3GPP TS 12.21 ยง 9.4.43. Change-Id: I9fe14ed3b5398f59dd06a509e4d419e074cc20a7 Related: OS#1615 --- include/osmocom/gsm/protocol/gsm_12_21.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocom') diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h b/include/osmocom/gsm/protocol/gsm_12_21.h index deca2df9..1a953119 100644 --- a/include/osmocom/gsm/protocol/gsm_12_21.h +++ b/include/osmocom/gsm/protocol/gsm_12_21.h @@ -592,6 +592,8 @@ enum abis_nm_pcause_type { NM_PCAUSE_T_MANUF = 0x03, }; +extern const struct value_string abis_nm_pcause_type_names[]; + /*! \brief NACK causes (Section 9.4.36) */ enum abis_nm_nack_cause { /* General Nack Causes */ -- cgit v1.2.3