Attention is currently required from: jolly.
dexter has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43277?usp=email )
Change subject: IPAd: Add EuiccPackageResultList to TC_proc_euicc_data_req ......................................................................
Patch Set 7: Code-Review+1
(1 comment)
File library/euicc/SGP32Definitions_Templates.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43277/comment/229ef16b_634ed... : PS7, Line 836: } I would recommend to pass the euiccPackageResultList as parameter and then set it o empty brackets. This would make the template more flexible. I would also recommend to add a corresponding tr template as well.
Since I wasn't sure if the empty brackets would be accepted by the TTCN3 compiler I have tried it out, the following seems to work:
template (value) SGP32_RetrieveNotificationsListResponse ts_retrieveNotificationsListResponse_euiccPkgRes(template (value) EuiccPackageResultList euiccPackageResultList := {}) := { euiccPackageResultList := euiccPackageResultList }