Loading ttcn/LibIms_SIPTypesAndValues.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,8 @@ group UserProfileConstants // number of conference profile const integer c_conferenceProfile_factoryURI := 800; // confernece factory URI const integer c_conferenceProfile_URI := 800; // confernece factory URI const integer c_conferenceProfile_unkownURI := 800; // confernece factory URI // number of service profile const integer c_serviceProfile_EMERGENCY := 911; Loading ttcn/LibIms_Steps.ttcn +5 −1 Original line number Diff line number Diff line Loading @@ -815,6 +815,10 @@ module LibIms_Steps p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_SUT_CONF_FACTORY_NAME, password:=omit}; p_sipUrl.hostPort := {host := PX_IMS_SUT_CONF_HOME_DOMAIN, portField := PX_IMS_SUT_CONF_PORT} } case (c_userProfile_AS1) { p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_TS_IMS1UE_PUBLIC_USER, password:=omit}; p_sipUrl.hostPort := {host := PX_IMS_TS_AS1_HOME_DOMAIN, portField := PX_IMS_TS_AS1_PORT} } }; return(p_sipUrl) } Loading Loading
ttcn/LibIms_SIPTypesAndValues.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,8 @@ group UserProfileConstants // number of conference profile const integer c_conferenceProfile_factoryURI := 800; // confernece factory URI const integer c_conferenceProfile_URI := 800; // confernece factory URI const integer c_conferenceProfile_unkownURI := 800; // confernece factory URI // number of service profile const integer c_serviceProfile_EMERGENCY := 911; Loading
ttcn/LibIms_Steps.ttcn +5 −1 Original line number Diff line number Diff line Loading @@ -815,6 +815,10 @@ module LibIms_Steps p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_SUT_CONF_FACTORY_NAME, password:=omit}; p_sipUrl.hostPort := {host := PX_IMS_SUT_CONF_HOME_DOMAIN, portField := PX_IMS_SUT_CONF_PORT} } case (c_userProfile_AS1) { p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_TS_IMS1UE_PUBLIC_USER, password:=omit}; p_sipUrl.hostPort := {host := PX_IMS_TS_AS1_HOME_DOMAIN, portField := PX_IMS_TS_AS1_PORT} } }; return(p_sipUrl) } Loading