summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-01-02 19:05:25 +0100
committerMax <msuraev@sysmocom.de>2017-01-06 11:37:09 +0000
commit07352fee098758431ae1434c47c054d94887a6d4 (patch)
tree698b357124b683d097097f1b249f56775d68e67a /include
parent848de8f1df561f4253f754ec3f2415e541071420 (diff)
Add event cause string descriptions
Add human-readable descriptions to event causes from 3GPP TS 12.21 ยง 9.4.43. Change-Id: Id173c978616c98b7831fbafb5401064257f1cf73 Related: OS#1615
Diffstat (limited to 'include')
-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 58bb7307..6a37392c 100644
--- a/include/osmocom/gsm/protocol/gsm_12_21.h
+++ b/include/osmocom/gsm/protocol/gsm_12_21.h
@@ -274,6 +274,8 @@ enum abis_mm_event_causes {
OSMO_EVT_WARN_SW_WARN = 0x0001,
};
+extern const struct value_string abis_mm_event_cause_names[];
+
enum abis_nm_bs11_cell_alloc {
NM_BS11_CANR_GSM = 0x00,
NM_BS11_CANR_DCS1800 = 0x01,