com.mobius.software.telco.protocols.diameter.EricssonAvpCodes 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 EricssonAvpCodes
{
public static final long ACCESS_INFORMATION =1063L;
public static final long CDR_INFORMATION =1064L;
public static final long CHARGING_CONTEXT_ID =1065L;
public static final long CHARGING_STATE_INFORMATION =1066L;
public static final long RESULT_CODE_EXTENSION = 1067L;
public static final long SERVICE_SESSION_ID =1068L;
public static final long ACCOUNT_LOCATION = 1073L;
public static final long SUBSCRIPTION_ID_LOCATION = 1074L;
public static final long OTHER_PARTY_ID = 1075L;
public static final long OTHER_PARTY_ID_NATURE = 1076L;
public static final long OTHER_PARTY_ID_DATA = 1077L;
public static final long OTHER_PARTY_ID_TYPE = 1078L;
public static final long SERVICE_PROVIDER_ID = 1081L;
public static final long TRAFFIC_CASE = 1082L;
public static final long CIP_IP_VERSION =1083L;
public static final long SERVICE_SETUP_RESULT =1135L;
public static final long SERVICE_SETUP_RESULT_REQUESTED =1136L;
public static final long SUBSCRIBER_INFORMATION =1189L;
}