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 _DMRS_DownlinkConfig_H_
9 #define _DMRS_DownlinkConfig_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <NativeInteger.h>
18 #include <constr_CHOICE.h>
19 #include <constr_SEQUENCE.h>
26 typedef enum DMRS_DownlinkConfig__dmrs_Type {
27 DMRS_DownlinkConfig__dmrs_Type_type2 = 0
28 } e_DMRS_DownlinkConfig__dmrs_Type;
29 typedef enum DMRS_DownlinkConfig__dmrs_AdditionalPosition {
30 DMRS_DownlinkConfig__dmrs_AdditionalPosition_pos0 = 0,
31 DMRS_DownlinkConfig__dmrs_AdditionalPosition_pos1 = 1,
32 DMRS_DownlinkConfig__dmrs_AdditionalPosition_pos3 = 2
33 } e_DMRS_DownlinkConfig__dmrs_AdditionalPosition;
34 typedef enum DMRS_DownlinkConfig__maxLength {
35 DMRS_DownlinkConfig__maxLength_len2 = 0
36 } e_DMRS_DownlinkConfig__maxLength;
37 typedef enum DMRS_DownlinkConfig__phaseTrackingRS_PR {
38 DMRS_DownlinkConfig__phaseTrackingRS_PR_NOTHING, /* No components present */
39 DMRS_DownlinkConfig__phaseTrackingRS_PR_release,
40 DMRS_DownlinkConfig__phaseTrackingRS_PR_setup
41 } DMRS_DownlinkConfig__phaseTrackingRS_PR;
43 /* Forward declarations */
44 struct PTRS_DownlinkConfig;
46 /* DMRS-DownlinkConfig */
47 typedef struct DMRS_DownlinkConfig {
48 long *dmrs_Type; /* OPTIONAL */
49 long *dmrs_AdditionalPosition; /* OPTIONAL */
50 long *maxLength; /* OPTIONAL */
51 long *scramblingID0; /* OPTIONAL */
52 long *scramblingID1; /* OPTIONAL */
53 struct DMRS_DownlinkConfig__phaseTrackingRS {
54 DMRS_DownlinkConfig__phaseTrackingRS_PR present;
55 union DMRS_DownlinkConfig__phaseTrackingRS_u {
57 struct PTRS_DownlinkConfig *setup;
60 /* Context for parsing across buffer boundaries */
61 asn_struct_ctx_t _asn_ctx;
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 } DMRS_DownlinkConfig_t;
73 /* extern asn_TYPE_descriptor_t asn_DEF_dmrs_Type_2; // (Use -fall-defs-global to expose) */
74 /* extern asn_TYPE_descriptor_t asn_DEF_dmrs_AdditionalPosition_4; // (Use -fall-defs-global to expose) */
75 /* extern asn_TYPE_descriptor_t asn_DEF_maxLength_8; // (Use -fall-defs-global to expose) */
76 extern asn_TYPE_descriptor_t asn_DEF_DMRS_DownlinkConfig;
77 extern asn_SEQUENCE_specifics_t asn_SPC_DMRS_DownlinkConfig_specs_1;
78 extern asn_TYPE_member_t asn_MBR_DMRS_DownlinkConfig_1[6];
84 #endif /* _DMRS_DownlinkConfig_H_ */
85 #include <asn_internal.h>