Compare Revisions

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

Ignore whitespace Rev 204 → Rev 205

/branches/v3/ttcn/LibIms_Interface.ttcn
1,7 → 1,8
/**
* @author STF 346, STF366, STF368, STF369, STF450, STF471
* @author STF471
* @version $Id$
* @desc This module provides the types used by the test component for SIP-IMS tests. Module become from STF306 and STF334-336 This module is part of LibImsV2.
* @desc This module provides the types used by the test component for SIP-IMS tests.
* This module is part of LibImsV3.
*/
module LibIms_Interface {
// LibSip
/branches/v3/ttcn/LibIms_Steps.ttcn
1,7 → 1,8
/**
* @author STF 346, STF366, STF368, STF369, STF450, STF471
* @author STF471
* @version $Id$
* @desc This module provides the types used by the test component for SIP-IMS tests. This module is part of LibImsV3.
* @desc This module provides the types used by the test component for SIP-IMS tests.
* This module is part of LibImsV3.
*/
module LibIms_Steps {
// LibSip
708,8 → 709,8
* @desc Registration and authentication
* @param p_cSeq_s The current cseq
* @param p_auth flag indicating if authentication is needed
* @param p_host TODO formerly PX_IMS_TS_PCSCF_HOME_DOMAIN
* @param p_port TODO formerly PX_IMS_TS_PCSCF_PORT
* @param p_host P-CSCF domain name (formerly value from module parameter PX_IMS_TS_PCSCF_HOME_DOMAIN)
* @param p_port P-CSCF port number (formerly value from module parameter PX_IMS_TS_PCSCF_PORT)
*/
function f_Registration_IMS(
inout CSeq p_cSeq_s,
830,8 → 831,8
/**
* @desc Remove registration
* @param p_cSeq_s The current cseq
* @param p_host TODO formerly PX_IMS_TS_PCSCF_HOME_DOMAIN
* @param p_port TODO formerly PX_IMS_TS_PCSCF_PORT
* @param p_host P-CSCF domain name (formerly value from module parameter PX_IMS_TS_PCSCF_HOME_DOMAIN)
* @param p_port P-CSCF port number (formerly value from module parameter PX_IMS_TS_PCSCF_PORT)
*/
function f_removeRegistration_IMS(
inout CSeq p_cSeq_s,
1005,8 → 1006,8
/**
* @desc Sets variables and default initialization for user profile and handle registration and authentication with MD5 (basic registration template)
* @param p_cSeq_s The current cseq
* @param p_host TODO formerly PX_IMS_TS_PCSCF_HOME_DOMAIN
* @param p_port TODO formerly PX_IMS_TS_PCSCF_PORT
* @param p_host P-CSCF domain name (formerly value from module parameter PX_IMS_TS_PCSCF_HOME_DOMAIN)
* @param p_port P-CSCF port number (formerly value from module parameter PX_IMS_TS_PCSCF_PORT)
*/
function f_IMS_preamble_withRegistrationBasic(
inout CSeq p_cSeq_s,
/branches/v3/ttcn/LibIms_Templates.ttcn
1,7 → 1,8
/**
* @author STF 346, STF366, STF368, STF369, STF450, STF471
* @author STF471
* @version $Id$
* @desc This module provides the types used by the test component for SIP-IMS tests. Module become from STF306 and STF334-336 This module is part of LibImsV3.
* @desc This module provides the types used by the test component for SIP-IMS tests.
* This module is part of LibImsV3.
*/
module LibIms_Templates {
// LibCommon
1695,7 → 1696,6
) modifies m_BYE_Request_Base := {
msgHeader := {
pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a,
// securityVerify := p_securityVerify,//TODO check when information will be known regarding security assosiation
route := p_route
}
}
1860,7 → 1860,6
pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a,
require := p_require,
route := p_route,
// securityVerify := p_securityVerify,//TODO check when information will be known regarding security assosiation
supported := p_supported
}
}
2431,7 → 2430,6
pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a,
require := p_require,
route := p_route,
// securityVerify := p_securityVerify,//TODO check when information will be known regarding security assosiation
supported := p_supported
},
messageBody := p_mb
2541,7 → 2539,6
msgHeader := {
contentLength := m_contentLength(f_MessageBodyLength(m_MBody_longPlainText)),
contentType := m_contentType(c_plainText)
// securityVerify := p_securityVerify,//TODO check when information will be known regarding security assosiation
},
messageBody := m_MBody_longPlainText
}