blob: 3ad611094307e957ec2beba384c87aa96ccae85f [file] [log] [blame]
ss412g1a79bdf2019-10-24 12:03:05 +03001/*
ss412g1a79bdf2019-10-24 12:03:05 +03002 * Copyright 2019 AT&T Intellectual Property
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
ss412g1a79bdf2019-10-24 12:03:05 +030015 */
16
nm755n2e268142019-11-28 16:40:23 +000017/*
18 * This source code is part of the near-RT RIC (RAN Intelligent Controller)
19 * platform project (RICP).
20 */
21
22
ss412g1a79bdf2019-10-24 12:03:05 +030023
24/*
25 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
26 * From ASN.1 module "X2AP-IEs"
27 * found in "../../asnFiles/X2AP-IEs.asn"
28 * `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
29 */
30
31#ifndef _SubframeAllocation_H_
32#define _SubframeAllocation_H_
33
34
35#include "asn_application.h"
36
37/* Including external dependencies */
38#include "Oneframe.h"
39#include "Fourframes.h"
40#include "constr_CHOICE.h"
41
42#ifdef __cplusplus
43extern "C" {
44#endif
45
46/* Dependencies */
47typedef enum SubframeAllocation_PR {
48 SubframeAllocation_PR_NOTHING, /* No components present */
49 SubframeAllocation_PR_oneframe,
50 SubframeAllocation_PR_fourframes
51 /* Extensions may appear below */
52
53} SubframeAllocation_PR;
54
55/* SubframeAllocation */
56typedef struct SubframeAllocation {
57 SubframeAllocation_PR present;
58 union SubframeAllocation_u {
59 Oneframe_t oneframe;
60 Fourframes_t fourframes;
61 /*
62 * This type is extensible,
63 * possible extensions are below.
64 */
65 } choice;
66
67 /* Context for parsing across buffer boundaries */
68 asn_struct_ctx_t _asn_ctx;
69} SubframeAllocation_t;
70
71/* Implementation */
72extern asn_TYPE_descriptor_t asn_DEF_SubframeAllocation;
73extern asn_CHOICE_specifics_t asn_SPC_SubframeAllocation_specs_1;
74extern asn_TYPE_member_t asn_MBR_SubframeAllocation_1[2];
75extern asn_per_constraints_t asn_PER_type_SubframeAllocation_constr_1;
76
77#ifdef __cplusplus
78}
79#endif
80
81#endif /* _SubframeAllocation_H_ */
82#include "asn_internal.h"