com.mobius.software.telco.protocols.diameter.OneM2MAvpCodes 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 OneM2MAvpCodes
{
public static final long ACCESS_NETWORK_IDENTIFIER = 1000L;
public static final long APPLICATION_ENTITY_ID = 1001L;
public static final long CONTROL_MEMORY_SIZE = 1002L;
public static final long CURRENT_NUMBER_MEMBERS = 1003L;
public static final long DATA_MEMORY_SIZE = 1004L;
public static final long EXTERNAL_ID = 1005L;
public static final long GROUP_NAME = 1006L;
public static final long HOSTING_CSEID = 1007L;
public static final long ORIGINATOR = 1008L;
public static final long MAXIMUM_NUMBER_MEMBERS = 1009L;
public static final long M2M_EVENT_RECORD_TIMESTAMP = 1010L;
public static final long M2M_INFORMATION = 1011L;
public static final long OCCUPANCY = 1012L;
public static final long PROTOCOL_TYPE = 1013L;
public static final long RECEIVER = 1014L;
public static final long REQUEST_BODY_SIZE = 1015L;
public static final long REQUEST_HEADER_SIZE = 1016L;
public static final long REQUEST_OPERATION = 1017L;
public static final long RESPONSE_BODY_SIZE = 1018L;
public static final long RESPONSE_HEADER_SIZE = 1019L;
public static final long RESPONSE_STATUS_CODE = 1020L;
public static final long SUBGROUP_NAME = 1021L;
public static final long TARGET_ID = 1022L;
}