Commit 8ef860b9 authored by fetke's avatar fetke
Browse files

after clarification with alexandre

parent 6d5d3ee6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
@@ -260,7 +260,7 @@ module ePassport_Types {
				ResponseData responseData optional,
				W1W2Status w1w2
			} with {
				variant "isPDU"  // TODO:  is this correct?
				variant "isPDU"
			}
    
    		type union ResponseData {