Commit 7c82dece authored by pintar's avatar pintar
Browse files

Changes done due to validation weeks 40 and 41 for

STF 467 -IMS rel10 validation
parent d772a8e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -160,6 +160,7 @@ module LibSip_Interface
	  var boolean 		vc_ignore484			:= false; 	// enable ignore of 484 in default
	  var boolean 		vc_ignore4xx			:= false; 	// enable ignore of 4xx in default
	  var boolean 		vc_ignore200OKinv		:= false; 	// enable ignore of 200OKinv in default
      var boolean 		vc_ignore_notify		:= false; 	// enable ignore of notify in default
	  var boolean 		vc_supported_100rel		:= false; 	// true if the received invite contains 100rel
	  var boolean 		vc_supported_precondition:= false; 	// true if the received invite contains precondition
	  var boolean 		vc_MESSAGEreceived 		:= false; 	// true if MESSAGE received during altstep
+11 −0
Original line number Diff line number Diff line
@@ -253,6 +253,17 @@ module LibSip_PIXITS //MRO
	modulepar boolean PX_SIP_INVITE_AUTHENTICATION_ENABLED := false;
  }//group SwitchToEnableAuthentication
  
  group NofifyAndSubscribe {
    modulepar{
        /** @desc	boolean for option controlling if notification is enabled/disabled 
        */
      boolean PX_SIP_NOTIFICATION := true;
      /** @desc	boolean for option controlling if subscription is enabled/disabled
      */
      boolean PX_SIP_SUBSCRIPTION := true;
    }
  }

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

+1 −0
Original line number Diff line number Diff line
@@ -194,6 +194,7 @@ group PChargingVectorConstants {
    const charstring c_icid_generated_at := "icid-generated-at";
    const charstring c_orig_ioi := "orig-ioi";
    const charstring c_term_ioi := "term-ioi";
    const charstring c_access_network_charging_info := "access-network-charging-info";

} //end group PChargingVectorConstants

+1 −1

File changed.

Contains only whitespace changes.