summaryrefslogtreecommitdiffstats
path: root/src/rsl.c
Commit message (Collapse)AuthorAgeFilesLines
* move hexdump() from logging.c to utils.cHarald Welte2010-07-301-0/+1
|
* osmocore: Add utility function rsl_chan_nr_str to RSLSylvain Munaut2010-07-251-0/+26
| | | | 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-10/+25
| | | | | 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-3/+8
|
* use more value_string in gsm48 and rslHarald Welte2010-03-251-37/+34
|
* fix CCCH parsingHarald Welte2010-03-041-3/+3
|
* add new rsl_dec_chan_nr() functionHarald Welte2010-03-041-0/+34
|
* add 'transparent' argument to rsl_rll_push_l3() and rsl_rll_push_l3()Harald Welte2010-03-041-9/+15
| | | | | this is required to make those functions useful for OpenBSC, nut just OsmocomBB
* fix rsl_enc_chan_nr() for SDCCH4Harald Welte2010-03-041-1/+1
|
* add two new RSL utility functionsHarald Welte2010-03-021-0/+48
|
* Import value_string utilities and some RSL stuff from OpenBSCHarald Welte2010-03-011-0/+239