mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
68 lines
2 KiB
C
68 lines
2 KiB
C
/*
|
|
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
|
|
*/
|
|
|
|
#ifndef _S1AP_ASN_CONSTANT_H
|
|
#define _S1AP_ASN_CONSTANT_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define S1AP_maxPrivateIEs (65535)
|
|
#define S1AP_maxProtocolExtensions (65535)
|
|
#define S1AP_maxProtocolIEs (65535)
|
|
#define S1AP_maxnoofCSGs (256)
|
|
#define S1AP_maxnoofE_RABs (256)
|
|
#define S1AP_maxnoofTAIs (256)
|
|
#define S1AP_maxnoofTACs (256)
|
|
#define S1AP_maxnoofErrors (256)
|
|
#define S1AP_maxnoofBPLMNs (6)
|
|
#define S1AP_maxnoofPLMNsPerMME (32)
|
|
#define S1AP_maxnoofEPLMNs (15)
|
|
#define S1AP_maxnoofEPLMNsPlusOne (16)
|
|
#define S1AP_maxnoofForbLACs (4096)
|
|
#define S1AP_maxnoofForbTACs (4096)
|
|
#define S1AP_maxnoofIndividualS1ConnectionsToReset (256)
|
|
#define S1AP_maxnoofCellsinUEHistoryInfo (16)
|
|
#define S1AP_maxnoofCellsineNB (256)
|
|
#define S1AP_maxnoofTAIforWarning (65535)
|
|
#define S1AP_maxnoofCellID (65535)
|
|
#define S1AP_maxnoofDCNs (32)
|
|
#define S1AP_maxnoofEmergencyAreaID (65535)
|
|
#define S1AP_maxnoofCellinTAI (65535)
|
|
#define S1AP_maxnoofCellinEAI (65535)
|
|
#define S1AP_maxnoofeNBX2TLAs (2)
|
|
#define S1AP_maxnoofeNBX2ExtTLAs (16)
|
|
#define S1AP_maxnoofeNBX2GTPTLAs (16)
|
|
#define S1AP_maxnoofRATs (8)
|
|
#define S1AP_maxnoofGroupIDs (65535)
|
|
#define S1AP_maxnoofMMECs (256)
|
|
#define S1AP_maxnoofCellIDforMDT (32)
|
|
#define S1AP_maxnoofTAforMDT (8)
|
|
#define S1AP_maxnoofMDTPLMNs (16)
|
|
#define S1AP_maxnoofCellsforRestart (256)
|
|
#define S1AP_maxnoofRestartTAIs (2048)
|
|
#define S1AP_maxnoofRestartEmergencyAreaIDs (256)
|
|
#define S1AP_maxEARFCN (262143)
|
|
#define S1AP_maxnoofMBSFNAreaMDT (8)
|
|
#define S1AP_maxnoofRecommendedCells (16)
|
|
#define S1AP_maxnoofRecommendedENBs (16)
|
|
#define S1AP_maxnooftimeperiods (2)
|
|
#define S1AP_maxnoofCellIDforQMC (32)
|
|
#define S1AP_maxnoofTAforQMC (8)
|
|
#define S1AP_maxnoofPLMNforQMC (16)
|
|
#define S1AP_maxnoofBluetoothName (4)
|
|
#define S1AP_maxnoofWLANName (4)
|
|
#define S1AP_maxnoofConnectedengNBs (256)
|
|
#define S1AP_maxnoofPC5QoSFlows (2048)
|
|
#define S1AP_maxnooffrequencies (64)
|
|
#define S1AP_maxNARFCN (32)
|
|
#define S1AP_maxRS_IndexCellQual (16)
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _S1AP_ASN_CONSTANT_H */
|