remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / APN-ConfigurationProfile.h
blobc442412f70c3f8e51b267b15b227663a1bd811ce
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 _APN_ConfigurationProfile_H_
9 #define _APN_ConfigurationProfile_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "ContextId.h"
16 #include <NULL.h>
17 #include "EPS-DataList.h"
18 #include <constr_SEQUENCE.h>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* Forward declarations */
25 struct ExtensionContainer;
27 /* APN-ConfigurationProfile */
28 typedef struct APN_ConfigurationProfile {
29 ContextId_t defaultContext;
30 NULL_t *completeDataListIncluded /* OPTIONAL */;
31 EPS_DataList_t epsDataList;
32 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
34 * This type is extensible,
35 * possible extensions are below.
38 /* Context for parsing across buffer boundaries */
39 asn_struct_ctx_t _asn_ctx;
40 } APN_ConfigurationProfile_t;
42 /* Implementation */
43 extern asn_TYPE_descriptor_t asn_DEF_APN_ConfigurationProfile;
45 #ifdef __cplusplus
47 #endif
49 /* Referred external types */
50 #include "ExtensionContainer.h"
52 #endif /* _APN_ConfigurationProfile_H_ */
53 #include <asn_internal.h>