summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte2011-07-11 17:43:19 +0200
committerHarald Welte2011-07-11 17:45:31 +0200
commit9b837e6fda6d33474e16613e3bcd47dc6f60ae25 (patch)
treea53ef9a18c9be82ec1961f919f9a3fb29a14c90e /include
parentfix against corrupted output in parallel logging (diff)
downloadlibosmocore-9b837e6fda6d33474e16613e3bcd47dc6f60ae25.tar.gz
libosmocore-9b837e6fda6d33474e16613e3bcd47dc6f60ae25.tar.xz
libosmocore-9b837e6fda6d33474e16613e3bcd47dc6f60ae25.zip
gsm 08.08: add value_strings and gsm0808_msg_name() function
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/gsm0808.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm0808.h b/include/osmocom/gsm/gsm0808.h
index 1d85377..04de46c 100644
--- a/include/osmocom/gsm/gsm0808.h
+++ b/include/osmocom/gsm/gsm0808.h
@@ -43,4 +43,7 @@ void gsm0808_prepend_dtap_header(struct msgb *msg, uint8_t link_id);
const struct tlv_definition *gsm0808_att_tlvdef();
+const char *gsm0808_bssmap_name(uint8_t msg_type);
+const char *gsm0808_bssap_name(uint8_t msg_type);
+
#endif