Juha Hyttinen | ff8dccd | 2019-12-10 14:34:07 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "X2AP-IEs" |
| 4 | * found in "Spec/e2_and_x2-combined-and-minimized.asn1" |
| 5 | * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example` |
| 6 | */ |
| 7 | |
| 8 | #ifndef _RadioResourceStatus_H_ |
| 9 | #define _RadioResourceStatus_H_ |
| 10 | |
| 11 | |
| 12 | #include "asn_application.h" |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include "DL-GBR-PRB-usage.h" |
| 16 | #include "UL-GBR-PRB-usage.h" |
| 17 | #include "DL-non-GBR-PRB-usage.h" |
| 18 | #include "UL-non-GBR-PRB-usage.h" |
| 19 | #include "DL-Total-PRB-usage.h" |
| 20 | #include "UL-Total-PRB-usage.h" |
| 21 | #include "constr_SEQUENCE.h" |
| 22 | |
| 23 | #ifdef __cplusplus |
| 24 | extern "C" { |
| 25 | #endif |
| 26 | |
| 27 | /* Forward declarations */ |
| 28 | struct ProtocolExtensionContainer; |
| 29 | |
| 30 | /* RadioResourceStatus */ |
| 31 | typedef struct RadioResourceStatus { |
| 32 | DL_GBR_PRB_usage_t dL_GBR_PRB_usage; |
| 33 | UL_GBR_PRB_usage_t uL_GBR_PRB_usage; |
| 34 | DL_non_GBR_PRB_usage_t dL_non_GBR_PRB_usage; |
| 35 | UL_non_GBR_PRB_usage_t uL_non_GBR_PRB_usage; |
| 36 | DL_Total_PRB_usage_t dL_Total_PRB_usage; |
| 37 | UL_Total_PRB_usage_t uL_Total_PRB_usage; |
| 38 | struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */ |
| 39 | /* |
| 40 | * This type is extensible, |
| 41 | * possible extensions are below. |
| 42 | */ |
| 43 | |
| 44 | /* Context for parsing across buffer boundaries */ |
| 45 | asn_struct_ctx_t _asn_ctx; |
| 46 | } RadioResourceStatus_t; |
| 47 | |
| 48 | /* Implementation */ |
| 49 | extern asn_TYPE_descriptor_t asn_DEF_RadioResourceStatus; |
| 50 | extern asn_SEQUENCE_specifics_t asn_SPC_RadioResourceStatus_specs_1; |
| 51 | extern asn_TYPE_member_t asn_MBR_RadioResourceStatus_1[7]; |
| 52 | |
| 53 | #ifdef __cplusplus |
| 54 | } |
| 55 | #endif |
| 56 | |
| 57 | #endif /* _RadioResourceStatus_H_ */ |
| 58 | #include "asn_internal.h" |