OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Templates Summary | |
|---|---|
| t_s_emptySessionId | |
| t_s_complementSetSessionId | |
| t_s_notification | |
| t_s_notificationTypeOnly | |
| t_s_plausibleSetSessionId | |
template SessionID t_s_emptySessionId := {
setSessionID := omit,
slpSessionID := omit
}
template SetSessionID t_s_complementSetSessionId(integer p_id) := {
sessionId := complement(p_id),
setId := ?
}
template Notification t_s_notification(NotificationType p_type, template EncodingType p_encodingType, template octetstring p_requestorId, template FormatIndicator p_requestorIdType, template octetstring p_clientName, template FormatIndicator p_clientNameType) := {
notificationType := p_type,
encodingType := p_encodingType,
requestorId := p_requestorId,
requestorIdType := p_requestorIdType,
clientName := p_clientName,
clientNameType := p_clientNameType
}
template Notification t_s_notificationTypeOnly(NotificationType p_type) := {
notificationType := p_type,
encodingType := omit,
requestorId := omit,
requestorIdType := omit,
clientName := omit,
clientNameType := omit
}
template SetSessionID t_s_plausibleSetSessionId := {
sessionId := 1234,
setId := {
imsi := '0102030405060708'O
}
}