aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/rsl.h
AgeCommit message (Collapse)AuthorFilesLines
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-41/+0
This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
2010-07-25osmocore: Add utility function rsl_chan_nr_str to RSLSylvain Munaut1-0/+3
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-07-13[RSL] split rsl_rll_push_l3() L3 LV pushign and rsl_rll_push_hdr()Harald Welte1-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.
2010-03-25replace rsl_rlm_cause_strs with rsl_rlm_cause_name()0.1.1Harald Welte1-2/+1
2010-03-22fix compiler warnings (itsme <itsme@xs4all.nl>)Harald Welte1-1/+1
* added several 'const' for strings. * added 'extern' to declarations of rsl_rlm_cause_strs
2010-03-04add new rsl_dec_chan_nr() functionHarald Welte1-0/+2
2010-03-04add 'transparent' argument to rsl_rll_push_l3() and rsl_rll_push_l3()Harald Welte1-3/+3
this is required to make those functions useful for OpenBSC, nut just OsmocomBB
2010-03-02add two new RSL utility functionsHarald Welte1-0/+7
2010-03-01Import value_string utilities and some RSL stuff from OpenBSCHarald Welte1-0/+24