Loading ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Steps.ttcn +8 −2 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ module LibNg112_Steps { const integer c_interfaceProfile_IMS_SUT_MGCF := 115; // Mw interface at MGCF located in SUT const integer c_interfaceProfile_IMS_SUT_AS := 116; // Isc interface at AS located in SUT const integer c_interfaceProfile_IMS_SUT_ECSCF := 117; // Mw interface at E-CSCF located in SUT const integer c_interfaceProfile_IMS_SUT_BCF := 118; // SIP interface at BCF located in SUT // number of conference profile const integer c_conferenceProfile_factoryURI := 800; // conference factory URI Loading Loading @@ -196,6 +197,11 @@ module LibNg112_Steps { vc_interfaceprofile.SUTPort := PX_IMS_SUT_AS_PORT; vc_interfaceprofile.SUTIpaddr := PX_IMS_SUT_AS_IPADDR; vc_interfaceprofile.SUTHomeDomain := PX_IMS_SUT_AS_HOME_DOMAIN; } case (c_interfaceProfile_IMS_SUT_BCF) { //variant c_interfaceProfile_IMS_SUT_BCF vc_interfaceprofile.SUTPort := PX_IMS_SUT_BCF_PORT; vc_interfaceprofile.SUTIpaddr := PX_IMS_SUT_BCF_IPADDR; vc_interfaceprofile.SUTHomeDomain := PX_IMS_SUT_BCF_HOME_DOMAIN; } } } // End of function f_init_interfaceprofile Loading Loading
ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Steps.ttcn +8 −2 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ module LibNg112_Steps { const integer c_interfaceProfile_IMS_SUT_MGCF := 115; // Mw interface at MGCF located in SUT const integer c_interfaceProfile_IMS_SUT_AS := 116; // Isc interface at AS located in SUT const integer c_interfaceProfile_IMS_SUT_ECSCF := 117; // Mw interface at E-CSCF located in SUT const integer c_interfaceProfile_IMS_SUT_BCF := 118; // SIP interface at BCF located in SUT // number of conference profile const integer c_conferenceProfile_factoryURI := 800; // conference factory URI Loading Loading @@ -196,6 +197,11 @@ module LibNg112_Steps { vc_interfaceprofile.SUTPort := PX_IMS_SUT_AS_PORT; vc_interfaceprofile.SUTIpaddr := PX_IMS_SUT_AS_IPADDR; vc_interfaceprofile.SUTHomeDomain := PX_IMS_SUT_AS_HOME_DOMAIN; } case (c_interfaceProfile_IMS_SUT_BCF) { //variant c_interfaceProfile_IMS_SUT_BCF vc_interfaceprofile.SUTPort := PX_IMS_SUT_BCF_PORT; vc_interfaceprofile.SUTIpaddr := PX_IMS_SUT_BCF_IPADDR; vc_interfaceprofile.SUTHomeDomain := PX_IMS_SUT_BCF_HOME_DOMAIN; } } } // End of function f_init_interfaceprofile Loading