/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "/home/labadmin/hlal/rrc_15.3_asn.asn1" * `asn1c -D ./15_3_rrc/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _PagingUE_Identity_H_ #define _PagingUE_Identity_H_ #include /* Including external dependencies */ #include "NG-5G-S-TMSI.h" #include "I-RNTI-Value.h" #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum PagingUE_Identity_PR { PagingUE_Identity_PR_NOTHING, /* No components present */ PagingUE_Identity_PR_ng_5G_S_TMSI, PagingUE_Identity_PR_fullI_RNTI /* Extensions may appear below */ } PagingUE_Identity_PR; /* PagingUE-Identity */ typedef struct PagingUE_Identity { PagingUE_Identity_PR present; union PagingUE_Identity_u { NG_5G_S_TMSI_t ng_5G_S_TMSI; I_RNTI_Value_t fullI_RNTI; /* * This type is extensible, * possible extensions are below. */ } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } PagingUE_Identity_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_PagingUE_Identity; extern asn_CHOICE_specifics_t asn_SPC_PagingUE_Identity_specs_1; extern asn_TYPE_member_t asn_MBR_PagingUE_Identity_1[2]; extern asn_per_constraints_t asn_PER_type_PagingUE_Identity_constr_1; #ifdef __cplusplus } #endif #endif /* _PagingUE_Identity_H_ */ #include