blob: 71d7854793941350b04d610643f673d7d5476d06 [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 _ForbiddenInterRATs_H_
9#define _ForbiddenInterRATs_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 ForbiddenInterRATs {
23 ForbiddenInterRATs_all = 0,
24 ForbiddenInterRATs_geran = 1,
25 ForbiddenInterRATs_utran = 2,
26 ForbiddenInterRATs_cdma2000 = 3,
27 /*
28 * Enumeration is extensible
29 */
30 ForbiddenInterRATs_geranandutran = 4,
31 ForbiddenInterRATs_cdma2000andutran = 5
32} e_ForbiddenInterRATs;
33
34/* ForbiddenInterRATs */
35typedef long ForbiddenInterRATs_t;
36
37/* Implementation */
38extern asn_per_constraints_t asn_PER_type_ForbiddenInterRATs_constr_1;
39extern asn_TYPE_descriptor_t asn_DEF_ForbiddenInterRATs;
40extern const asn_INTEGER_specifics_t asn_SPC_ForbiddenInterRATs_specs_1;
41asn_struct_free_f ForbiddenInterRATs_free;
42asn_struct_print_f ForbiddenInterRATs_print;
43asn_constr_check_f ForbiddenInterRATs_constraint;
44ber_type_decoder_f ForbiddenInterRATs_decode_ber;
45der_type_encoder_f ForbiddenInterRATs_encode_der;
46xer_type_decoder_f ForbiddenInterRATs_decode_xer;
47xer_type_encoder_f ForbiddenInterRATs_encode_xer;
48oer_type_decoder_f ForbiddenInterRATs_decode_oer;
49oer_type_encoder_f ForbiddenInterRATs_encode_oer;
50per_type_decoder_f ForbiddenInterRATs_decode_uper;
51per_type_encoder_f ForbiddenInterRATs_encode_uper;
52per_type_decoder_f ForbiddenInterRATs_decode_aper;
53per_type_encoder_f ForbiddenInterRATs_encode_aper;
54
55#ifdef __cplusplus
56}
57#endif
58
59#endif /* _ForbiddenInterRATs_H_ */
60#include <asn_internal.h>