Attention is currently required from: pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28091 )
Change subject: ggsn: Append ChargingCharacteristics IE to CreatePdpCtxReq ......................................................................
Patch Set 1: Code-Review-1
(2 comments)
File library/GTP_Templates.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28091/comment/9c3a9773_0243a... PS1, Line 128: template Field 'chargingChar' is not 'optional', so please add '(present)'. This allows to detect potential bugs at compile-time.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28091/comment/eb119856_6f97e... PS1, 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);