aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/rsl.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-23 20:43:13 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-23 20:44:03 +0200
commitcf7e5dad45141325b26a8d9de2441ac65466d09d (patch)
tree04bde716411454bc2b42de2571c0cf145cee7418 /include/osmocom/gsm/rsl.h
parent5e924a31a0b6c73f297a61a1e4cb8b40b6f2946c (diff)
add value_string definitions for RSL message types
Diffstat (limited to 'include/osmocom/gsm/rsl.h')
-rw-r--r--include/osmocom/gsm/rsl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/rsl.h b/include/osmocom/gsm/rsl.h
index 7e46330f..2eb045f2 100644
--- a/include/osmocom/gsm/rsl.h
+++ b/include/osmocom/gsm/rsl.h
@@ -23,6 +23,7 @@ const char *rsl_chan_nr_str(uint8_t chan_nr);
const char *rsl_err_name(uint8_t err);
const char *rsl_rlm_cause_name(uint8_t err);
+const char *rsl_msg_name(uint8_t err);
/* Section 3.3.2.3 TS 05.02. I think this looks like a table */
int rsl_ccch_conf_to_bs_cc_chans(int ccch_conf);