blob: e5c7468282bd3478a351a78c6ce787df9b5e5b6b [file] [log] [blame]
Harald Weltee844bf72019-05-06 15:25:10 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "SABP-CommonDataTypes"
4 * found in "../../asn1/sabp/SABP-CommonDataTypes.asn"
5 */
6
7#ifndef _SABP_Presence_H_
8#define _SABP_Presence_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 SABP_Presence {
22 SABP_Presence_optional = 0,
23 SABP_Presence_conditional = 1,
24 SABP_Presence_mandatory = 2
25} e_SABP_Presence;
26
27/* SABP_Presence */
28typedef long SABP_Presence_t;
29
30/* Implementation */
31extern asn_TYPE_descriptor_t asn_DEF_SABP_Presence;
32asn_struct_free_f SABP_Presence_free;
33asn_struct_print_f SABP_Presence_print;
34asn_constr_check_f SABP_Presence_constraint;
35ber_type_decoder_f SABP_Presence_decode_ber;
36der_type_encoder_f SABP_Presence_encode_der;
37xer_type_decoder_f SABP_Presence_decode_xer;
38xer_type_encoder_f SABP_Presence_encode_xer;
39per_type_decoder_f SABP_Presence_decode_uper;
40per_type_encoder_f SABP_Presence_encode_uper;
41per_type_decoder_f SABP_Presence_decode_aper;
42per_type_encoder_f SABP_Presence_encode_aper;
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif /* _SABP_Presence_H_ */
49#include <asn_internal.h>