blob: 2b336c276d45d9797a860560e0225665daed01e6 [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 _NSSS_NumOccasionDifferentPrecoder_H_
9#define _NSSS_NumOccasionDifferentPrecoder_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "NativeEnumerated.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef enum NSSS_NumOccasionDifferentPrecoder {
23 NSSS_NumOccasionDifferentPrecoder_two = 0,
24 NSSS_NumOccasionDifferentPrecoder_four = 1,
25 NSSS_NumOccasionDifferentPrecoder_eight = 2
26 /*
27 * Enumeration is extensible
28 */
29} e_NSSS_NumOccasionDifferentPrecoder;
30
31/* NSSS-NumOccasionDifferentPrecoder */
32typedef long NSSS_NumOccasionDifferentPrecoder_t;
33
34/* Implementation */
35extern asn_TYPE_descriptor_t asn_DEF_NSSS_NumOccasionDifferentPrecoder;
36asn_struct_free_f NSSS_NumOccasionDifferentPrecoder_free;
37asn_struct_print_f NSSS_NumOccasionDifferentPrecoder_print;
38asn_constr_check_f NSSS_NumOccasionDifferentPrecoder_constraint;
39ber_type_decoder_f NSSS_NumOccasionDifferentPrecoder_decode_ber;
40der_type_encoder_f NSSS_NumOccasionDifferentPrecoder_encode_der;
41xer_type_decoder_f NSSS_NumOccasionDifferentPrecoder_decode_xer;
42xer_type_encoder_f NSSS_NumOccasionDifferentPrecoder_encode_xer;
43per_type_decoder_f NSSS_NumOccasionDifferentPrecoder_decode_uper;
44per_type_encoder_f NSSS_NumOccasionDifferentPrecoder_encode_uper;
45per_type_decoder_f NSSS_NumOccasionDifferentPrecoder_decode_aper;
46per_type_encoder_f NSSS_NumOccasionDifferentPrecoder_encode_aper;
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif /* _NSSS_NumOccasionDifferentPrecoder_H_ */
53#include "asn_internal.h"