Home | History | Annotate | Download | only in ims

Lines Matching refs:ECF

54  * charge-addr-params     = ccf / ecf / generic-param
56 * ecf = "ecf" EQUAL gen-value
62 * ecf=192.1.1.3; ecf=192.1.1.4</p>
65 * eg: P-Charging-Function-Addresses: ccf=[5555.b99.c88.d77.e66]; ecf=[5555.6aa.7bb.8cc.9dd] </p>
187 * <p>Set the Event Charging Function (ECF) Address</p>
189 * @param ecfAddress - the address to set in the ECF parameter
199 setMultiParameter(ParameterNamesIms.ECF, ecfAddress);
200 // setParameter(ParameterNamesIms.ECF, ecfAddress);
205 * <p>Add another Event Charging Function (ECF) Address to this header</p>
207 * @param ecfAddress - the address to set in the ECF parameter
217 this.parameters.set(ParameterNamesIms.ECF, ecfAddress);
222 * <p>Remove a Event Charging Function (ECF) Address set in this header</p>
224 * @param ecfAddress - the address in the ECF parameter to remove
234 if(!this.delete(ecfAddress, ParameterNamesIms.ECF)) {
236 throw new java.text.ParseException("ECF Address Not Removed",0);
243 * <p>Get all the Event Charging Function (ECF) Addresses set in this header</p>
257 if (nv.getName().equalsIgnoreCase(ParameterNamesIms.ECF)) {