Attention is currently required from: jolly, laforge.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33816 )
Change subject: BTS_Test_ASCI: Add first ASCI test to check NCH support ......................................................................
Patch Set 4:
(2 comments)
Patchset:
PS4: Since you're adding a new testcase module, please update `bts/BTS_Tests.cfg`: add `BTS_Tests_ASCI.control` to the `EXECUTE` section. Otherwise the new testcases will not be executed automatically.
File bts/BTS_Tests_ASCI.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33816/comment/ab19a7ef_31b77... PS4, Line 109: /* Flush pending messages and be sure that the sending of notifications has stopped. */ Alternatively, you could do it this way:
``` f_wait(1.0); L1CTL.clear; ```