Attention is currently required from: neels.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37283?usp=email )
Change subject: mgw: add TC_crcx_iufp_sendrecv and _recvonly ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File mgw/MGCP_Test.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37283/comment/48e20faa_651b1... PS1, Line 2850: not ispresent(resp.sdp) This is not needed, since `ispresent()` is safe against `foo.omit.bar`. `not ispresent(resp.sdp.connection)` alone would do the job, but this is not critical and can be kept like that.