summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/lapd_core.h
Commit message (Collapse)AuthorAgeFilesLines
* Split of LAPDm into a core part and a GSM specific partroot2011-10-101-0/+171
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)