blob: 7bcdc261a1f3f2c28d2e85ad42ec35aff865d3e3 [file] [log] [blame]
Harald Welteee091892015-09-10 10:22:03 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RANAP-IEs"
4 * found in "../../asn1/ranap/RANAP-IEs.asn"
5 */
6
7#ifndef _RANAP_Pre_emptionCapability_H_
8#define _RANAP_Pre_emptionCapability_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <NativeEnumerated.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20/* Dependencies */
21typedef enum RANAP_Pre_emptionCapability {
22 RANAP_Pre_emptionCapability_shall_not_trigger_pre_emption = 0,
23 RANAP_Pre_emptionCapability_may_trigger_pre_emption = 1
24} e_RANAP_Pre_emptionCapability;
25
26/* RANAP_Pre-emptionCapability */
27typedef long RANAP_Pre_emptionCapability_t;
28
29/* Implementation */
30extern asn_TYPE_descriptor_t asn_DEF_RANAP_Pre_emptionCapability;
31asn_struct_free_f RANAP_Pre_emptionCapability_free;
32asn_struct_print_f RANAP_Pre_emptionCapability_print;
33asn_constr_check_f RANAP_Pre_emptionCapability_constraint;
34ber_type_decoder_f RANAP_Pre_emptionCapability_decode_ber;
35der_type_encoder_f RANAP_Pre_emptionCapability_encode_der;
36xer_type_decoder_f RANAP_Pre_emptionCapability_decode_xer;
37xer_type_encoder_f RANAP_Pre_emptionCapability_encode_xer;
38per_type_decoder_f RANAP_Pre_emptionCapability_decode_uper;
39per_type_encoder_f RANAP_Pre_emptionCapability_encode_uper;
40per_type_decoder_f RANAP_Pre_emptionCapability_decode_aper;
41per_type_encoder_f RANAP_Pre_emptionCapability_encode_aper;
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* _RANAP_Pre_emptionCapability_H_ */
48#include <asn_internal.h>