aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2017-05-22osmo-bts-trx: use libosmocodingMax1-4/+4
Remove built-in functions and use libosmocoding instead. Change-Id: I1b41bb1a8de655639107ec1f3b75afc240fd316f
2016-06-21Use libosmocodec functions for AMRMax1-2/+2
Switch to using libosmocodec functions as a preparation step for DTX support as they expose necessary bits. Change-Id: Ie7423032fd06779d78876182ee63538d98906328 Related: OS#1750
2016-02-15Use consistent naming of binaries accross BTS modelsHarald Welte1-3/+3
Let's use one systematic naming schemes for all BTS models. osmobts-trx -> osmo-bts-trx sysmobts -> osmo-bts-sysmo lc15bts -> osmo-bts-lc15
2016-02-15TRX: Move scheduler to src/commonHarald Welte1-3/+3
This is the final step to make the L1 scheduler generally available to other BTS models than OsmoTRX.
2016-02-15TRX: split scheduler in generic part and backend partHarald Welte1-2/+2
the backend is performing the actual encoding and decoding functions, while the generic part constsits of the TDMA structures and generating the RTS.ind
2016-01-22Add new bts_model_ctrl_cmds_install()Harald Welte1-2/+2
This is one step in making the main() functions of different BTS models more similar, so we can share one code rather than multiple copies of it.
2015-11-05Don't blindly link against '-lortp' but use pkg-config for thatHarald Welte1-2/+2
This also ensures that a missing ortp library dependency is discovered at configure time already
2015-09-22build: Use AM_CPPFLAGS in Makefile.amMartin Hauke1-1/+1
Since automake 1.13 INCLUDES is depricated and causes a warning Inspired from similar patches by Alexander Huemer for other osmocom projects.
2015-09-22TRX: Support for AMR full speechAndreas Eversberg1-2/+2
2015-09-22TRX: Implementation of MS power and timing advance loopsAndreas Eversberg1-2/+2
2015-09-22TRX: Replaced GSM 06.10 ordering table by table in libosmocodecAndreas Eversberg1-2/+2
2015-09-22TRX: Cleanup of channel transcodingAndreas Eversberg1-2/+2
2015-09-22TRX: Introduce osmobts-trx, a layer 1 implementation for OpenBTS tranceiversAndreas Eversberg1-0/+11
The code is quite complete, TCH and PDCH channels are not yet tested.