Compare Revisions

The credentials to download the source code are:
 Username: svnusers
 Password: svnusers

Ignore whitespace Rev 111 → Rev 112

/tags/v1.6.0/ttcn/LibIms_SIPTypesAndValues.ttcn
56,6 → 56,8
// 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;
/tags/v1.6.0/ttcn/LibIms_Steps.ttcn
814,7 → 814,11
case (c_conferenceProfile_factoryURI) {
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)
}