2 * Copyright 2019 AT&T Intellectual Property
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
8 * http://www.apache.org/licenses/LICENSE-2.0
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.
18 * This source code is part of the near-RT RIC (RAN Intelligent Controller)
19 * platform project (RICP).
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.`
31 #ifndef _SpecialSubframePatterns_H_
32 #define _SpecialSubframePatterns_H_
35 #include "asn_application.h"
37 /* Including external dependencies */
38 #include "NativeEnumerated.h"
45 typedef enum SpecialSubframePatterns {
46 SpecialSubframePatterns_ssp0 = 0,
47 SpecialSubframePatterns_ssp1 = 1,
48 SpecialSubframePatterns_ssp2 = 2,
49 SpecialSubframePatterns_ssp3 = 3,
50 SpecialSubframePatterns_ssp4 = 4,
51 SpecialSubframePatterns_ssp5 = 5,
52 SpecialSubframePatterns_ssp6 = 6,
53 SpecialSubframePatterns_ssp7 = 7,
54 SpecialSubframePatterns_ssp8 = 8
56 * Enumeration is extensible
58 } e_SpecialSubframePatterns;
60 /* SpecialSubframePatterns */
61 typedef long SpecialSubframePatterns_t;
64 extern asn_per_constraints_t asn_PER_type_SpecialSubframePatterns_constr_1;
65 extern asn_TYPE_descriptor_t asn_DEF_SpecialSubframePatterns;
66 extern const asn_INTEGER_specifics_t asn_SPC_SpecialSubframePatterns_specs_1;
67 asn_struct_free_f SpecialSubframePatterns_free;
68 asn_struct_print_f SpecialSubframePatterns_print;
69 asn_constr_check_f SpecialSubframePatterns_constraint;
70 ber_type_decoder_f SpecialSubframePatterns_decode_ber;
71 der_type_encoder_f SpecialSubframePatterns_encode_der;
72 xer_type_decoder_f SpecialSubframePatterns_decode_xer;
73 xer_type_encoder_f SpecialSubframePatterns_encode_xer;
74 per_type_decoder_f SpecialSubframePatterns_decode_uper;
75 per_type_encoder_f SpecialSubframePatterns_encode_uper;
76 per_type_decoder_f SpecialSubframePatterns_decode_aper;
77 per_type_encoder_f SpecialSubframePatterns_encode_aper;
83 #endif /* _SpecialSubframePatterns_H_ */
84 #include "asn_internal.h"