com.ibm.diameter.charging.avp
Class ChargingAvpDefinitions

java.lang.Object
  extended by com.ibm.diameter.charging.avp.ChargingAvpDefinitions

public class ChargingAvpDefinitions
extends java.lang.Object

ChargingAvpDefinitions is used to populate the AvpDictionary and VsAvpDictionary with the Avp definitions for the Ro and Rf applications. The definitions of the Avps defined in RFC 3588 - Diameter Base Protocol and RFC 4006 - Diameter Credit Control Application contain a Vendor-Id of 0 and are stored in com.ibm.diameter.packet.util.AvpDictionary. The definitions of the Avps defined by the 3GPP in ETSI TS 132 299 V6.9.0 (2006-12) - Diameter charging applications contain a Vendor-Id of 10415 and are stored in com.ibm.diameter.packet.util.VsAvpDictionary.

See Also:
com.ibm.diameter.packet.util.AvpDictionary, com.ibm.diameter.packet.util.VsAvpDictionary

Method Summary
static void load()
          Loads all Avp definitions into their respective Avp dictionaries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public static void load()
Loads all Avp definitions into their respective Avp dictionaries.

See Also:
* @see com.ibm.diameter.packet.util.VsAvpDictionary


Copyright © 2006 IBM Corp. All Rights Reserved.