summaryrefslogtreecommitdiffstats
path: root/include/osmocore/rsl.h
Commit message (Collapse)AuthorAgeFilesLines
* osmocore: Add utility function rsl_chan_nr_str to RSLSylvain Munaut2010-07-251-0/+3
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* [RSL] split rsl_rll_push_l3() L3 LV pushign and rsl_rll_push_hdr()Harald Welte2010-07-131-0/+6
| | | | | This allows us to generate RSLms messages that have some non-standard IEs between the RSL/RLL common header and the L3 INFO IE.
* replace rsl_rlm_cause_strs with rsl_rlm_cause_name()Harald Welte2010-03-251-2/+1
|
* fix compiler warnings (itsme <itsme@xs4all.nl>)Harald Welte2010-03-221-1/+1
| | | | | * added several 'const' for strings. * added 'extern' to declarations of rsl_rlm_cause_strs
* add new rsl_dec_chan_nr() functionHarald Welte2010-03-041-0/+2
|
* add 'transparent' argument to rsl_rll_push_l3() and rsl_rll_push_l3()Harald Welte2010-03-041-3/+3
| | | | | this is required to make those functions useful for OpenBSC, nut just OsmocomBB
* add two new RSL utility functionsHarald Welte2010-03-021-0/+7
|
* Import value_string utilities and some RSL stuff from OpenBSCHarald Welte2010-03-011-0/+24