From dbb7659208533966940f2a4b622983163a7ee3d0 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Thu, 29 Mar 2018 12:55:26 +0200 Subject: 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 --- include/osmocom/gsm/gsm0808.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); /*! @} */ -- cgit v1.2.3