2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "/home/labadmin/hlal/rrc_15.3_asn.asn1"
5 * `asn1c -D ./15_3_rrc/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _BWP_DownlinkCommon_H_
9 #define _BWP_DownlinkCommon_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
17 #include <constr_CHOICE.h>
18 #include <constr_SEQUENCE.h>
25 typedef enum BWP_DownlinkCommon__pdcch_ConfigCommon_PR {
26 BWP_DownlinkCommon__pdcch_ConfigCommon_PR_NOTHING, /* No components present */
27 BWP_DownlinkCommon__pdcch_ConfigCommon_PR_release,
28 BWP_DownlinkCommon__pdcch_ConfigCommon_PR_setup
29 } BWP_DownlinkCommon__pdcch_ConfigCommon_PR;
30 typedef enum BWP_DownlinkCommon__pdsch_ConfigCommon_PR {
31 BWP_DownlinkCommon__pdsch_ConfigCommon_PR_NOTHING, /* No components present */
32 BWP_DownlinkCommon__pdsch_ConfigCommon_PR_release,
33 BWP_DownlinkCommon__pdsch_ConfigCommon_PR_setup
34 } BWP_DownlinkCommon__pdsch_ConfigCommon_PR;
36 /* Forward declarations */
37 struct PDCCH_ConfigCommon;
38 struct PDSCH_ConfigCommon;
40 /* BWP-DownlinkCommon */
41 typedef struct BWP_DownlinkCommon {
42 BWP_t genericParameters;
43 struct BWP_DownlinkCommon__pdcch_ConfigCommon {
44 BWP_DownlinkCommon__pdcch_ConfigCommon_PR present;
45 union BWP_DownlinkCommon__pdcch_ConfigCommon_u {
47 struct PDCCH_ConfigCommon *setup;
50 /* Context for parsing across buffer boundaries */
51 asn_struct_ctx_t _asn_ctx;
52 } *pdcch_ConfigCommon;
53 struct BWP_DownlinkCommon__pdsch_ConfigCommon {
54 BWP_DownlinkCommon__pdsch_ConfigCommon_PR present;
55 union BWP_DownlinkCommon__pdsch_ConfigCommon_u {
57 struct PDSCH_ConfigCommon *setup;
60 /* Context for parsing across buffer boundaries */
61 asn_struct_ctx_t _asn_ctx;
62 } *pdsch_ConfigCommon;
64 * This type is extensible,
65 * possible extensions are below.
68 /* Context for parsing across buffer boundaries */
69 asn_struct_ctx_t _asn_ctx;
70 } BWP_DownlinkCommon_t;
73 extern asn_TYPE_descriptor_t asn_DEF_BWP_DownlinkCommon;
74 extern asn_SEQUENCE_specifics_t asn_SPC_BWP_DownlinkCommon_specs_1;
75 extern asn_TYPE_member_t asn_MBR_BWP_DownlinkCommon_1[3];
81 #endif /* _BWP_DownlinkCommon_H_ */
82 #include <asn_internal.h>