Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / constr_SEQUENCE.h
diff --git a/asn1c_defs/all-defs/constr_SEQUENCE.h b/asn1c_defs/all-defs/constr_SEQUENCE.h
new file mode 100755 (executable)
index 0000000..90d8dfb
--- /dev/null
@@ -0,0 +1,68 @@
+/*-\r
+ * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.\r
+ * Redistribution and modifications are permitted subject to BSD license.\r
+ */\r
+#ifndef        _CONSTR_SEQUENCE_H_\r
+#define        _CONSTR_SEQUENCE_H_\r
+\r
+#include <asn_application.h>\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+typedef struct asn_SEQUENCE_specifics_s {\r
+       /*\r
+        * Target structure description.\r
+        */\r
+       unsigned struct_size;   /* Size of the target structure. */\r
+       unsigned ctx_offset;    /* Offset of the asn_struct_ctx_t member */\r
+\r
+       /*\r
+        * Tags to members mapping table (sorted).\r
+        */\r
+       const asn_TYPE_tag2member_t *tag2el;\r
+       unsigned tag2el_count;\r
+\r
+       /*\r
+        * Optional members of the extensions root (roms) or additions (aoms).\r
+        * Meaningful for PER.\r
+        */\r
+       const int *oms;         /* Optional MemberS */\r
+       unsigned roms_count;    /* Root optional members count */\r
+       unsigned aoms_count;    /* Additions optional members count */\r
+\r
+       /*\r
+        * Description of an extensions group.\r
+        * Root components are clustered at the beginning of the structure,\r
+        * whereas extensions are clustered at the end. -1 means not extensible.\r
+        */\r
+       signed first_extension;       /* First extension addition */\r
+} asn_SEQUENCE_specifics_t;\r
+\r
+\r
+/*\r
+ * A set specialized functions dealing with the SEQUENCE type.\r
+ */\r
+asn_struct_free_f SEQUENCE_free;\r
+asn_struct_print_f SEQUENCE_print;\r
+asn_struct_compare_f SEQUENCE_compare;\r
+asn_constr_check_f SEQUENCE_constraint;\r
+ber_type_decoder_f SEQUENCE_decode_ber;\r
+der_type_encoder_f SEQUENCE_encode_der;\r
+xer_type_decoder_f SEQUENCE_decode_xer;\r
+xer_type_encoder_f SEQUENCE_encode_xer;\r
+oer_type_decoder_f SEQUENCE_decode_oer;\r
+oer_type_encoder_f SEQUENCE_encode_oer;\r
+per_type_decoder_f SEQUENCE_decode_uper;\r
+per_type_encoder_f SEQUENCE_encode_uper;\r
+per_type_decoder_f SEQUENCE_decode_aper;\r
+per_type_encoder_f SEQUENCE_encode_aper;\r
+asn_random_fill_f  SEQUENCE_random_fill;\r
+extern asn_TYPE_operation_t asn_OP_SEQUENCE;\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif /* _CONSTR_SEQUENCE_H_ */\r