Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / X2N_RelativeNarrowbandTxPower.h
1 /*
2  * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "../../asn_defs/asn1/x2ap-15-04.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #ifndef _X2N_RelativeNarrowbandTxPower_H_
9 #define _X2N_RelativeNarrowbandTxPower_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
16 #include "X2N_RNTP-Threshold.h"
17 #include <NativeEnumerated.h>
18 #include <NativeInteger.h>
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum X2N_RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts {
27         X2N_RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts_one     = 0,
28         X2N_RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts_two     = 1,
29         X2N_RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts_four    = 2
30         /*
31          * Enumeration is extensible
32          */
33 } e_X2N_RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts;
34
35 /* Forward declarations */
36 struct X2N_ProtocolExtensionContainer;
37
38 /* X2N_RelativeNarrowbandTxPower */
39 typedef struct X2N_RelativeNarrowbandTxPower {
40         BIT_STRING_t     rNTP_PerPRB;
41         X2N_RNTP_Threshold_t     rNTP_Threshold;
42         long     numberOfCellSpecificAntennaPorts;
43         long     p_B;
44         long     pDCCH_InterferenceImpact;
45         struct X2N_ProtocolExtensionContainer   *iE_Extensions; /* OPTIONAL */
46         /*
47          * This type is extensible,
48          * possible extensions are below.
49          */
50         
51         /* Context for parsing across buffer boundaries */
52         asn_struct_ctx_t _asn_ctx;
53 } X2N_RelativeNarrowbandTxPower_t;
54
55 /* Implementation */
56 /* extern asn_TYPE_descriptor_t asn_DEF_X2N_numberOfCellSpecificAntennaPorts_4; // (Use -fall-defs-global to expose) */
57 extern asn_TYPE_descriptor_t asn_DEF_X2N_RelativeNarrowbandTxPower;
58 extern asn_SEQUENCE_specifics_t asn_SPC_X2N_RelativeNarrowbandTxPower_specs_1;
59 extern asn_TYPE_member_t asn_MBR_X2N_RelativeNarrowbandTxPower_1[6];
60
61 #ifdef __cplusplus
62 }
63 #endif
64
65 #endif  /* _X2N_RelativeNarrowbandTxPower_H_ */
66 #include <asn_internal.h>