99fcd9e00fe19cf6b54fef9e16e35269c9733b3b
[ric-plt/resource-status-manager.git] / RSM / asn1codec / e2ap_engine / constr_SEQUENCE_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_SEQUENCE_OF_H_
7 #define _CONSTR_SEQUENCE_OF_H_
8
9 #include <asn_application.h>
10 #include <constr_SET_OF.h>              /* Implemented using SET OF */
11
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15
16 /*
17  * A set specialized functions dealing with the SEQUENCE OF type.
18  * Generally implemented using SET OF.
19  */
20 asn_struct_compare_f SEQUENCE_OF_compare;
21 der_type_encoder_f SEQUENCE_OF_encode_der;
22 xer_type_encoder_f SEQUENCE_OF_encode_xer;
23 per_type_encoder_f SEQUENCE_OF_encode_uper;
24 per_type_encoder_f SEQUENCE_OF_encode_aper;
25 extern asn_TYPE_operation_t asn_OP_SEQUENCE_OF;
26
27 #define SEQUENCE_OF_free        SET_OF_free
28 #define SEQUENCE_OF_print       SET_OF_print
29 #define SEQUENCE_OF_constraint  SET_OF_constraint
30 #define SEQUENCE_OF_decode_ber  SET_OF_decode_ber
31 #define SEQUENCE_OF_decode_xer  SET_OF_decode_xer
32 #define SEQUENCE_OF_decode_oer  SET_OF_decode_oer
33 #define SEQUENCE_OF_encode_oer  SET_OF_encode_oer
34 #define SEQUENCE_OF_decode_uper SET_OF_decode_uper
35 #define SEQUENCE_OF_decode_aper SET_OF_decode_aper
36 #define SEQUENCE_OF_random_fill SET_OF_random_fill
37
38 #ifdef __cplusplus
39 }
40 #endif
41
42 #endif  /* _CONSTR_SET_OF_H_ */