Attention is currently required from: fixeria, laforge, lynxis lazus.
pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40863?usp=email )
Change subject: msc: add TC_silent_call_{start_stop,active_conn} ......................................................................
Patch Set 4: Code-Review+1
(3 comments)
File msc/MSC_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40863/comment/fcbff9f6_418d9... : PS4, Line 7720: cmd := "subscriber imsi " & hex2str(g_pars.imsi) & " silent-call "; I'd better enclose this into a helper function so we only need to change it in one place if we ever change the vty command.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40863/comment/f8546d82_390db... : PS4, Line 7726: MSCVTY.send(cmd & "start any signalling"); the "start any signalling" and the wait below can also be part of the function call.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40863/comment/fbe3436b_b8ae8... : PS4, Line 7750: MSCVTY.send(cmd & "stop"); this can also be a helper function.