Loading LibIot/LibIot_PIXITS.ttcn +6 −11 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ module LibIot_PIXITS { * @desc PIXIT defines which verdict (E2E or conformance)is to be kept track of with the TTCN-3 verdict. * Note that the verdict not chosen will be only available in log statements. */ modulepar IotVerdictType PX_TTCN3_VERDICT := e_e2e; modulepar IotVerdictType PX_TTCN3_VERDICT := e_conformance; /** * Loading Loading @@ -282,17 +282,12 @@ module LibIot_PIXITS { { domainName := "icscf.nsn.etsi", IpAddress := "10.10.1.67", portNumbers := {5180} portNumbers := {5080} }, { domainName := "scscf.nsn.etsi", IpAddress := "10.10.1.67", portNumbers := {5190} }, { domainName := "pcscf-mw.nsn.etsi", IpAddress := "10.10.1.67", portNumbers := {5070} portNumbers := {5090} } } } Loading Loading @@ -904,13 +899,13 @@ module LibIot_PIXITS { * @desc Selects product based on index in PX_PRODCUTS vendor list for EUT_A * */ modulepar integer PX_EUT_A := 1; modulepar integer PX_EUT_A := 0; /** * * @desc Selects product based on index in PX_PRODCUTS vendor list for EUT_B */ modulepar integer PX_EUT_B := 6; modulepar integer PX_EUT_B := 2; /** * Loading Loading @@ -947,7 +942,7 @@ module LibIot_PIXITS { * @desc * In case of offline mode, it defines the path where all sessions's Pcap files are located. */ modulepar charstring PX_IOT_PCAP_SESSIONS_PATH := "c:/Captures/TS_00"; // Do not forget to upgrade PX_EUT_A and PX_EUT_B modulepar charstring PX_IOT_PCAP_SESSIONS_PATH := "c:/Captures/Result/MS1 Sun Morning 1"; // Do not forget to upgrade PX_EUT_A and PX_EUT_B /** * @desc Loading Loading
LibIot/LibIot_PIXITS.ttcn +6 −11 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ module LibIot_PIXITS { * @desc PIXIT defines which verdict (E2E or conformance)is to be kept track of with the TTCN-3 verdict. * Note that the verdict not chosen will be only available in log statements. */ modulepar IotVerdictType PX_TTCN3_VERDICT := e_e2e; modulepar IotVerdictType PX_TTCN3_VERDICT := e_conformance; /** * Loading Loading @@ -282,17 +282,12 @@ module LibIot_PIXITS { { domainName := "icscf.nsn.etsi", IpAddress := "10.10.1.67", portNumbers := {5180} portNumbers := {5080} }, { domainName := "scscf.nsn.etsi", IpAddress := "10.10.1.67", portNumbers := {5190} }, { domainName := "pcscf-mw.nsn.etsi", IpAddress := "10.10.1.67", portNumbers := {5070} portNumbers := {5090} } } } Loading Loading @@ -904,13 +899,13 @@ module LibIot_PIXITS { * @desc Selects product based on index in PX_PRODCUTS vendor list for EUT_A * */ modulepar integer PX_EUT_A := 1; modulepar integer PX_EUT_A := 0; /** * * @desc Selects product based on index in PX_PRODCUTS vendor list for EUT_B */ modulepar integer PX_EUT_B := 6; modulepar integer PX_EUT_B := 2; /** * Loading Loading @@ -947,7 +942,7 @@ module LibIot_PIXITS { * @desc * In case of offline mode, it defines the path where all sessions's Pcap files are located. */ modulepar charstring PX_IOT_PCAP_SESSIONS_PATH := "c:/Captures/TS_00"; // Do not forget to upgrade PX_EUT_A and PX_EUT_B modulepar charstring PX_IOT_PCAP_SESSIONS_PATH := "c:/Captures/Result/MS1 Sun Morning 1"; // Do not forget to upgrade PX_EUT_A and PX_EUT_B /** * @desc Loading