diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-07-11 17:43:19 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-07-11 17:45:31 +0200 |
commit | 9b837e6fda6d33474e16613e3bcd47dc6f60ae25 (patch) | |
tree | a53ef9a18c9be82ec1961f919f9a3fb29a14c90e /include/osmocom | |
parent | da127cbb3eb5674b09fa195d09b047f0b2914b7f (diff) |
gsm 08.08: add value_strings and gsm0808_msg_name() function
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/gsm/gsm0808.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm0808.h b/include/osmocom/gsm/gsm0808.h index 1d853775..04de46cf 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 |