]> git.stg.codes - stg.git/blob - stglibs/smux.lib/include/stg/RRspPDU.h
Merge branch 'stg-2.409-radius'
[stg.git] / stglibs / smux.lib / include / stg / RRspPDU.h
1 /*
2  * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3  * From ASN.1 module "SMUX"
4  *      found in "SMUX.asn1"
5  *      `asn1c -fskeletons-copy`
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
39 #ifdef __cplusplus
40 }
41 #endif
42
43 #endif  /* _RRspPDU_H_ */