Commit 236f1e33 authored by schmitting's avatar schmitting
Browse files

Replaced TODOs in Steps with text and corrected module header description

parent b288c53d
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
/**
/**
 * @author STF 346, STF366, STF368, STF369, STF450, STF471
 * @author STF471
 * @version $Id$
 * @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 {
module LibIms_Interface {
    // LibSip
    // LibSip
+9 −8
Original line number Original line Diff line number Diff line
/**
/**
 * @author STF 346, STF366, STF368, STF369, STF450, STF471
 * @author STF471
 * @version $Id$
 * @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 {
module LibIms_Steps {
    // LibSip
    // LibSip
@@ -708,8 +709,8 @@ module LibIms_Steps {
         * @desc Registration and authentication
         * @desc Registration and authentication
         * @param p_cSeq_s The current cseq
         * @param p_cSeq_s The current cseq
         * @param p_auth flag indicating if authentication is needed
         * @param p_auth flag indicating if authentication is needed
         * @param p_host TODO formerly PX_IMS_TS_PCSCF_HOME_DOMAIN
         * @param p_host P-CSCF domain name (formerly value from module parameter PX_IMS_TS_PCSCF_HOME_DOMAIN)
         * @param p_port TODO formerly PX_IMS_TS_PCSCF_PORT
         * @param p_port P-CSCF port number (formerly value from module parameter PX_IMS_TS_PCSCF_PORT)
         */
         */
        function f_Registration_IMS(
        function f_Registration_IMS(
            inout CSeq p_cSeq_s,
            inout CSeq p_cSeq_s,
@@ -830,8 +831,8 @@ module LibIms_Steps {
        /**
        /**
         * @desc Remove registration
         * @desc Remove registration
         * @param p_cSeq_s The current cseq
         * @param p_cSeq_s The current cseq
         * @param p_host TODO formerly PX_IMS_TS_PCSCF_HOME_DOMAIN
         * @param p_host P-CSCF domain name (formerly value from module parameter PX_IMS_TS_PCSCF_HOME_DOMAIN)
         * @param p_port TODO formerly PX_IMS_TS_PCSCF_PORT
         * @param p_port P-CSCF port number (formerly value from module parameter PX_IMS_TS_PCSCF_PORT)
         */
         */
        function f_removeRegistration_IMS(
        function f_removeRegistration_IMS(
            inout CSeq p_cSeq_s,
            inout CSeq p_cSeq_s,
@@ -1005,8 +1006,8 @@ module LibIms_Steps {
        /**
        /**
         * @desc Sets variables and default initialization for user profile and handle registration and authentication with MD5 (basic registration template)
         * @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_cSeq_s The current cseq
         * @param p_host TODO formerly PX_IMS_TS_PCSCF_HOME_DOMAIN
         * @param p_host P-CSCF domain name (formerly value from module parameter PX_IMS_TS_PCSCF_HOME_DOMAIN)
         * @param p_port TODO formerly PX_IMS_TS_PCSCF_PORT
         * @param p_port P-CSCF port number (formerly value from module parameter PX_IMS_TS_PCSCF_PORT)
         */
         */
        function f_IMS_preamble_withRegistrationBasic(
        function f_IMS_preamble_withRegistrationBasic(
            inout CSeq p_cSeq_s,
            inout CSeq p_cSeq_s,
+3 −6
Original line number Original line Diff line number Diff line
/**
/**
 * @author STF 346, STF366, STF368, STF369, STF450, STF471
 * @author STF471
 * @version $Id$
 * @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 {
module LibIms_Templates {
    // LibCommon
    // LibCommon
@@ -1695,7 +1696,6 @@ module LibIms_Templates {
                ) modifies m_BYE_Request_Base := {
                ) modifies m_BYE_Request_Base := {
                    msgHeader := {
                    msgHeader := {
                        pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a,
                        pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a,
                        // securityVerify := p_securityVerify,//TODO check when information will be known regarding security assosiation
                        route := p_route
                        route := p_route
                    }
                    }
                }
                }
@@ -1860,7 +1860,6 @@ module LibIms_Templates {
                        pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a,
                        pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a,
                        require := p_require,
                        require := p_require,
                        route := p_route,
                        route := p_route,
                        // securityVerify := p_securityVerify,//TODO check when information will be known regarding security assosiation
                        supported := p_supported
                        supported := p_supported
                    }
                    }
                }
                }
@@ -2431,7 +2430,6 @@ module LibIms_Templates {
                        pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a,
                        pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a,
                        require := p_require,
                        require := p_require,
                        route := p_route,
                        route := p_route,
                        // securityVerify := p_securityVerify,//TODO check when information will be known regarding security assosiation
                        supported := p_supported
                        supported := p_supported
                    },
                    },
                    messageBody := p_mb
                    messageBody := p_mb
@@ -2541,7 +2539,6 @@ module LibIms_Templates {
                    msgHeader := {
                    msgHeader := {
                        contentLength := m_contentLength(f_MessageBodyLength(m_MBody_longPlainText)),
                        contentLength := m_contentLength(f_MessageBodyLength(m_MBody_longPlainText)),
                        contentType := m_contentType(c_plainText)
                        contentType := m_contentType(c_plainText)
                    // securityVerify := p_securityVerify,//TODO check when information will be known regarding security assosiation
                    },
                    },
                    messageBody := m_MBody_longPlainText
                    messageBody := m_MBody_longPlainText
                }
                }