Loading ePassport/ttcn/ePassport_Types.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -137,8 +137,8 @@ module ePassport_Types { } type record PlainTextPayload { CommandData commandData optional, LengthE lengthE optional // TODO: why is this behind the data?? --afe CommandData commandData optional, // TODO: codec has to insert the length (lengthC!) automatically! LengthE lengthE optional // this is the maximum length of the response }; type octetstring CommandData; Loading Loading @@ -260,7 +260,7 @@ module ePassport_Types { ResponseData responseData optional, W1W2Status w1w2 } with { variant "isPDU" // TODO: is this correct? variant "isPDU" } type union ResponseData { Loading Loading
ePassport/ttcn/ePassport_Types.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -137,8 +137,8 @@ module ePassport_Types { } type record PlainTextPayload { CommandData commandData optional, LengthE lengthE optional // TODO: why is this behind the data?? --afe CommandData commandData optional, // TODO: codec has to insert the length (lengthC!) automatically! LengthE lengthE optional // this is the maximum length of the response }; type octetstring CommandData; Loading Loading @@ -260,7 +260,7 @@ module ePassport_Types { ResponseData responseData optional, W1W2Status w1w2 } with { variant "isPDU" // TODO: is this correct? variant "isPDU" } type union ResponseData { Loading