further decouple lapdm code from osmocom_ms and l1ctl
authorHarald Welte <laforge@gnumonks.org>
Thu, 23 Jun 2011 21:55:20 +0000 (23:55 +0200)
committerHarald Welte <laforge@gnumonks.org>
Thu, 23 Jun 2011 21:55:20 +0000 (23:55 +0200)
commit3538c38835b9120d7cf062fa533f7657768bf0d3
tree5d1193b58c7c086fcda1a6c5127291439a70a11b
parent5d65fcba6caf949c910dd86e43e7d1bef3b219d2
further decouple lapdm code from osmocom_ms and l1ctl

we introduce a new primitive layer betwen PH and DL, enabling the
use of the LAPDm code in applications that are not based on L1CTL
src/host/layer23/include/osmocom/bb/common/l1ctl.h
src/host/layer23/include/osmocom/bb/common/lapdm.h
src/host/layer23/src/common/Makefile.am
src/host/layer23/src/common/l1ctl.c
src/host/layer23/src/common/l1ctl_lapdm_glue.c [new file with mode: 0644]
src/host/layer23/src/common/lapdm.c
src/host/layer23/src/misc/app_cbch_sniff.c
src/host/layer23/src/misc/cell_log.c
src/host/layer23/src/misc/rslms.c
src/host/layer23/src/mobile/app_mobile.c
src/host/layer23/src/mobile/gsm48_rr.c