2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-InterNodeDefinitions"
4 * found in "../ASN1_Input/rrc_15_3_asn.asn1"
5 * `asn1c -D ../RRC_output_14Nov/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
8 #ifndef _HandoverPreparationInformationRrc_H_
9 #define _HandoverPreparationInformationRrc_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include <constr_CHOICE.h>
17 #include <constr_SEQUENCE.h>
24 typedef enum HandoverPreparationInformationRrc__criticalExtensions_PR {
25 HandoverPreparationInformationRrc__criticalExtensions_PR_NOTHING, /* No components present */
26 HandoverPreparationInformationRrc__criticalExtensions_PR_c1,
27 HandoverPreparationInformationRrc__criticalExtensions_PR_criticalExtensionsFuture
28 } HandoverPreparationInformationRrc__criticalExtensions_PR;
29 typedef enum HandoverPreparationInformationRrc__criticalExtensions__c1_PR {
30 HandoverPreparationInformationRrc__criticalExtensions__c1_PR_NOTHING, /* No components present */
31 HandoverPreparationInformationRrc__criticalExtensions__c1_PR_handoverPreparationInformation,
32 HandoverPreparationInformationRrc__criticalExtensions__c1_PR_spare3,
33 HandoverPreparationInformationRrc__criticalExtensions__c1_PR_spare2,
34 HandoverPreparationInformationRrc__criticalExtensions__c1_PR_spare1
35 } HandoverPreparationInformationRrc__criticalExtensions__c1_PR;
37 /* Forward declarations */
38 struct HandoverPreparationInformationRrc_IEs;
40 /* HandoverPreparationInformationRrc */
41 typedef struct HandoverPreparationInformationRrc {
42 struct HandoverPreparationInformationRrc__criticalExtensions {
43 HandoverPreparationInformationRrc__criticalExtensions_PR present;
44 union HandoverPreparationInformationRrc__criticalExtensions_u {
45 struct HandoverPreparationInformationRrc__criticalExtensions__c1 {
46 HandoverPreparationInformationRrc__criticalExtensions__c1_PR present;
47 union HandoverPreparationInformationRrc__criticalExtensions__c1_u {
48 struct HandoverPreparationInformationRrc_IEs *handoverPreparationInformation;
54 /* Context for parsing across buffer boundaries */
55 asn_struct_ctx_t _asn_ctx;
57 struct HandoverPreparationInformationRrc__criticalExtensions__criticalExtensionsFuture {
59 /* Context for parsing across buffer boundaries */
60 asn_struct_ctx_t _asn_ctx;
61 } *criticalExtensionsFuture;
64 /* Context for parsing across buffer boundaries */
65 asn_struct_ctx_t _asn_ctx;
68 /* Context for parsing across buffer boundaries */
69 asn_struct_ctx_t _asn_ctx;
70 } HandoverPreparationInformationRrc_t;
73 extern asn_TYPE_descriptor_t asn_DEF_HandoverPreparationInformationRrc;
79 #endif /* _HandoverPreparationInformationRrc_H_ */
80 #include <asn_internal.h>