Attention is currently required from: fixeria, pespin. Hoernchen has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27602 )
Change subject: ran emulation: allow multiple reset attempts ......................................................................
Patch Set 2:
(2 comments)
File library/RAN_Emulation.ttcnpp:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27602/comment/07f3f08b_9ce95... PS1, Line 526: while (attempts > 0) {
IMO, the loop approach is easier to read. […]
I didn't want to use for due to the long variable name, which made for look ugly.
File msc/MSC_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27602/comment/d69eed53_abb05... PS1, Line 143: bssap_reset_retries
All module parameters star with 'mp_', please align the naming.
Done