osmo-bts/src/osmo-bts-virtual
Vadim Yanitskiy 8aab8d484b osmo-bts-trx: drop Uplink loss detection from Downlink path
Attempting to detect missing Uplink frames in the *Downlink* path
is an ugly hack, that was needed before we had proper per-lchan
detection of missing bursts and NOPE indications in TRXDv1.

* [1] per-lchan detection of missing bursts was fixed in Aug 2018.
* [2] TRXDv1 support was introduced in Jul 2019.

Today is 2022 and it makes no sense to keep this hack.  Even if
the transceiver does not support TRXDv1, per-lchan detection
will compensate the missing Uplink bursts.

Change-Id: Ic292d180ba64206fb4d88adb284f9f9d058b4587
Related: [1] I70d05b67a35ddcbdd1b6394dbd7198404a440e76
Related: [2] If61c71d20d590bf07bfd019afb33000a0b6135bd
2022-05-06 12:55:18 +00:00
..
Makefile.am Remove unneeded direct libortp dependency 2018-07-02 16:36:14 +02:00
bts_model.c nm_*fsm: Make FSMs aware of object being properly configured or not 2021-09-22 12:56:58 +02:00
l1_if.c struct amr_multirate_conf: remove ms_mode[], raname bts_mode[] 2022-04-17 13:14:59 +00:00
l1_if.h [VAMOS] Re-organize osmo-bts-trx specific structures 2021-05-18 19:11:06 +00:00
main.c src/common/bts.c: set BTS_FEAT_PAGING_COORDINATION 2022-04-25 11:27:54 +02:00
osmo_mcast_sock.c use osmo_fd_setup() everywhere 2020-10-19 15:06:08 +00:00
osmo_mcast_sock.h VIRT-PHY: Initial check-in of a new virtual BTS 2017-07-13 19:34:17 +00:00
scheduler_virtbts.c osmo-bts-trx: drop Uplink loss detection from Downlink path 2022-05-06 12:55:18 +00:00
virtual_um.c Use OSMO_FD_* instead of deprecated BSC_FD_* 2020-05-09 18:59:47 +02:00
virtual_um.h osmo-bts-virtual: Fix "virtual-um net-device NETDEV" 2020-03-10 21:36:00 +01:00
virtualbts_vty.c vty: call bts_model_vty_init() from bts_vty_init() 2020-11-02 18:08:24 +00:00