libosmo-asn1-map/include/CellGlobalIdOrServiceAreaId...

49 lines
1.3 KiB
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-CommonDataTypes"
* found in "../asn//MAP-CommonDataTypes.asn"
*/
#ifndef _CellGlobalIdOrServiceAreaIdOrLAI_H_
#define _CellGlobalIdOrServiceAreaIdOrLAI_H_
#include <asn_application.h>
/* Including external dependencies */
#include "CellGlobalIdOrServiceAreaIdFixedLength.h"
#include "LAIFixedLength.h"
#include <constr_CHOICE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum CellGlobalIdOrServiceAreaIdOrLAI_PR {
CellGlobalIdOrServiceAreaIdOrLAI_PR_NOTHING, /* No components present */
CellGlobalIdOrServiceAreaIdOrLAI_PR_cellGlobalIdOrServiceAreaIdFixedLength,
CellGlobalIdOrServiceAreaIdOrLAI_PR_laiFixedLength
} CellGlobalIdOrServiceAreaIdOrLAI_PR;
/* CellGlobalIdOrServiceAreaIdOrLAI */
typedef struct CellGlobalIdOrServiceAreaIdOrLAI {
CellGlobalIdOrServiceAreaIdOrLAI_PR present;
union CellGlobalIdOrServiceAreaIdOrLAI_u {
CellGlobalIdOrServiceAreaIdFixedLength_t cellGlobalIdOrServiceAreaIdFixedLength;
LAIFixedLength_t laiFixedLength;
} choice;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} CellGlobalIdOrServiceAreaIdOrLAI_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_CellGlobalIdOrServiceAreaIdOrLAI;
#ifdef __cplusplus
}
#endif
#endif /* _CellGlobalIdOrServiceAreaIdOrLAI_H_ */