Commit 1d5c7447 authored by berge's avatar berge
Browse files

Added Ericson & Thomson infos in PX_PRODUCTS

parent d4ca1ef5
Loading
Loading
Loading
Loading
+68 −0
Original line number Diff line number Diff line
@@ -30,6 +30,74 @@ module LibIot_PIXITS {
	 * @desc Example of	module parameter based entry of	EUT	interface	information	for	all	products particpating	in an	interoperability event
	 */
	modulepar	ProductList	PX_PRODUCTS	:= {
		{
			productName := "Ericson",
			monitorInterfaces	:= {
				{
					interfaceName	:= "Gm",
					interfaceInfo	:= {
						IpInterfaceInfo	:= {
							{
								domainName :=	"pcscf.ericson",
								IpAddress	:= "172.31.42.3",
								portNumbers	:= {5060}
							}
						}
					}
				},
				{
					interfaceName	:= "Mw",
					interfaceInfo	:= {
						IpInterfaceInfo	:= {
							{
								domainName :=	"icscf.ericson",
								IpAddress	:= "172.31.42.2",
								portNumbers	:= {5060}
							},
							{
								domainName :=	"scscf.ericson",
								IpAddress	:= "172.31.42.4",
								portNumbers	:= {5060}
							}
						}
					}
				}
			}
		},				
		{
			productName := "Thomson",
			monitorInterfaces	:= {
				{
					interfaceName	:= "Gm",
					interfaceInfo	:= {
						IpInterfaceInfo	:= {
							{
								domainName :=	"pcscf.thomson",
								IpAddress	:= "172.31.13.2",
								portNumbers	:= {5060}
							}
						}
					}
				},
				{
					interfaceName	:= "Mw",
					interfaceInfo	:= {
						IpInterfaceInfo	:= {
							{
								domainName :=	"icscf.thomson",
								IpAddress	:= "172.31.13.2",
								portNumbers	:= {5180,5185}
							},
							{
								domainName :=	"scscf.thomson",
								IpAddress	:= "172.31.13.2",
								portNumbers	:= {5185,5187,5188,5189}
							}
						}
					}
				}
			}
		},		
		{
			productName := "Testing Tech IMS Core",
			monitorInterfaces	:= {