blob: 1405cb6660b434c156c0a0d62bbe69b96cf4160f [file] [log] [blame]
anjana_sreekumar@infosys.com991c2062020-01-08 11:42:57 +05301/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "S1AP-IEs"
4 * found in "./asn1c/S1AP-IEs.asn"
5 * `asn1c -fcompound-names -fno-include-deps -gen-PER -findirect-choice -pdu=S1AP-PDU`
6 */
7
8#ifndef _TraceDepth_H_
9#define _TraceDepth_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 TraceDepth {
23 TraceDepth_minimum = 0,
24 TraceDepth_medium = 1,
25 TraceDepth_maximum = 2,
26 TraceDepth_minimumWithoutVendorSpecificExtension = 3,
27 TraceDepth_mediumWithoutVendorSpecificExtension = 4,
28 TraceDepth_maximumWithoutVendorSpecificExtension = 5
29 /*
30 * Enumeration is extensible
31 */
32} e_TraceDepth;
33
34/* TraceDepth */
35typedef long TraceDepth_t;
36
37/* Implementation */
38extern asn_per_constraints_t asn_PER_type_TraceDepth_constr_1;
39extern asn_TYPE_descriptor_t asn_DEF_TraceDepth;
40extern const asn_INTEGER_specifics_t asn_SPC_TraceDepth_specs_1;
41asn_struct_free_f TraceDepth_free;
42asn_struct_print_f TraceDepth_print;
43asn_constr_check_f TraceDepth_constraint;
44ber_type_decoder_f TraceDepth_decode_ber;
45der_type_encoder_f TraceDepth_encode_der;
46xer_type_decoder_f TraceDepth_decode_xer;
47xer_type_encoder_f TraceDepth_encode_xer;
48oer_type_decoder_f TraceDepth_decode_oer;
49oer_type_encoder_f TraceDepth_encode_oer;
50per_type_decoder_f TraceDepth_decode_uper;
51per_type_encoder_f TraceDepth_encode_uper;
52per_type_decoder_f TraceDepth_decode_aper;
53per_type_encoder_f TraceDepth_encode_aper;
54
55#ifdef __cplusplus
56}
57#endif
58
59#endif /* _TraceDepth_H_ */
60#include <asn_internal.h>