host/layer23: Removed local copy of LAPDm, using libosmocore instad
commit8f77cbecb4df9a8ce1a695ca24799d5c02da4ec1
authorAndreas Eversberg <jolly@eversberg.eu>
Mon, 19 Sep 2011 17:49:22 +0000 (19 19:49 +0200)
committerSylvain Munaut <tnt@246tNt.com>
Sun, 13 Nov 2011 19:25:19 +0000 (13 20:25 +0100)
treed24fcbc3723fb597912f5d79de764159443ad92b
parente16e02acc0086e89a05fee2ae12c2b415d50564f
host/layer23: Removed local copy of LAPDm, using libosmocore instad

Since libosmocore already has LAPDm implementation, we don't need the
local copy of LAPDm code anymore.

Written-by: Andreas Eversberg <jolly@eversberg.eu>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
18 files changed:
src/host/layer23/include/osmocom/bb/common/Makefile.am
src/host/layer23/include/osmocom/bb/common/lapdm.h [deleted file]
src/host/layer23/include/osmocom/bb/common/logging.h
src/host/layer23/include/osmocom/bb/common/osmocom_data.h
src/host/layer23/src/common/Makefile.am
src/host/layer23/src/common/l1ctl.c
src/host/layer23/src/common/l1ctl_lapdm_glue.c
src/host/layer23/src/common/lapdm.c [deleted file]
src/host/layer23/src/common/logging.c
src/host/layer23/src/common/main.c
src/host/layer23/src/misc/app_bcch_scan.c
src/host/layer23/src/misc/app_cbch_sniff.c
src/host/layer23/src/misc/app_ccch_scan.c
src/host/layer23/src/misc/app_echo_test.c
src/host/layer23/src/misc/bcch_scan.c
src/host/layer23/src/misc/cell_log.c
src/host/layer23/src/misc/rslms.c
src/host/layer23/src/mobile/app_mobile.c