Attention is currently required from: jolly.
Patch set 7:Code-Review +1
1 comment:
File library/euicc/SGP32Definitions_Templates.ttcn:
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
}
To view, visit change 43277. To unsubscribe, or for help writing mail filters, visit settings.