Index: TestSupport.c =================================================================== diff -u -r57be34611399b5080a5a98bee4f2eb3b7ba452f7 -rb16fb44ffe64e6ceb3e182d11485c3bb75dbad8f --- TestSupport.c (.../TestSupport.c) (revision 57be34611399b5080a5a98bee4f2eb3b7ba452f7) +++ TestSupport.c (.../TestSupport.c) (revision b16fb44ffe64e6ceb3e182d11485c3bb75dbad8f) @@ -526,6 +526,9 @@ #ifdef _TD_ msg.hdr.msgID = MSG_ID_TD_SEND_TEST_CONFIGURATION; #endif +#ifdef _RO_ + //msg.hdr.msgID = //TODO update; +#endif msg.hdr.payloadLen = sizeof( testConfig ); for ( config = TEST_CONFIG_FIRST; config < NUM_OF_TEST_CONFIGS; ++config )