a2da40d8a3d6e124697f7896ee7e7307d64060aa
[ric-app/bouncer.git] / Bouncer / asn1c_defs / B-Header.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-Bouncer-IEs"
4  *      found in "/home/ubuntu/ASN-Defns/e2sm-Bouncer-v002.asn"
5  *      `asn1c -fno-include-deps -fcompound-names -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #ifndef _B_Header_H_
9 #define _B_Header_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* B-Header */
22 typedef long    B_Header_t;
23
24 /* Implementation */
25 extern asn_TYPE_descriptor_t asn_DEF_B_Header;
26 asn_struct_free_f B_Header_free;
27 asn_struct_print_f B_Header_print;
28 asn_constr_check_f B_Header_constraint;
29 ber_type_decoder_f B_Header_decode_ber;
30 der_type_encoder_f B_Header_encode_der;
31 xer_type_decoder_f B_Header_decode_xer;
32 xer_type_encoder_f B_Header_encode_xer;
33 per_type_decoder_f B_Header_decode_uper;
34 per_type_encoder_f B_Header_encode_uper;
35 per_type_decoder_f B_Header_decode_aper;
36 per_type_encoder_f B_Header_encode_aper;
37
38 #ifdef __cplusplus
39 }
40 #endif
41
42 #endif  /* _B_Header_H_ */
43 #include <asn_internal.h>