blob: b1445a212c0a426588c635e1622ea9a394924141 [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_PDP_Type_H_
8#define _RANAP_PDP_Type_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_PDP_Type {
22 RANAP_PDP_Type_empty = 0,
23 RANAP_PDP_Type_ppp = 1,
24 RANAP_PDP_Type_osp_ihoss = 2,
25 RANAP_PDP_Type_ipv4 = 3,
26 RANAP_PDP_Type_ipv6 = 4
27 /*
28 * Enumeration is extensible
29 */
30} e_RANAP_PDP_Type;
31
32/* RANAP_PDP-Type */
33typedef long RANAP_PDP_Type_t;
34
35/* Implementation */
36extern asn_TYPE_descriptor_t asn_DEF_RANAP_PDP_Type;
37asn_struct_free_f RANAP_PDP_Type_free;
38asn_struct_print_f RANAP_PDP_Type_print;
39asn_constr_check_f RANAP_PDP_Type_constraint;
40ber_type_decoder_f RANAP_PDP_Type_decode_ber;
41der_type_encoder_f RANAP_PDP_Type_encode_der;
42xer_type_decoder_f RANAP_PDP_Type_decode_xer;
43xer_type_encoder_f RANAP_PDP_Type_encode_xer;
44per_type_decoder_f RANAP_PDP_Type_decode_uper;
45per_type_encoder_f RANAP_PDP_Type_encode_uper;
46per_type_decoder_f RANAP_PDP_Type_decode_aper;
47per_type_encoder_f RANAP_PDP_Type_encode_aper;
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* _RANAP_PDP_Type_H_ */
54#include <asn_internal.h>