Commit 3e7faf44 authored by garciay's avatar garciay
Browse files

Bug fixed: 0006126: Payload decoding must always be successfull

parent 4c58510f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -39,7 +39,10 @@ module LibItsBtp_Pixits {
         * @desc Payload to be sent to the IUT for testing matter
         * 		 
         */
    	modulepar BtpPayload PX_PAYLOAD := { rawPayload := '0102030405'O };
    	modulepar BtpPayload PX_PAYLOAD := { 
    	    decodedPayload := omit, 
    	    rawPayload := '0102030405'O 
    	};

    
} // end LibItsBtp_Pixits
 No newline at end of file