X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=src%2Fshared%2Flibosmocore%2Finclude%2Fosmocom%2Fgsm%2Frsl.h;h=2eb045f23c80414bb654aba4074be1504d4c0ba7;hb=9be610aaba9e53ac53dff61281987d2488a7c95f;hp=7e46330fbb422a3cbdbbc2318c5288801bbcc6a1;hpb=d76345aefa34c576dd142eb64cb0f765cda22933;p=osmocom-bb.git diff --git a/src/shared/libosmocore/include/osmocom/gsm/rsl.h b/src/shared/libosmocore/include/osmocom/gsm/rsl.h index 7e46330..2eb045f 100644 --- a/src/shared/libosmocore/include/osmocom/gsm/rsl.h +++ b/src/shared/libosmocore/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);