Enum SentinelSipAVPs

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<SentinelSipAVPs>

    public enum SentinelSipAVPs
    extends java.lang.Enum<SentinelSipAVPs>
    When adding a new AVP here, you will also need to add it to the config in sentinel-core: sentinel-core/sentinel-diameter-ra-deploy/config/profiles/DiameterExtension-AVP.yaml sentinel-core/sentinel-diameter-ra-deploy/config/profiles/DiameterExtensions.yaml And remember to update the docs in sentinel-documentation: sentinel-documentation/sentinel-documentation/sentinel-administration-guide/resources/charging-information/charging-content-avps/opencloud-avp-table.txt sentinel-documentation/sentinel-documentation/sentinel-administration-guide/resources/charging-information/charging-content-avps/sentinel-avp-definitions-resource.txt
    • Enum Constant Detail

      • SERVICE_CONTEXT_AVP

        public static final SentinelSipAVPs SERVICE_CONTEXT_AVP
      • ACCOUNTING_RECORD_TYPE_AVP

        public static final SentinelSipAVPs ACCOUNTING_RECORD_TYPE_AVP
      • ACCOUNTING_RECORD_NUMBER_AVP

        public static final SentinelSipAVPs ACCOUNTING_RECORD_NUMBER_AVP
      • OC_SENTINEL_SELECTION_KEY_AVP

        public static final SentinelSipAVPs OC_SENTINEL_SELECTION_KEY_AVP
      • OC_PLAY_ANNOUNCEMENT_ID_AVP

        public static final SentinelSipAVPs OC_PLAY_ANNOUNCEMENT_ID_AVP
      • OC_SERVICE_TYPE_AVP

        public static final SentinelSipAVPs OC_SERVICE_TYPE_AVP
      • OC_CHARGING_RESULT_AVP

        public static final SentinelSipAVPs OC_CHARGING_RESULT_AVP
      • OC_OCS_SESSION_ID_AVP

        public static final SentinelSipAVPs OC_OCS_SESSION_ID_AVP
      • OC_OCS_SESSION_TERMINATION_CAUSE_AVP

        public static final SentinelSipAVPs OC_OCS_SESSION_TERMINATION_CAUSE_AVP
      • OC_SENTINEL_ERROR_AVP

        public static final SentinelSipAVPs OC_SENTINEL_ERROR_AVP
      • OC_CHARGING_INSTANCE_AVP

        public static final SentinelSipAVPs OC_CHARGING_INSTANCE_AVP
      • OC_CHARGING_INSTANCE_NAME_AVP

        public static final SentinelSipAVPs OC_CHARGING_INSTANCE_NAME_AVP
      • OC_SESSION_COUNTER_AVP

        public static final SentinelSipAVPs OC_SESSION_COUNTER_AVP
      • OC_SESSION_COUNTER_ADDRESS_AVP

        public static final SentinelSipAVPs OC_SESSION_COUNTER_ADDRESS_AVP
      • OC_SESSION_COUNTER_ADDRESS_KEY_AVP

        public static final SentinelSipAVPs OC_SESSION_COUNTER_ADDRESS_KEY_AVP
      • OC_SESSION_COUNTER_ADDRESS_VALUE_AVP

        public static final SentinelSipAVPs OC_SESSION_COUNTER_ADDRESS_VALUE_AVP
      • OC_CUMULATIVE_COMMITTED_USED_AVP

        public static final SentinelSipAVPs OC_CUMULATIVE_COMMITTED_USED_AVP
      • OC_CUMULATIVE_GRANTED_AVP

        public static final SentinelSipAVPs OC_CUMULATIVE_GRANTED_AVP
      • OC_CUMULATIVE_GRANTED_REFUND_AVP

        public static final SentinelSipAVPs OC_CUMULATIVE_GRANTED_REFUND_AVP
      • OC_CUMULATIVE_REQUESTED_AVP

        public static final SentinelSipAVPs OC_CUMULATIVE_REQUESTED_AVP
      • OC_CUMULATIVE_REQUESTED_REFUND_AVP

        public static final SentinelSipAVPs OC_CUMULATIVE_REQUESTED_REFUND_AVP
      • OC_CUMULATIVE_SENT_USED_AVP

        public static final SentinelSipAVPs OC_CUMULATIVE_SENT_USED_AVP
      • OC_CUMULATIVE_SUSPENDED_DURATION_AVP

        public static final SentinelSipAVPs OC_CUMULATIVE_SUSPENDED_DURATION_AVP
      • OC_REPORTED_USED_AVP

        public static final SentinelSipAVPs OC_REPORTED_USED_AVP
      • OC_PENDING_REQUESTED_AVP

        public static final SentinelSipAVPs OC_PENDING_REQUESTED_AVP
      • OC_END_SESSION_CAUSE_AVP

        public static final SentinelSipAVPs OC_END_SESSION_CAUSE_AVP
      • OC_INTERIM_CDR_TRIGGER_AVP

        public static final SentinelSipAVPs OC_INTERIM_CDR_TRIGGER_AVP
      • OC_INTERIM_CDR_REASON_AVP

        public static final SentinelSipAVPs OC_INTERIM_CDR_REASON_AVP
      • OC_INTERIM_CDR_LEG_AVP

        public static final SentinelSipAVPs OC_INTERIM_CDR_LEG_AVP
      • OC_SESSION_START_TIME_AVP

        public static final SentinelSipAVPs OC_SESSION_START_TIME_AVP
      • OC_SESSION_ESTABLISHED_TIME_AVP

        public static final SentinelSipAVPs OC_SESSION_ESTABLISHED_TIME_AVP
      • OC_SESSION_END_TIME_AVP

        public static final SentinelSipAVPs OC_SESSION_END_TIME_AVP
      • OC_INTERIM_CDR_SUPPLEMENTARY_REASON_AVP

        public static final SentinelSipAVPs OC_INTERIM_CDR_SUPPLEMENTARY_REASON_AVP
      • OC_AGE_OF_INFORMATION_AVP

        public static final SentinelSipAVPs OC_AGE_OF_INFORMATION_AVP
      • OC_ACCESS_NETWORK_MCC_MNC_AVP

        public static final SentinelSipAVPs OC_ACCESS_NETWORK_MCC_MNC_AVP
      • OC_VISITED_NETWORK_MCC_MNC_AVP

        public static final SentinelSipAVPs OC_VISITED_NETWORK_MCC_MNC_AVP
      • OC_IMSI_MCC_MNC_AVP

        public static final SentinelSipAVPs OC_IMSI_MCC_MNC_AVP
      • OC_SESSION_FAILOVER_DETECTED_AVP

        public static final SentinelSipAVPs OC_SESSION_FAILOVER_DETECTED_AVP
    • Method Detail

      • values

        public static SentinelSipAVPs[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (SentinelSipAVPs c : SentinelSipAVPs.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SentinelSipAVPs valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getName

        public java.lang.String getName()
      • getCode

        public int getCode()