summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-12-14 04:03:59 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-03-14 22:22:43 +0700
commitd49a748cbbf7d7b5bb77f3d906179da9b462e6d1 (patch)
tree8ad25e1b207893cb28491f8878c70a8981fe8a56 /src/target/firmware/Makefile
parenta4d255269a7d4e58d2ec0fbb42483495b8c247c9 (diff)
common/l1ctl.c move TCH bit-ordering to the firmware
Previously, TCH frames coming from L1 were reordered to the RTP format. Moreover, the implementation had a few problems: - L1CTL is not the best place for such manipulations; - payloads with other than FR codec were corrupted. Let's use RTP-ordered payloads on the L1CTL interface, performing TCH frame reordering at the firmware. Please note, that actual FR reordering was moved to the firmware as is, without any codec determination. This could be fixed in a separate change. Change-Id: I81ec8ed3c9e72a62b22c1720c299cdc68b733cf1
Diffstat (limited to 'src/target/firmware/Makefile')
-rw-r--r--src/target/firmware/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile
index 2ae2f4dc..22fa7461 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -102,7 +102,8 @@ ANY_APP_LIBS+= calypso/libcalypso.a \
lib/libmini.a \
comm/libcomm.a \
../../shared/libosmocore/build-target/src/.libs/libosmocore.a \
- ../../shared/libosmocore/build-target/src/gsm/.libs/libosmogsm.a
+ ../../shared/libosmocore/build-target/src/gsm/.libs/libosmogsm.a \
+ ../../shared/libosmocore/build-target/src/codec/.libs/libosmocodec.a
#