Rev

Rev 210 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | Bug Tracker

Rev 210 Rev 213
Line 1... Line 1...
1
/**
1
/**
2
 * @author STF471
2
 * @author STF471
3
 * @version $Id: LibIms_Templates.ttcn 210 2014-09-18 11:48:33Z rennoch $
3
 * @version $Id: LibIms_Templates.ttcn 213 2016-12-01 13:54:28Z pintar $
4
 * @desc This module provides the templates used by the test component for SIP-IMS tests.
4
 * @desc This module provides the templates used by the test component for SIP-IMS tests.
5
 *       This module is part of LibImsV3.
5
 *       This module is part of LibImsV3.
6
 */
6
 */
7
module LibIms_Templates {
7
module LibIms_Templates {
8
    // LibCommon
8
    // LibCommon
Line 2427... Line 2427...
2427
                    template(omit) Route p_route := omit,
2427
                    template(omit) Route p_route := omit,
2428
                    template(omit) Supported p_supported := omit,
2428
                    template(omit) Supported p_supported := omit,
2429
                    template(value) MessageBody p_mb
2429
                    template(value) MessageBody p_mb
2430
                ) modifies m_MESSAGE_Request_Base := {
2430
                ) modifies m_MESSAGE_Request_Base := {
2431
                    msgHeader := {
2431
                    msgHeader := {
2432
                        contentLength := m_contentLength(f_MessageBodyLength(m_MBody_longPlainText)),
2432
                        contentLength := m_contentLength(f_MessageBodyLength(p_mb)),
2433
                        contentType := m_contentType(c_plainText),
2433
                        contentType := m_contentType(c_plainText),
2434
                        pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a,
2434
                        pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a,
2435
                        require := p_require,
2435
                        require := p_require,
2436
                        route := p_route,
2436
                        route := p_route,
2437
                        supported := p_supported
2437
                        supported := p_supported