com.mobius.software.telco.protocols.diameter.EtsiAvpCodes Maven / Gradle / Ivy
package com.mobius.software.telco.protocols.diameter;
/*
* Mobius Software LTD, Open Source Cloud Communications
* Copyright 2023, Mobius Software LTD and individual contributors
* by the @authors tag.
*
* This program is free software: you can redistribute it and/or modify
* under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation; either version 3 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see
*/
public class EtsiAvpCodes
{
public static final long GLOBALLY_UNIQUE_ADDRESS = 300L;
public static final long ADDRESS_REALM = 301L;
public static final long LOGICAL_ACCESS_ID = 302L;
public static final long INITIAL_GATE_SETTING_DESCRIPTION = 303L;
public static final long QOS_PROFILE_DESCRIPTION = 304L;
public static final long IP_CONNECTIVITY_STATUS = 305L;
public static final long ACCESS_NETWORK_TYPE = 306L;
public static final long AGGREGATION_NETWORK_TYPE = 307L;
public static final long MAXIMUM_ALLOWED_BANWIDTH_UL = 308L;
public static final long MAXIMUM_ALLOWED_BANWIDTH_DL = 309L;
public static final long TRANSPORT_CLASS = 311L;
public static final long APPLICATION_CLASS_ID = 312L;
public static final long PHYSICAL_ACCESS_ID = 313L;
public static final long INITIAL_GATE_SETTING_ID = 314L;
public static final long QOS_PROFILE_ID = 315L;
public static final long BINDING_INFORMATION = 450L;
public static final long BINDING_INPUT_LIST = 451L;
public static final long BINDING_OUTPUT_LIST = 452L;
public static final long V6_TRANSPORT_ADDRESS = 453L;
public static final long V4_TRANSPORT_ADDRESS = 454L;
public static final long PORT_NUMBER = 455L;
public static final long RESERVATION_CLASS = 456L;
public static final long LATCHING_INDICATOR = 457L;
public static final long RESERVATION_PRIORITY = 458L;
public static final long SEVICE_CLASS = 459L;
public static final long OVERBOOKING_INDICATOR = 460L;
public static final long AUTHORIZATION_PACKAGE_ID = 461L;
public static final long MEDIA_AUTHORIZATION_CONTEXT_ID = 462L;
public static final long LINE_IDENTIFIER = 500L;
}