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
diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h b/include/osmocom/gsm/protocol/gsm_12_21.h
index 58bb730..6a37392 100644
--- a/include/osmocom/gsm/protocol/gsm_12_21.h
+++ b/include/osmocom/gsm/protocol/gsm_12_21.h
@@ -274,6 +274,8 @@
 	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,