Attention is currently required from: dexter.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37470?usp=email )
Change subject: IPAd_Tests: add missing verification of ESipa responses from IPAd ......................................................................
Patch Set 1:
(1 comment)
File ipad/IPAd_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37470/comment/24c6c04c_fb7ad... PS1, Line 450: if (not match(esipa_req, tr_getBoundProfilePackageRequestEsipa)) { I'd really go for adding this check in a new api, you'll use this several times:
f_esipa_transceive_exp(esipa_res, tr_getBoundProfilePackageRequestEsipa)
We do this kidn of API in several tests iirc.