Commit 52715fdb authored by nikolajev's avatar nikolajev
Browse files

More ATS specific PIXITs removed

parent a59e1807
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -141,12 +141,12 @@ module LibSip_Interface {
                seqNumber := 1,
                method := "INVITE"
            }; // value of RAck header
        var
        HostPort
            vc_reqHostPort := {
                host := PX_SIP_SUT_IPADDR,
                portField := PX_SIP_SUT_PORT
            }; // address to send request

        // address to send request
        var HostPort vc_reqHostPort := {//STF471 removed PIXIT assignment, should be performed in specific ATS 
            host := "127.0.0.1",    // former PX_SIP_SUT_IPADDR value
            portField := 5060       //former PX_SIP_SUT_PORT value
        };
        var template(omit) Privacy vc_privacy;
        var HistoryInfo_List vc_historyInfoList := {}; // value of history list according to RFC4244
        var SipUrl vc_confURI; // conference URI according to TS124147 ch. 5.3.1.3.2
+0 −19
Original line number Diff line number Diff line
@@ -4,9 +4,6 @@
 * @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 LibSipV3.
 * NOTE:        PIXITS in folowing groups can be ignored if this information
 *              is provided in other modules of the ATS that uses this SIP library
 *                - Ports_and_addresses_of_the_SUT
 */
module LibSip_PIXITS {
    // LibCommon
@@ -113,22 +110,6 @@ module LibSip_PIXITS {

        } // group SupportedOptions{

        // PIXITS in group Ports_and_addresses_of_the_SUT can be ignored if this information is provided in other modules of the ATS that uses this SIP
        // library
        group Ports_and_addresses_of_the_SUT {

            /**
             * @desc integer for SUT port number to exchange SIP messages
             */
            modulepar integer PX_SIP_SUT_PORT := 5060;

            /**
             * @desc charstring for SUT IP address to exchange SIP messages
             */
            modulepar charstring PX_SIP_SUT_IPADDR := "172.27.16.115";

        }

        group RegistrationParameters {

            /**