osmo-bts/src/osmo-bts-trx
Harald Welte d784e50747 Introduce new phy_link and phy_instance abstraction
This way we can model a flexible mapping between any number of PHYs,
each having multiple instances, and then map BTSs with TRXx on top of
those PHYs.
2016-02-15 14:18:59 +01:00
..
Makefile.am TRX: Move scheduler to src/common 2016-02-15 14:17:55 +01:00
amr.c TRX: Add AMR Payload handling 2015-09-22 16:41:27 +02:00
amr.h TRX: Add AMR Payload handling 2015-09-22 16:41:27 +02:00
gsm0503_coding.c TRX: Don't hard-code 23 bytes, use GSM_MACBLOCK_LEN 2016-01-16 17:49:08 +01:00
gsm0503_coding.h trx: Implement BER calculations. 2015-09-22 16:41:31 +02:00
gsm0503_conv.c TRX: Remove extra TCH/HS puncturing value 2015-09-22 16:41:31 +02:00
gsm0503_conv.h TRX: Support for AMR half speech 2015-09-22 16:41:28 +02:00
gsm0503_interleaving.c TRX: Support for TCH/H and GSM half rate transcoding 2015-09-22 16:41:27 +02:00
gsm0503_interleaving.h TRX: Support for TCH/H and GSM half rate transcoding 2015-09-22 16:41:27 +02:00
gsm0503_mapping.c TRX: Code cleanup, prepare for other codecs than GSM full rate 2015-09-22 16:41:27 +02:00
gsm0503_mapping.h TRX: Code cleanup, prepare for other codecs than GSM full rate 2015-09-22 16:41:27 +02:00
gsm0503_parity.c TRX: Support for TCH/H and GSM half rate transcoding 2015-09-22 16:41:27 +02:00
gsm0503_parity.h TRX: Support for AMR full speech 2015-09-22 16:41:27 +02:00
gsm0503_tables.c TRX: Support for AMR half speech 2015-09-22 16:41:28 +02:00
gsm0503_tables.h TRX: Support for AMR half speech 2015-09-22 16:41:28 +02:00
l1_if.c Introduce new phy_link and phy_instance abstraction 2016-02-15 14:18:59 +01:00
l1_if.h Introduce new phy_link and phy_instance abstraction 2016-02-15 14:18:59 +01:00
loops.c TRX: factor out the scheduler from remaining code 2016-02-15 14:17:55 +01:00
loops.h TRX: factor out the scheduler from remaining code 2016-02-15 14:17:55 +01:00
main.c Introduce new phy_link and phy_instance abstraction 2016-02-15 14:18:59 +01:00
scheduler_trx.c Introduce new phy_link and phy_instance abstraction 2016-02-15 14:18:59 +01:00
trx_if.c Introduce new phy_link and phy_instance abstraction 2016-02-15 14:18:59 +01:00
trx_if.h Introduce new phy_link and phy_instance abstraction 2016-02-15 14:18:59 +01:00
trx_vty.c Introduce new phy_link and phy_instance abstraction 2016-02-15 14:18:59 +01:00