Loading LibIot/LibIot_PIXITS.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ module LibIot_PIXITS { * * @desc Maximum time limit used by monitor component for waiting for expected incoming messages */ modulepar float PX_MAX_MSG_WAIT := 5.0; modulepar float PX_MAX_MSG_WAIT := 10.0; /** * Loading Loading @@ -124,19 +124,19 @@ module LibIot_PIXITS { * @desc * Defines list of the files to merge. */ modulepar FileList PX_IOT_FILE_MERGE_LIST := { "TD_IMS_0001_11.pcap", "TD_IMS_0001_19.pcap", "TD_IMS_0020.pcap" }; modulepar FileList PX_IOT_FILE_MERGE_LIST := { "TD_IMS_MESS_0001_19.pcap", "TD_IMS_MESS_0001_20.pcap" }; /** * @desc * Defines the location of the files to merge. */ modulepar charstring PX_IOT_FILE_MERGE_PATH := "/tmp"; modulepar charstring PX_IOT_FILE_MERGE_PATH := "."; /** * @desc * Defines the location of the files to merge. */ modulepar charstring PX_IOT_MERGE_TOOL_PATH := "C:\Program Files\WinPcap"; modulepar charstring PX_IOT_MERGE_TOOL_PATH := "C:\Program Files\WireShark"; /** * @desc Loading Loading
LibIot/LibIot_PIXITS.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ module LibIot_PIXITS { * * @desc Maximum time limit used by monitor component for waiting for expected incoming messages */ modulepar float PX_MAX_MSG_WAIT := 5.0; modulepar float PX_MAX_MSG_WAIT := 10.0; /** * Loading Loading @@ -124,19 +124,19 @@ module LibIot_PIXITS { * @desc * Defines list of the files to merge. */ modulepar FileList PX_IOT_FILE_MERGE_LIST := { "TD_IMS_0001_11.pcap", "TD_IMS_0001_19.pcap", "TD_IMS_0020.pcap" }; modulepar FileList PX_IOT_FILE_MERGE_LIST := { "TD_IMS_MESS_0001_19.pcap", "TD_IMS_MESS_0001_20.pcap" }; /** * @desc * Defines the location of the files to merge. */ modulepar charstring PX_IOT_FILE_MERGE_PATH := "/tmp"; modulepar charstring PX_IOT_FILE_MERGE_PATH := "."; /** * @desc * Defines the location of the files to merge. */ modulepar charstring PX_IOT_MERGE_TOOL_PATH := "C:\Program Files\WinPcap"; modulepar charstring PX_IOT_MERGE_TOOL_PATH := "C:\Program Files\WireShark"; /** * @desc Loading