Commit b38d4868 authored by pintar's avatar pintar
Browse files

PIXITS for AS_SUT and UE_SUT

parent c36d2eaa
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -13,6 +13,18 @@ module LibIms_PIXITS
	import from LibCommon_DataStrings all;
	
group SUT {
 
group SUT_UE {
	modulepar {
	/** @desc charstring for SUT - UE IP address to exchange SIP messages - connection point for PCSCF
	*/
	charstring  PX_IMS_SUT_UE_IPADDR := "172.31.10.99";

	/** @desc	integer for SUT - UE port number to exchange SIP messages - connection point for PCSCF
	*/
	integer	  PX_IMS_SUT_UE_PORT := 5060;
	}//end modulepar
}//end group SUT_UE1
group SUT_UE1 {
	modulepar {
	/** @desc charstring for SUT - PCSCF1 IP address to exchange SIP messages - connection point for UE1
@@ -315,6 +327,23 @@ group SUT_ICSCF {
	}
} // end group SUT_ICSCF
 
group SUT_AS {
	modulepar {
	/** @desc charstring for SUT - AS IP address to exchange SIP messages - connection point for SCSCF
	*/
	charstring  PX_IMS_SUT_AS_IPADDR := "172.31.10.7";

	/** @desc	integer for SUT - AS port number to exchange SIP messages - connection point for SCSCF
	*/
	integer	  PX_IMS_SUT_AS_PORT := 5060;
	
	/** @desc	charstring for SUT/AS domain
	*/
	charstring  PX_IMS_SUT_AS_HOME_DOMAIN := "as.sut.net";

	}//end modulepar
}//end group SUT_UE1

group SUT_IMGCF {
	modulepar {
	/** @desc	charstring for SUT/I-MGCF IP address to exchange SIP messages