aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/gsm0808.h
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-03-29 12:55:26 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2018-03-29 15:00:41 +0200
commitdbb7659208533966940f2a4b622983163a7ee3d0 (patch)
tree13c2dc27b5a9aedddd2151c568b7e232964771d6 /include/osmocom/gsm/gsm0808.h
parent3d8b47fc5cbaf37fc86ace23a69c2f99910a0192 (diff)
gsm0808: Add value strings for BSSMAP cause codes
libosmocore has no value strings for BSSMAP cause codes yet. - Add value strings for BSSMAP cause codes and a function to retrieve them Change-Id: I313dd8d7b06374e1e35ddc18b7a42562d9e25d45 Related: OS#1609
Diffstat (limited to 'include/osmocom/gsm/gsm0808.h')
-rw-r--r--include/osmocom/gsm/gsm0808.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm0808.h b/include/osmocom/gsm/gsm0808.h
index 9153d99f..bbde1a51 100644
--- a/include/osmocom/gsm/gsm0808.h
+++ b/include/osmocom/gsm/gsm0808.h
@@ -86,5 +86,6 @@ const struct tlv_definition *gsm0808_att_tlvdef(void);
const char *gsm0808_bssmap_name(uint8_t msg_type);
const char *gsm0808_bssap_name(uint8_t msg_type);
+const char *gsm0808_cause_name(uint8_t cause);
/*! @} */