Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / RelativeNarrowbandTxPower.h
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #ifndef _RelativeNarrowbandTxPower_H_\r
9 #define _RelativeNarrowbandTxPower_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <BIT_STRING.h>\r
16 #include "RNTP-Threshold.h"\r
17 #include <NativeEnumerated.h>\r
18 #include <NativeInteger.h>\r
19 #include <constr_SEQUENCE.h>\r
20 \r
21 #ifdef __cplusplus\r
22 extern "C" {\r
23 #endif\r
24 \r
25 /* Dependencies */\r
26 typedef enum RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts {\r
27         RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts_one = 0,\r
28         RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts_two = 1,\r
29         RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts_four        = 2\r
30         /*\r
31          * Enumeration is extensible\r
32          */\r
33 } e_RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts;\r
34 \r
35 /* Forward declarations */\r
36 struct ProtocolExtensionContainer;\r
37 \r
38 /* RelativeNarrowbandTxPower */\r
39 typedef struct RelativeNarrowbandTxPower {\r
40         BIT_STRING_t     rNTP_PerPRB;\r
41         RNTP_Threshold_t         rNTP_Threshold;\r
42         long     numberOfCellSpecificAntennaPorts;\r
43         long     p_B;\r
44         long     pDCCH_InterferenceImpact;\r
45         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
46         /*\r
47          * This type is extensible,\r
48          * possible extensions are below.\r
49          */\r
50         \r
51         /* Context for parsing across buffer boundaries */\r
52         asn_struct_ctx_t _asn_ctx;\r
53 } RelativeNarrowbandTxPower_t;\r
54 \r
55 /* Implementation */\r
56 /* extern asn_TYPE_descriptor_t asn_DEF_numberOfCellSpecificAntennaPorts_4;     // (Use -fall-defs-global to expose) */\r
57 extern asn_TYPE_descriptor_t asn_DEF_RelativeNarrowbandTxPower;\r
58 extern asn_SEQUENCE_specifics_t asn_SPC_RelativeNarrowbandTxPower_specs_1;\r
59 extern asn_TYPE_member_t asn_MBR_RelativeNarrowbandTxPower_1[6];\r
60 \r
61 #ifdef __cplusplus\r
62 }\r
63 #endif\r
64 \r
65 #endif  /* _RelativeNarrowbandTxPower_H_ */\r
66 #include <asn_internal.h>\r