From 07352fee098758431ae1434c47c054d94887a6d4 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 2 Jan 2017 19:05:25 +0100 Subject: Add event cause string descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add human-readable descriptions to event causes from 3GPP TS 12.21 ยง 9.4.43. Change-Id: Id173c978616c98b7831fbafb5401064257f1cf73 Related: OS#1615 --- include/osmocom/gsm/protocol/gsm_12_21.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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, -- cgit v1.2.3