/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "F1AP-IEs" * found in "F1.asn1" * `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _Served_Cell_Information_H_ #define _Served_Cell_Information_H_ #include /* Including external dependencies */ #include "NRCGI.h" #include "NRPCI.h" #include "FiveGS-TAC.h" #include "Configured-EPS-TAC.h" #include "ServedPLMNs-List.h" #include "NR-Mode-Info.h" #include #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct ProtocolExtensionContainer; /* Served-Cell-Information */ typedef struct Served_Cell_Information { NRCGI_t nRCGI; NRPCI_t nRPCI; FiveGS_TAC_t *fiveGS_TAC; /* OPTIONAL */ Configured_EPS_TAC_t *configured_EPS_TAC; /* OPTIONAL */ ServedPLMNs_List_t servedPLMNs; NR_Mode_Info_t nR_Mode_Info; OCTET_STRING_t measurementTimingConfiguration; struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */ /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } Served_Cell_Information_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_Served_Cell_Information; extern asn_SEQUENCE_specifics_t asn_SPC_Served_Cell_Information_specs_1; extern asn_TYPE_member_t asn_MBR_Served_Cell_Information_1[8]; #ifdef __cplusplus } #endif #endif /* _Served_Cell_Information_H_ */ #include