blob: a3a0e67408212f2bb0f037c204a100d65414764c [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_Event_H_
8#define _RANAP_Event_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_Event {
22 RANAP_Event_stop_change_of_service_area = 0,
23 RANAP_Event_direct = 1,
24 RANAP_Event_change_of_servicearea = 2,
25 /*
26 * Enumeration is extensible
27 */
28 RANAP_Event_stop_direct = 3,
29 RANAP_Event_periodic = 4,
30 RANAP_Event_stop_periodic = 5
31} e_RANAP_Event;
32
33/* RANAP_Event */
34typedef long RANAP_Event_t;
35
36/* Implementation */
37extern asn_TYPE_descriptor_t asn_DEF_RANAP_Event;
38asn_struct_free_f RANAP_Event_free;
39asn_struct_print_f RANAP_Event_print;
40asn_constr_check_f RANAP_Event_constraint;
41ber_type_decoder_f RANAP_Event_decode_ber;
42der_type_encoder_f RANAP_Event_encode_der;
43xer_type_decoder_f RANAP_Event_decode_xer;
44xer_type_encoder_f RANAP_Event_encode_xer;
45per_type_decoder_f RANAP_Event_decode_uper;
46per_type_encoder_f RANAP_Event_encode_uper;
47per_type_decoder_f RANAP_Event_decode_aper;
48per_type_encoder_f RANAP_Event_encode_aper;
49
50#ifdef __cplusplus
51}
52#endif
53
54#endif /* _RANAP_Event_H_ */
55#include <asn_internal.h>