X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2Fcommon%2Fasn_constant.h;h=8a3ae33a9fcc0613faba8c5b18598aefbe11778a;hb=c183ff1a9e7f53b352ce7b3a00304c192b45660d;hp=501b47a338377c2769d09e203dc461080b91723e;hpb=c07f2e2ea6dc72a400d16322e73780ad40e0ffb2;p=o-du%2Fl2.git diff --git a/src/codec_utils/common/asn_constant.h b/src/codec_utils/common/asn_constant.h index 501b47a33..8a3ae33a9 100644 --- a/src/codec_utils/common/asn_constant.h +++ b/src/codec_utils/common/asn_constant.h @@ -177,9 +177,7 @@ extern "C" { #define maxCellPrep (32) #define maxPrivateIEs (65535) #define maxProtocolExtensions (65535) -#define maxProtocolIEs (65535) #define maxNRARFCN (3279165) -#define maxnoofErrors (256) #define maxnoofIndividualF1ConnectionsToReset (65536) #define maxCellingNBDU (512) #define maxnoofSCells (32) @@ -200,6 +198,27 @@ extern "C" { #define maxCellineNB (256) #define maxnoofExtendedBPLMNs (6) #define maxnoofUEIDs (65536) +#define maxProtocolIEs (65535) +#define maxnoofErrors (256) +#define maxofE2nodeComponents (1024) +#define maxofRANfunctionID (256) +#define maxofRICactionID (16) +#define maxofTNLA (32) +#define maxofRICrequestID (1024) +#define maxE1APid (65535) +#define maxF1APid (4) +#define maxnoofCells (16384) +#define maxnoofRICStyles (63) +#define maxnoofMeasurementInfo (65535) +#define maxnoofLabelInfo (2147483647) +#define maxnoofMeasurementRecord (65535) +#define maxnoofMeasurementValue (2147483647) +#define maxnoofConditionInfo (32768) +#define maxnoofUEID (65535) +#define maxnoofConditionInfoPerSub (32768) +#define maxnoofUEIDPerSub (65535) +#define maxnoofUEMeasReport (65535) +#define maxnoofBin (65535) #ifdef __cplusplus }