Loading LibIot/LibIot_PIXITS.ttcn +60 −8 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ module LibIot_PIXITS { IpInterfaceInfo := { { domainName := "pcscf.thomson.net", IpAddress := "172.31.13.2", IpAddress := "10.10.2.10", portNumbers := {5060} } } Loading @@ -99,12 +99,12 @@ module LibIot_PIXITS { IpInterfaceInfo := { { domainName := "icscf.thomson.net", IpAddress := "172.31.13.2", IpAddress := "10.10.2.10", portNumbers := {5180,5185} }, { domainName := "scscf.thomson.net", IpAddress := "172.31.13.2", IpAddress := "10.10.2.10", portNumbers := {5185,5187,5188,5189} } } Loading @@ -116,7 +116,7 @@ module LibIot_PIXITS { IpInterfaceInfo := { { domainName := "as.thomson.net", IpAddress := "172.31.13.6", IpAddress := "0.0.0.0", portNumbers := {5060} } } Loading @@ -132,6 +132,11 @@ module LibIot_PIXITS { interfaceName := "Gm", interfaceInfo := { IpInterfaceInfo := { { domainName := "user.nsn.net", IpAddress := "172.31.11.141", portNumbers := {5060} }, { domainName := "pcscf.nsn.net", IpAddress := "172.31.11.132", Loading Loading @@ -314,6 +319,53 @@ module LibIot_PIXITS { }, { // productIndex = 6 productName := "Starrent", monitorInterfaces := { { interfaceName := "Gm", interfaceInfo := { IpInterfaceInfo := { { domainName := "pcscf.starrent.net", IpAddress := "10.10.15.10", portNumbers := {5060} } } } }, { interfaceName := "Mw", interfaceInfo := { IpInterfaceInfo := { { domainName := "icscf.starrent.net", IpAddress := "0.0.0.0", portNumbers := {5160} }, { domainName := "scscf.starrent.net", IpAddress := "10.10.15.11", portNumbers := {5160} } } } }, { interfaceName := "Isc", interfaceInfo := { IpInterfaceInfo := { { domainName := "as.starrent.net", IpAddress := "0.0.0.0", portNumbers := {5060} } } } } } }, { // productIndex = 7 productName := "Testing Tech IMS Core", monitorInterfaces := { { Loading Loading @@ -366,13 +418,13 @@ module LibIot_PIXITS { * @desc Selects product based on index in PX_PRODCUTS vendor list for EUT_A * */ modulepar integer PX_EUT_A := 2; modulepar integer PX_EUT_A := 1; /** * * @desc Selects product based on index in PX_PRODCUTS vendor list for EUT_B */ modulepar integer PX_EUT_B := 0; modulepar integer PX_EUT_B := 6; /** * Loading Loading @@ -409,7 +461,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 := "D:/cygwin/tmp/TS_12"; // Do not forget to upgrade PX_EUT_A and PX_EUT_B modulepar charstring PX_IOT_PCAP_SESSIONS_PATH := "D:/cygwin/tmp/TS_17"; // Do not forget to upgrade PX_EUT_A and PX_EUT_B /** * @desc Loading Loading
LibIot/LibIot_PIXITS.ttcn +60 −8 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ module LibIot_PIXITS { IpInterfaceInfo := { { domainName := "pcscf.thomson.net", IpAddress := "172.31.13.2", IpAddress := "10.10.2.10", portNumbers := {5060} } } Loading @@ -99,12 +99,12 @@ module LibIot_PIXITS { IpInterfaceInfo := { { domainName := "icscf.thomson.net", IpAddress := "172.31.13.2", IpAddress := "10.10.2.10", portNumbers := {5180,5185} }, { domainName := "scscf.thomson.net", IpAddress := "172.31.13.2", IpAddress := "10.10.2.10", portNumbers := {5185,5187,5188,5189} } } Loading @@ -116,7 +116,7 @@ module LibIot_PIXITS { IpInterfaceInfo := { { domainName := "as.thomson.net", IpAddress := "172.31.13.6", IpAddress := "0.0.0.0", portNumbers := {5060} } } Loading @@ -132,6 +132,11 @@ module LibIot_PIXITS { interfaceName := "Gm", interfaceInfo := { IpInterfaceInfo := { { domainName := "user.nsn.net", IpAddress := "172.31.11.141", portNumbers := {5060} }, { domainName := "pcscf.nsn.net", IpAddress := "172.31.11.132", Loading Loading @@ -314,6 +319,53 @@ module LibIot_PIXITS { }, { // productIndex = 6 productName := "Starrent", monitorInterfaces := { { interfaceName := "Gm", interfaceInfo := { IpInterfaceInfo := { { domainName := "pcscf.starrent.net", IpAddress := "10.10.15.10", portNumbers := {5060} } } } }, { interfaceName := "Mw", interfaceInfo := { IpInterfaceInfo := { { domainName := "icscf.starrent.net", IpAddress := "0.0.0.0", portNumbers := {5160} }, { domainName := "scscf.starrent.net", IpAddress := "10.10.15.11", portNumbers := {5160} } } } }, { interfaceName := "Isc", interfaceInfo := { IpInterfaceInfo := { { domainName := "as.starrent.net", IpAddress := "0.0.0.0", portNumbers := {5060} } } } } } }, { // productIndex = 7 productName := "Testing Tech IMS Core", monitorInterfaces := { { Loading Loading @@ -366,13 +418,13 @@ module LibIot_PIXITS { * @desc Selects product based on index in PX_PRODCUTS vendor list for EUT_A * */ modulepar integer PX_EUT_A := 2; modulepar integer PX_EUT_A := 1; /** * * @desc Selects product based on index in PX_PRODCUTS vendor list for EUT_B */ modulepar integer PX_EUT_B := 0; modulepar integer PX_EUT_B := 6; /** * Loading Loading @@ -409,7 +461,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 := "D:/cygwin/tmp/TS_12"; // Do not forget to upgrade PX_EUT_A and PX_EUT_B modulepar charstring PX_IOT_PCAP_SESSIONS_PATH := "D:/cygwin/tmp/TS_17"; // Do not forget to upgrade PX_EUT_A and PX_EUT_B /** * @desc Loading