Commit 781d9c66 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

PSAP and BCF related changes to LibNg112

parent c1b0d816
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -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
@@ -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