Change version after creation of r2 branch
[ric-plt/resource-status-manager.git] / RSM / asn1codec / e2ap_engine / constr_SET_OF.h
1
2 /*-
3  * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
4  * Redistribution and modifications are permitted subject to BSD license.
5  */
6 #ifndef CONSTR_SET_OF_H
7 #define CONSTR_SET_OF_H
8
9 #include <asn_application.h>
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 typedef struct asn_SET_OF_specifics_s {
16     /*
17      * Target structure description.
18      */
19     unsigned struct_size;       /* Size of the target structure. */
20     unsigned ctx_offset;        /* Offset of the asn_struct_ctx_t member */
21
22     /* XER-specific stuff */
23     int as_XMLValueList; /* The member type must be encoded like this */
24 } asn_SET_OF_specifics_t;
25
26 /*
27  * A set specialized functions dealing with the SET OF type.
28  */
29 asn_struct_free_f SET_OF_free;
30 asn_struct_print_f SET_OF_print;
31 asn_struct_compare_f SET_OF_compare;
32 asn_constr_check_f SET_OF_constraint;
33 ber_type_decoder_f SET_OF_decode_ber;
34 der_type_encoder_f SET_OF_encode_der;
35 xer_type_decoder_f SET_OF_decode_xer;
36 xer_type_encoder_f SET_OF_encode_xer;
37 oer_type_decoder_f SET_OF_decode_oer;
38 oer_type_encoder_f SET_OF_encode_oer;
39 per_type_decoder_f SET_OF_decode_uper;
40 per_type_encoder_f SET_OF_encode_uper;
41 per_type_decoder_f SET_OF_decode_aper;
42 per_type_encoder_f SET_OF_encode_aper;
43 asn_random_fill_f  SET_OF_random_fill;
44 extern asn_TYPE_operation_t asn_OP_SET_OF;
45
46 #ifdef __cplusplus
47 }
48 #endif
49
50 #endif  /* CONSTR_SET_OF_H */