Commit e4692ce3 authored by pintar's avatar pintar
Browse files

new templates

mdw_TP_IMS_5308_01_gm and mdw_TP_IMS_5308_02_gm
mdw_TP_IMS_5308_01_isc and mdw_TP_IMS_5308_02_isc
parent 5af9151b
Loading
Loading
Loading
Loading
+44 −0
Original line number Diff line number Diff line
@@ -801,6 +801,50 @@ module AtsImsIot_Templates {
	  }
	}
    
    /**
      * 
      * @desc 180 Ringing Response checking TP_IMS_5308_01 on GM
      */
    template Response mdw_TP_IMS_5308_01_gm 
     modifies mw_180Ringing_Base := {
      msgHeader := {
     	pChargingFunctionAddresses := ?
      }
    }
    
	/**
	  * 
	  * @desc 180 Ringing Response checking TP_IMS_5308_01 on ISC
	  */
	template Response mdw_TP_IMS_5308_01_isc 
	 modifies mw_180Ringing_Base := {
	  msgHeader := {
		pChargingFunctionAddresses :=?
	 }
	}
        
    /**
      * 
      * @desc 200 OK Response checking TP_IMS_5308_02 on GM
      */
    template Response mdw_TP_IMS_5308_02_gm 
     modifies mw_200OK_Base := {
      msgHeader := {
     pChargingFunctionAddresses := ?
      }
    }
        
	/**
	  * 
	  * @desc 200 OK Response checking TP_IMS_5308_02 on ISC
	  */
	template Response mdw_TP_IMS_5308_02_isc 
	 modifies mw_200OK_Base := {
	  msgHeader := {
		pChargingFunctionAddresses := ?
	 }
	}

	

   /**