srsLTE/lte/rrc/asn/TPC-Index.h

50 lines
1003 B
C

/*
* Generated by asn1c-0.9.22 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "./asn1c/ASN1_files/EUTRA-RRC-Definitions.asn"
* `asn1c -gen-PER -fcompound-names -fnative-types`
*/
#ifndef _TPC_Index_H_
#define _TPC_Index_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeInteger.h>
#include <constr_CHOICE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum TPC_Index_PR {
TPC_Index_PR_NOTHING, /* No components present */
TPC_Index_PR_indexOfFormat3,
TPC_Index_PR_indexOfFormat3A
} TPC_Index_PR;
/* TPC-Index */
typedef struct TPC_Index {
TPC_Index_PR present;
union TPC_Index_u {
long indexOfFormat3;
long indexOfFormat3A;
} choice;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} TPC_Index_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_TPC_Index;
#ifdef __cplusplus
}
#endif
#endif /* _TPC_Index_H_ */
#include <asn_internal.h>