Commit 022dc92a authored by nikolajev's avatar nikolajev
Browse files

Deprecated module parameter group notation updated

parent c52271c7
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -254,14 +254,12 @@ module LibSip_PIXITS //MRO
  }//group SwitchToEnableAuthentication
  
  group NofifyAndSubscribe {
    modulepar{
      /** @desc	boolean for option controlling if notification is enabled/disabled 
      */
      boolean PX_SIP_NOTIFICATION := true;
      modulepar boolean PX_SIP_NOTIFICATION := true;
      /** @desc	boolean for option controlling if subscription is enabled/disabled
      */
      boolean PX_SIP_SUBSCRIPTION := true;
    }
      modulepar 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