OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| SecurityClientParams_Type | |
| Templates Summary | |
|---|---|
| cs_RegistrationList | |
type record SecurityClientParams_Type {
PortNumber_Type Port_us,
PortNumber_Type Port_uc,
IPsec_SPI_Type SPI_us,
IPsec_SPI_Type SPI_uc
}
template (value) RegInfo_RegistrationList_Type cs_RegistrationList (template (value) RegInfo_Registration_Type p_Reg1,
template (value) RegInfo_Registration_Type p_Reg2,
template (value) RegInfo_Registration_Type p_Reg3,
template (value) RegInfo_Registration_Type p_Reg4) :=
{ p_Reg1, p_Reg2, p_Reg3, p_Reg4 };
function f_IMS_REGISTER_InitialRequest(template (omit) IMS_DATA_REQ p_IMS_DATA_REQ := omit,
template (omit) charstring p_ExplicitExpiry := omit,
boolean p_SigCompIsActive := false,
boolean p_CondA3 := false,
boolean p_CondA7 := false) runs on IMS_PTC return IMS_DATA_REQ
function f_IMS_Register_SecurityInit(REGISTER_Request p_RegisterReq,
template (value) B128_Type p_Rand := tsc_IMS_AuthRAND,
boolean p_IsGIBA := false) runs on IMS_PTC
function f_IMS_REGISTER_SubsequentRequest(template (omit) IMS_DATA_REQ p_IMS_DATA_REQ := omit,
boolean p_CondA7 := false,
integer p_NonceCount := 1,
template (omit) charstring p_ExplicitExpiry := omit) runs on IMS_PTC return IMS_DATA_REQ
function f_IMS_Register_NonGIBA(template (omit) IMS_DATA_REQ p_IMS_DATA_REQ := omit,
charstring p_RegisterExpiration := tsc_IMS_RegisterExpiration,
boolean p_SigCompIsActive := false,
boolean p_IsEmergency := false) runs on IMS_PTC return REGISTER_Request
function f_IMS_Register_GIBA(template (omit) IMS_DATA_REQ p_IMS_DATA_REQ := omit,
charstring p_RegisterExpiration := tsc_IMS_RegisterExpiration) runs on IMS_PTC return REGISTER_Request
function f_IMS_Register(boolean p_IsGIBA := false,
template (omit) IMS_DATA_REQ p_IMS_DATA_REQ := omit,
boolean p_SigCompIsActive := false) runs on IMS_PTC return REGISTER_Request
function f_IMS_SUBSCRIBE_Request(boolean p_IsGIBA := false,
EventType p_EventType := "reg",
charstring p_ExpireTime := "600000") runs on IMS_PTC return IMS_DATA_REQ
function f_IMS_SUBSCRIBE_Response(IMS_DATA_REQ p_IMS_Subscribe_Request,
boolean p_IsGIBA := false,
charstring p_ExpireTime := "600000") runs on IMS_PTC
function f_IMS_Register_Subscribe(boolean p_IsGIBA := false) runs on IMS_PTC return SUBSCRIBE_Request
function f_IMS_NotifyRequest_MessageHeader_A16(SUBSCRIBE_Request p_SubscribeRequest,
boolean p_CondA2,
integer p_CseqValue,
template (value) SubscriptionState p_SubscriptionState) runs on IMS_PTC return template (value) MessageHeader
function f_IMS_OtherResponse_200_MessageHeaderRX(template (value) MessageHeader p_MessageHeader_Request,
template ContentType p_ContentType := *) runs on IMS_PTC return template (present) MessageHeader
function f_IMS_Register_Notify(SipUrl p_ContactUrl,
SUBSCRIBE_Request p_SubscribeRequest,
template (value) Reginfo_Type p_XmlMessage,
boolean p_CondA2 := false,
integer p_CseqValue := 1,
template (value) SubscriptionState p_SubscriptionState := cs_SubscriptionState_Active) runs on IMS_PTC
function f_XML_RegistrationInfo(REGISTER_Request p_RegisterRequest,
charstring p_Uri,
charstring p_RegistrationId,
charstring p_ContactId,
RegInfo_Contact_State_Type p_ContactState := active,
RegInfo_Contact_Event_Type p_ContactEvent := registered,
template (omit) integer p_Expires := omit,
boolean p_ApplyGRUU := pc_IMS_GRUUsInSIP,
boolean p_IsTelUri := false)
return template (value) RegInfo_Registration_Type
function f_IMS_XmlMessageForNotify_Def(REGISTER_Request p_RegisterRequest) runs on IMS_PTC return template (value) Reginfo_Type
function f_IMS_Register_SubscribeNotify(REGISTER_Request p_RegisterRequest,
boolean p_IsGIBA := false) runs on IMS_PTC return SUBSCRIBE_Request
function f_IMS_PTC_Deregistration(template (omit) IMS_DATA_REQ p_IMS_DATA_REQ := omit,
boolean p_CondA3 := false) runs on IMS_PTC
function f_IMS_PTC_ReRegistration_SecurityClientParamsGet() runs on IMS_PTC return SecurityClientParams_Type
function f_IMS_PTC_ReRegistration_SecurityClientParamsCheck(REGISTER_Request p_RegisterReq,
SecurityClientParams_Type p_PrevSecurityClientParams)
runs on IMS_PTC return SecurityClientParams_Type
function f_IMS_PTC_ReRegistration_WaitForRegistration(timer p_TRegExpire,
integer p_Nc)
runs on IMS_PTC return IMS_DATA_REQ
function f_IMS_Registration(boolean p_IsGIBA := false,
template (omit) IMS_DATA_REQ p_IMS_DATA_REQ := omit,
boolean p_SigCompIsActive := false) runs on IMS_PTC
function f_IMS_EmergencyRegistration_C20() runs on IMS_PTC return REGISTER_Request
function f_IMS_EmergencyCallRegistration_403Forbidden() runs on IMS_PTC return REGISTER_Request