]> git.stg.codes - stg.git/blob - libs/smux/include/stg/RRspPDU.h
Regen SMUX support library with more recent ASN1 compiler.
[stg.git] / libs / smux / include / stg / RRspPDU.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "SMUX"
4  *      found in "SMUX.asn1"
5  *      `asn1c -S /home/faust/software/asn1c/skeletons/ -fcompound-names -fwide-types`
6  */
7
8 #ifndef _RRspPDU_H_
9 #define _RRspPDU_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <INTEGER.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Dependencies */
22 typedef enum RRspPDU {
23         RRspPDU_failure = -1
24 } e_RRspPDU;
25
26 /* RRspPDU */
27 typedef INTEGER_t        RRspPDU_t;
28
29 /* Implementation */
30 extern asn_TYPE_descriptor_t asn_DEF_RRspPDU;
31 asn_struct_free_f RRspPDU_free;
32 asn_struct_print_f RRspPDU_print;
33 asn_constr_check_f RRspPDU_constraint;
34 ber_type_decoder_f RRspPDU_decode_ber;
35 der_type_encoder_f RRspPDU_encode_der;
36 xer_type_decoder_f RRspPDU_decode_xer;
37 xer_type_encoder_f RRspPDU_encode_xer;
38 oer_type_decoder_f RRspPDU_decode_oer;
39 oer_type_encoder_f RRspPDU_encode_oer;
40 per_type_decoder_f RRspPDU_decode_uper;
41 per_type_encoder_f RRspPDU_encode_uper;
42
43 #ifdef __cplusplus
44 }
45 #endif
46
47 #endif  /* _RRspPDU_H_ */
48 #include <asn_internal.h>