aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-01-10 17:49:23 +0100
committerMax <msuraev@sysmocom.de>2017-01-10 17:49:23 +0100
commit85908a9c2f218b6665b8e90005b900c74875e806 (patch)
treef90438833ffb1ef26d6737462882da4b82130f8d /include/osmocom
parentebcf02de6cb40bc035c2e94bd6929ffa9a61ed78 (diff)
Add value strings for Probable Cause Type
Add string representation of Probable Cause Type from 3GPP TS 12.21 ยง 9.4.43. Change-Id: I9fe14ed3b5398f59dd06a509e4d419e074cc20a7 Related: OS#1615
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/gsm/protocol/gsm_12_21.h2
1 files changed, 2 insertions, 0 deletions
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 */