Attention is currently required from: pespin.
Patch set 1:Code-Review -1
2 comments:
File library/GTP_Templates.ttcn:
Patch Set #1, Line 128: template
Field 'chargingChar' is not 'optional', so please add '(present)'.
This allows to detect potential bugs at compile-time.
Patch Set #1, Line 399: ts_ChargingCharacteristics
You cannot pass 'omit' (as default value) to this template. I guess you want a wrapper function returning:
if (istemplitekind(charging_char, "omit"))
return omit;
else
return ts_ChargingCharacteristics(charging_char);
To view, visit change 28091. To unsubscribe, or for help writing mail filters, visit settings.