Class PsAppendFreeFormatData

  • All Implemented Interfaces:
    Serializable, Enumerated

    public class PsAppendFreeFormatData
    extends Object
    implements Serializable, Enumerated
    Java class to represent the PsAppendFreeFormatData enumerated type.

    Documentation from the relevant specification:

    The PS-Append-Free-Format-Data AVP (AVP code 867) is of type enumerated and indicates if the information sent in the PS-Free-Format-Data AVP must be appended to the PS-free-format-data stored for the online-session. The GGSN shall ignore this AVP if no PS free format data is stored for the online charging session. The following values are defined:

    Author:
    Open Cloud
    See Also:
    Serialized Form
    • Field Detail

      • APPEND

        public static final PsAppendFreeFormatData APPEND
        If this AVP is present and indicates ‘Append’, the GGSN shall append the received PS free format data to the PS free format data stored for the online charging session.
      • OVERWRITE

        public static final PsAppendFreeFormatData OVERWRITE
        If this AVP is absent or in value ‘Overwrite’, the GGSN shall overwrite all PS free format data already stored for the online charging session.