blob: f3f8538ff096ccbdc0a9da34dbac8a8453dfe35b [file] [log] [blame]
Juha Hyttinenff8dccd2019-12-10 14:34:07 +02001/*
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 _RelativeNarrowbandTxPower_H_
9#define _RelativeNarrowbandTxPower_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "BIT_STRING.h"
16#include "RNTP-Threshold.h"
17#include "NativeEnumerated.h"
18#include "NativeInteger.h"
19#include "constr_SEQUENCE.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25/* Dependencies */
26typedef enum RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts {
27 RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts_one = 0,
28 RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts_two = 1,
29 RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts_four = 2
30 /*
31 * Enumeration is extensible
32 */
33} e_RelativeNarrowbandTxPower__numberOfCellSpecificAntennaPorts;
34
35/* Forward declarations */
36struct ProtocolExtensionContainer;
37
38/* RelativeNarrowbandTxPower */
39typedef struct RelativeNarrowbandTxPower {
40 BIT_STRING_t rNTP_PerPRB;
41 RNTP_Threshold_t rNTP_Threshold;
42 long numberOfCellSpecificAntennaPorts;
43 long p_B;
44 long pDCCH_InterferenceImpact;
45 struct 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} RelativeNarrowbandTxPower_t;
54
55/* Implementation */
56/* extern asn_TYPE_descriptor_t asn_DEF_numberOfCellSpecificAntennaPorts_4; // (Use -fall-defs-global to expose) */
57extern asn_TYPE_descriptor_t asn_DEF_RelativeNarrowbandTxPower;
58extern asn_SEQUENCE_specifics_t asn_SPC_RelativeNarrowbandTxPower_specs_1;
59extern asn_TYPE_member_t asn_MBR_RelativeNarrowbandTxPower_1[6];
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif /* _RelativeNarrowbandTxPower_H_ */
66#include "asn_internal.h"