summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* add LAPDm code from osmocom-bb into libosmocoreHarald Welte2011-06-271-1/+1
|
* add some utility functions for paging related calculation (TS 05.02)Harald Welte2011-06-261-1/+1
|
* introduce GSM primitive definitionsHarald Welte2011-06-231-1/+1
| | | | | The idea here is to use the osmocom core primitive code ot abstract out primitives for inter-layer comunication in GSM.
* Import sytem information related definitions + code from openbscHarald Welte2011-05-241-1/+2
|
* abis_nm: import definitions and common code on A-bis OML from OpenBSCHarald Welte2011-05-221-1/+1
|
* gsm/a5: Add a A5 1&2 implementationSylvain Munaut2011-04-261-1/+1
| | | | | | It's always useful to have around Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-0/+6
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>