diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-09-02 12:26:50 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-09-02 12:26:50 +0200 |
commit | a24026a49926d9874f26dd32678576071c213da2 (patch) | |
tree | 07f0cc8938ac96f9534ee3c941fc8dcfc0126dd2 /include/osmocom | |
parent | 8e4deb677ab3cbb3515996b2f4d7bb219bbd20f2 (diff) |
RSL: add rsl_ipac_msg_name() for ipa specific RSL extension names
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/gsm/rsl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/rsl.h b/include/osmocom/gsm/rsl.h index efe557fa..712d17b1 100644 --- a/include/osmocom/gsm/rsl.h +++ b/include/osmocom/gsm/rsl.h @@ -33,6 +33,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); +const char *rsl_ipac_msg_name(uint8_t msg_type); /* 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); |