blob: 40732ecfe4d4d666c40bdbc7fa702284725501a2 [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 _PRACH_Configuration_H_
9#define _PRACH_Configuration_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "NativeInteger.h"
16#include "BOOLEAN.h"
17#include "constr_SEQUENCE.h"
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/* Forward declarations */
24struct ProtocolExtensionContainer;
25
26/* PRACH-Configuration */
27typedef struct PRACH_Configuration {
28 long rootSequenceIndex;
29 long zeroCorrelationIndex;
30 BOOLEAN_t highSpeedFlag;
31 long prach_FreqOffset;
32 long *prach_ConfigIndex; /* OPTIONAL */
33 struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */
34 /*
35 * This type is extensible,
36 * possible extensions are below.
37 */
38
39 /* Context for parsing across buffer boundaries */
40 asn_struct_ctx_t _asn_ctx;
41} PRACH_Configuration_t;
42
43/* Implementation */
44extern asn_TYPE_descriptor_t asn_DEF_PRACH_Configuration;
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif /* _PRACH_Configuration_H_ */
51#include "asn_internal.h"