blob: f6df34d9486029134555048dcda6efeeaa21f91d [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 _CSG_Capability_H_
9#define _CSG_Capability_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 CSG_Capability {
23 CSG_Capability_csg_capable = 0,
24 CSG_Capability_not_csg_capable = 1
25 /*
26 * Enumeration is extensible
27 */
28} e_CSG_Capability;
29
30/* CSG-Capability */
31typedef long CSG_Capability_t;
32
33/* Implementation */
34extern asn_TYPE_descriptor_t asn_DEF_CSG_Capability;
35asn_struct_free_f CSG_Capability_free;
36asn_struct_print_f CSG_Capability_print;
37asn_constr_check_f CSG_Capability_constraint;
38ber_type_decoder_f CSG_Capability_decode_ber;
39der_type_encoder_f CSG_Capability_encode_der;
40xer_type_decoder_f CSG_Capability_decode_xer;
41xer_type_encoder_f CSG_Capability_encode_xer;
42per_type_decoder_f CSG_Capability_decode_uper;
43per_type_encoder_f CSG_Capability_encode_uper;
44per_type_decoder_f CSG_Capability_decode_aper;
45per_type_encoder_f CSG_Capability_encode_aper;
46
47#ifdef __cplusplus
48}
49#endif
50
51#endif /* _CSG_Capability_H_ */
52#include <asn_internal.h>