OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Module LibSip_SimpleMsgSummaryTypes


This module provides the SMS type system for SIP tests.

Author: STF 406

Version: $Id: LibSip_SimpleMsgSummaryTypes.ttcn,v 1.1 2013/05/23 13:17:27 mpr Exp $

Groups:

Data Types Summary
SimpleMsgSummary
Msg_status_line
Msg_account
Msg_summary_line
Msg_summary_line_list
Opt_msg_headers
Constants Summary
c_imsEtsiMwiApplication
c_messageWaiting
c_messageAccount
c_voiceMessage

Details

SimpleMsgSummary
type record SimpleMsgSummary { 
Msg_status_line msg_status_line,
Msg_account msg_account optional,
Msg_summary_line_list msg_summary_line_list optional,
Opt_msg_headers opt_msg_headers optional
}

Declared in group SMSTypes

Msg_status_line
type record Msg_status_line {
charstring msg_type,
charstring msg_status
}

Declared in group SMSTypes

Msg_account
type record Msg_account {
charstring msg_type_account,
charstring account_URI
}

Declared in group SMSTypes

Msg_summary_line
type record Msg_summary_line {
charstring msg_context_class,
charstring msgs,
charstring urgent_msgs optional
}

Declared in group SMSTypes

Msg_summary_line_list
type set of Msg_summary_line Msg_summary_line_list

Declared in group SMSTypes

Opt_msg_headers
type set of charstring Opt_msg_headers

Declared in group SMSTypes

c_imsEtsiMwiApplication
const charstring c_imsEtsiMwiApplication := "application/simple-message-summary"

Declared in group SMSConstants

c_messageWaiting
const charstring c_messageWaiting   := "Message-Waiting"

Declared in group SMSConstants

c_messageAccount
const charstring c_messageAccount   := "Message-Account"

Declared in group SMSConstants

c_voiceMessage
const charstring c_voiceMessage := "Voice-Message"

Declared in group SMSConstants