Attention is currently required from: fixeria.
1 comment:
File bts/BTS_Tests.ttcn:
if (first_after_wait) {
/* It may happen that BTS transmits SACCH before it receives our RSL MS POWER CONTROL: */
log("Power level := ", l1h.ms_power_lvl, " does not ",
"match the signaled (RSL) power level := ", power_level);
first_after_wait := false;
repeat;
AFAIU, the idea of this patch is to ignore the first DL SACCH block. […]
This seems to be discard+repeat all the time, while I only want to discard only *once after each RSL.send() changing the MS POWER if the MS POWER doesn't match*.
I doubt something as specific as this actually exists in ttcn3.
To view, visit change 41785. To unsubscribe, or for help writing mail filters, visit settings.