Loading ttcn/BTP/LibItsBtp_Pixits.ttcn +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
ttcn/BTP/LibItsBtp_Pixits.ttcn +4 −1 Original line number Diff line number Diff line Loading @@ -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