[MERGED] osmocom-bb[fixeria/trx]: trxcon/scheduler: transmit dummy frames on CBTX lchans

2018-03-11 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: trxcon/scheduler: transmit dummy frames on CBTX lchans .. trxcon/scheduler: transmit dummy frames on CBTX lchans If at the moment of transmission there a

osmocom-bb[fixeria/trx]: trxcon/scheduler: transmit dummy frames on CBTX lchans

2018-03-11 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7206 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie590990f2274ea476678f6b2079f90eeadab6501 Gerrit-PatchSet: 3 Gerrit-Project: osmocom-bb Gerrit-Branch: fixeria/trx

[PATCH] osmocom-bb[fixeria/trx]: trxcon/scheduler: transmit dummy frames on CBTX lchans

2018-03-11 Thread Vadim Yanitskiy
trxcon/scheduler: transmit dummy frames on CBTX lchans If at the moment of transmission there are no frames in TX buffer, then either a dummy LAPDm frame (0x01, 0x03, 0x01, 0x2b ...) or a silence frame (depending on a codec in use) shall be transmitted. This is required for proper measurements on

[PATCH] osmocom-bb[fixeria/trx]: trxcon/scheduler: transmit dummy frames on CBTX lchans

2018-03-11 Thread Vadim Yanitskiy
trxcon/scheduler: transmit dummy frames on CBTX lchans If at the moment of transmission there are no frames in TX buffer, then either a dummy LAPDm frame (0x01, 0x03, 0x01, 0x2b ...) or a silence frame (depending on a codec in use) shall be transmitted. This is required for proper measurements on

[PATCH] osmocom-bb[fixeria/trx]: trxcon/scheduler: transmit dummy frames on CBTX lchans

2018-03-10 Thread Vadim Yanitskiy
Review at https://gerrit.osmocom.org/7206 trxcon/scheduler: transmit dummy frames on CBTX lchans If at the moment of transmission there are no frames in TX buffer, then either a dummy LAPDm frame (0x01, 0x03, 0x01, 0x2b ...) or a silence frame (depending on a codec in use) shall be transmitted.