Attention is currently required from: laforge, pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28869 )
Change subject: BTS_Tests: send SACCH blocks in TC_rsl_ms_pwr_dyn_{up,ass_updown}() ......................................................................
Patch Set 2:
(1 comment)
File bts/BTS_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28869/comment/308e8ae9_8f4dd... PS2, Line 2968: var octetstring l2 := f_pad_oct('010349'O & '0615004001C0'O, 21, '00'O);
I agree. […]
The '010349'O is LAPDm header, the '0615004001C0'O is an RR Measurement Report, the rest is '00'O padding. It does not really matter what we're sending here, could be f_rnd_octstring(21). We simply need to send something so that Uplink SACCH blocks contain valid MS power level values.