blob: c1370687f5b32a434d3b82fda5d7dd4ecd1646b5 [file] [log] [blame]
Harald Welted523a692015-08-30 23:11:19 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "HNBAP-IEs"
4 * found in "../../asn1/hnbap/HNBAP-IEs.asn"
Harald Welteff4750f2015-08-31 09:55:28 +02005 * `asn1c -gen-PER`
Harald Welted523a692015-08-30 23:11:19 +02006 */
7
8#ifndef _Registration_Cause_H_
9#define _Registration_Cause_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 Registration_Cause {
23 Registration_Cause_emergency_call = 0,
24 Registration_Cause_normal = 1,
25 /*
26 * Enumeration is extensible
27 */
28 Registration_Cause_ue_relocation = 2
29} e_Registration_Cause;
30
31/* Registration-Cause */
32typedef long Registration_Cause_t;
33
34/* Implementation */
35extern asn_TYPE_descriptor_t asn_DEF_Registration_Cause;
36asn_struct_free_f Registration_Cause_free;
37asn_struct_print_f Registration_Cause_print;
38asn_constr_check_f Registration_Cause_constraint;
39ber_type_decoder_f Registration_Cause_decode_ber;
40der_type_encoder_f Registration_Cause_encode_der;
41xer_type_decoder_f Registration_Cause_decode_xer;
42xer_type_encoder_f Registration_Cause_encode_xer;
43per_type_decoder_f Registration_Cause_decode_uper;
44per_type_encoder_f Registration_Cause_encode_uper;
45per_type_decoder_f Registration_Cause_decode_aper;
46per_type_encoder_f Registration_Cause_encode_aper;
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif /* _Registration_Cause_H_ */
53#include <asn_internal.h>