/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-UE-Variables" * found in "../../../rrc_15.5.1_asn.asn1" * `asn1c -D ./rrc_out_hlal -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _VarShortMAC_Input_H_ #define _VarShortMAC_Input_H_ #include /* Including external dependencies */ #include "PhysCellId.h" #include "CellIdentity.h" #include "RNTI-Value.h" #include #ifdef __cplusplus extern "C" { #endif /* VarShortMAC-Input */ typedef struct VarShortMAC_Input { PhysCellId_t sourcePhysCellId; CellIdentity_t targetCellIdentity; RNTI_Value_t source_c_RNTI; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } VarShortMAC_Input_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_VarShortMAC_Input; #ifdef __cplusplus } #endif #endif /* _VarShortMAC_Input_H_ */ #include