/* * Generated by asn1c-0.9.23 (http://lionet.info/asn1c) * From ASN.1 module "MAP-MS-DataTypes" * found in "../asn1src/MAP-MS-DataTypes.asn" * `asn1c -gen-PER -fskeletons-copy -fnative-types` */ #ifndef _EPS_QoS_Subscribed_H_ #define _EPS_QoS_Subscribed_H_ #include /* Including external dependencies */ #include "QoS-Class-Identifier.h" #include "Allocation-Retention-Priority.h" #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct ExtensionContainer; /* EPS-QoS-Subscribed */ typedef struct EPS_QoS_Subscribed { QoS_Class_Identifier_t qos_Class_Identifier; Allocation_Retention_Priority_t allocation_Retention_Priority; struct ExtensionContainer *extensionContainer /* OPTIONAL */; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } EPS_QoS_Subscribed_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_EPS_QoS_Subscribed; #ifdef __cplusplus } #endif /* Referred external types */ #include "ExtensionContainer.h" #endif /* _EPS_QoS_Subscribed_H_ */ #include