summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/rsl.h
Commit message (Collapse)AuthorAgeFilesLines
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* RSL: add rsl_ipac_msg_name() for ipa specific RSL extension namesHarald Welte2011-09-021-0/+1
|
* doxygen: split VTY configuration in multiple filesHarald Welte2011-08-171-0/+11
|
* import gsm0502_calc_paging_group() from openbscHarald Welte2011-06-261-0/+1
|
* add value_string definitions for RSL message typesHarald Welte2011-06-231-0/+1
|
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-0/+41
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>