remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / AoIPCodecsList.h
blob6e34d44bae4a7e2bdb1a8210f0421fba3a1712e4
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-MS-DataTypes"
4 * found in "../asn1src/MAP-MS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _AoIPCodecsList_H_
9 #define _AoIPCodecsList_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "AoIPCodec.h"
16 #include <constr_SEQUENCE.h>
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
22 /* Forward declarations */
23 struct ExtensionContainer;
25 /* AoIPCodecsList */
26 typedef struct AoIPCodecsList {
27 AoIPCodec_t codec1;
28 AoIPCodec_t *codec2 /* OPTIONAL */;
29 AoIPCodec_t *codec3 /* OPTIONAL */;
30 AoIPCodec_t *codec4 /* OPTIONAL */;
31 AoIPCodec_t *codec5 /* OPTIONAL */;
32 AoIPCodec_t *codec6 /* OPTIONAL */;
33 AoIPCodec_t *codec7 /* OPTIONAL */;
34 AoIPCodec_t *codec8 /* OPTIONAL */;
35 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
37 * This type is extensible,
38 * possible extensions are below.
41 /* Context for parsing across buffer boundaries */
42 asn_struct_ctx_t _asn_ctx;
43 } AoIPCodecsList_t;
45 /* Implementation */
46 extern asn_TYPE_descriptor_t asn_DEF_AoIPCodecsList;
48 #ifdef __cplusplus
50 #endif
52 /* Referred external types */
53 #include "ExtensionContainer.h"
55 #endif /* _AoIPCodecsList_H_ */
56 #include <asn_internal.h>