93 lines
2.4 KiB
C
93 lines
2.4 KiB
C
|
/*
|
||
|
* Copyright 2019 AT&T Intellectual Property
|
||
|
*
|
||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
* you may not use this file except in compliance with the License.
|
||
|
* You may obtain a copy of the License at
|
||
|
*
|
||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||
|
*
|
||
|
* Unless required by applicable law or agreed to in writing, software
|
||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
* See the License for the specific language governing permissions and
|
||
|
* limitations under the License.
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
* This source code is part of the near-RT RIC (RAN Intelligent Controller)
|
||
|
* platform project (RICP).
|
||
|
*/
|
||
|
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASN_CONSTANT_H
|
||
|
#define _ASN_CONSTANT_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#define maxofRANfunctionID (256)
|
||
|
#define maxofRICactionID (16)
|
||
|
#define maxEARFCN (65535)
|
||
|
#define maxEARFCNPlusOne (65536)
|
||
|
#define newmaxEARFCN (262143)
|
||
|
#define maxInterfaces (16)
|
||
|
#define maxCellineNB (256)
|
||
|
#define maxnoofBands (16)
|
||
|
#define maxnoofBearers (256)
|
||
|
#define maxNrOfErrors (256)
|
||
|
#define maxnoofPDCP_SN (16)
|
||
|
#define maxnoofEPLMNs (15)
|
||
|
#define maxnoofEPLMNsPlusOne (16)
|
||
|
#define maxnoofForbLACs (4096)
|
||
|
#define maxnoofForbTACs (4096)
|
||
|
#define maxnoofBPLMNs (6)
|
||
|
#define maxnoofNeighbours (512)
|
||
|
#define maxnoofPRBs (110)
|
||
|
#define maxPools (16)
|
||
|
#define maxnoofCells (16)
|
||
|
#define maxnoofMBSFN (8)
|
||
|
#define maxFailedMeasObjects (32)
|
||
|
#define maxnoofCellIDforMDT (32)
|
||
|
#define maxnoofTAforMDT (8)
|
||
|
#define maxnoofMBMSServiceAreaIdentities (256)
|
||
|
#define maxnoofMDTPLMNs (16)
|
||
|
#define maxnoofCoMPHypothesisSet (256)
|
||
|
#define maxnoofCoMPCells (32)
|
||
|
#define maxUEReport (128)
|
||
|
#define maxCellReport (9)
|
||
|
#define maxnoofPA (3)
|
||
|
#define maxCSIProcess (4)
|
||
|
#define maxCSIReport (2)
|
||
|
#define maxSubband (14)
|
||
|
#define maxofNRNeighbours (1024)
|
||
|
#define maxCellinengNB (16384)
|
||
|
#define maxnooftimeperiods (2)
|
||
|
#define maxnoofCellIDforQMC (32)
|
||
|
#define maxnoofTAforQMC (8)
|
||
|
#define maxnoofPLMNforQMC (16)
|
||
|
#define maxUEsinengNBDU (8192)
|
||
|
#define maxnoofProtectedResourcePatterns (16)
|
||
|
#define maxnoNRcellsSpectrumSharingWithE_UTRA (64)
|
||
|
#define maxnoofNrCellBands (32)
|
||
|
#define maxnoofBluetoothName (4)
|
||
|
#define maxnoofWLANName (4)
|
||
|
#define maxPrivateIEs (65535)
|
||
|
#define maxProtocolExtensions (65535)
|
||
|
#define maxProtocolIEs (65535)
|
||
|
#define maxofInterfaceProtocolIE (15)
|
||
|
#define maxofActionParameters (255)
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif /* _ASN_CONSTANT_H */
|