Commit aef97252 authored by pintar's avatar pintar
Browse files

SipComponent was replaced with ImsComponent

parent 9360d3aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5829,7 +5829,7 @@ module AtsIms_Gm_TCFunctions {
        	 * @param p_register	register template
        	 * @param p_auth		flag indicating if authentication is needed
        	 */
        	function f_EmergencyRegistration(inout CSeq p_cSeq_s, out template REGISTER_Request p_register, in boolean p_auth) runs on SipComponent
        	function f_EmergencyRegistration(inout CSeq p_cSeq_s, out template REGISTER_Request p_register, in boolean p_auth) runs on ImsComponent
        	{
        	  if (PX_SIP_REGISTRATION)
        	  {