Attention is currently required from: dexter, jolly.
pespin has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43144?usp=email )
Change subject: library/euicc: add ESipa JSON encoder/decoder module ......................................................................
Patch Set 4:
(1 comment)
File eim/eIM_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43144/comment/6ea65be1_ba3ba... : PS4, Line 441: esipa_res := dec_EsipaMessageFromEimToIpa(response_http.response_binary.body); Isn't it enough o move the "if (mp_esipa_json == true)" here?
or do:
if (ispresent(response_http.response_binary)) { if (mp_esipa_json) { fail() } .... } else if (ispresent(response_http.response)) { if (not mp_esipa_json) { fail() } .... } else { fail()