Merge commit '7459d6cfd1765f8431b3d9a262eff332f9af807c' into sylvain/pending
[osmocom-bb.git] / src / shared / libosmocore / include / osmocore / rsl.h
index cd84057..54d6703 100644 (file)
@@ -17,6 +17,9 @@ extern const struct tlv_definition rsl_att_tlvdef;
 uint8_t rsl_enc_chan_nr(uint8_t type, uint8_t subch, uint8_t timeslot);
 /* decode channel number as per Section 9.3.1 */
 int rsl_dec_chan_nr(uint8_t chan_nr, uint8_t *type, uint8_t *subch, uint8_t *timeslot);
+/* Turns channel number into a string */
+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);