2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-InterNodeDefinitions"
4 * found in "../../../rrc_15.3_asn.asn1"
5 * `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _UERadioPagingInformation_H_
9 #define _UERadioPagingInformation_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include <constr_CHOICE.h>
17 #include <constr_SEQUENCE.h>
24 typedef enum UERadioPagingInformation__criticalExtensions_PR {
25 UERadioPagingInformation__criticalExtensions_PR_NOTHING, /* No components present */
26 UERadioPagingInformation__criticalExtensions_PR_c1,
27 UERadioPagingInformation__criticalExtensions_PR_criticalExtensionsFuture
28 } UERadioPagingInformation__criticalExtensions_PR;
29 typedef enum UERadioPagingInformation__criticalExtensions__c1_PR {
30 UERadioPagingInformation__criticalExtensions__c1_PR_NOTHING, /* No components present */
31 UERadioPagingInformation__criticalExtensions__c1_PR_ueRadioPagingInformation,
32 UERadioPagingInformation__criticalExtensions__c1_PR_spare7,
33 UERadioPagingInformation__criticalExtensions__c1_PR_spare6,
34 UERadioPagingInformation__criticalExtensions__c1_PR_spare5,
35 UERadioPagingInformation__criticalExtensions__c1_PR_spare4,
36 UERadioPagingInformation__criticalExtensions__c1_PR_spare3,
37 UERadioPagingInformation__criticalExtensions__c1_PR_spare2,
38 UERadioPagingInformation__criticalExtensions__c1_PR_spare1
39 } UERadioPagingInformation__criticalExtensions__c1_PR;
41 /* Forward declarations */
42 struct UERadioPagingInformation_IEs;
44 /* UERadioPagingInformation */
45 typedef struct UERadioPagingInformation {
46 struct UERadioPagingInformation__criticalExtensions {
47 UERadioPagingInformation__criticalExtensions_PR present;
48 union UERadioPagingInformation__criticalExtensions_u {
49 struct UERadioPagingInformation__criticalExtensions__c1 {
50 UERadioPagingInformation__criticalExtensions__c1_PR present;
51 union UERadioPagingInformation__criticalExtensions__c1_u {
52 struct UERadioPagingInformation_IEs *ueRadioPagingInformation;
62 /* Context for parsing across buffer boundaries */
63 asn_struct_ctx_t _asn_ctx;
65 struct UERadioPagingInformation__criticalExtensions__criticalExtensionsFuture {
67 /* Context for parsing across buffer boundaries */
68 asn_struct_ctx_t _asn_ctx;
69 } *criticalExtensionsFuture;
72 /* Context for parsing across buffer boundaries */
73 asn_struct_ctx_t _asn_ctx;
76 /* Context for parsing across buffer boundaries */
77 asn_struct_ctx_t _asn_ctx;
78 } UERadioPagingInformation_t;
81 extern asn_TYPE_descriptor_t asn_DEF_UERadioPagingInformation;
87 #endif /* _UERadioPagingInformation_H_ */
88 #include <asn_internal.h>