Attention is currently required from: osmith, pespin.
1 comment:
File src/gprs_rlcmac_sched.cpp:
Patch Set #2, Line 491: if (bts->trx[trx].fl1h) {
I think this is breaking/changing the behavior when osmo-bts-sysmo is used without direct-phy flag. […]
First of all: Yes, I also think the behavior is changed.
When we compile osmo-pcu with direct-phy support and osmo-bts-sysmo uses direct phy support we should be fine.
When we do not use direct phy support (does not matter whether it is compiled in or not), then skip_idle = skip_idle && trx != 0; is not executed. As far as I understand the PCU will then not generate the idle frames. Osmo-bts would do this then.
Or do you think that osmo-bts-sysmo needs the idle frames but osmo-bts-trx not? I am a bit lost here. I always thought the behaviour would be the same for all BTS models in that regard.
To view, visit change 34575. To unsubscribe, or for help writing mail filters, visit settings.