summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/lapdm.h
Commit message (Collapse)AuthorAgeFilesLines
* Split of LAPDm into a core part and a GSM specific partroot2011-10-101-48/+3
| | | | | | | | | | | | | | Instead of mixing together the GSM layer 1 interface and RSL interface with the implementation of LAPD, the core function of LAPD is now extracted from LAPDm. The core implementation is now in lapd_core.c and lapd_core.h respectively. The lapd_core.c implements exactly one datalink instance for one SAP. The surrounding implementation "lapdm.c" codes/decodes the layer 2 headers and handles multiplexing and datalink instances, as well as translates primitives from/to RSL layer. lapd_core.c can now be used for other LAPD implementations. (ISDN/ABIS)
* doxygen: Add documentation for LAPDm codeHarald Welte2011-08-171-60/+78
|
* add LAPDm code from osmocom-bb into libosmocoreHarald Welte2011-06-271-0/+186