remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / Ext-ForwardingInfoFor-CSE.h
blob219a4a6a1d56d9c35e3b0365877e26b6b594ad2f
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 _Ext_ForwardingInfoFor_CSE_H_
9 #define _Ext_ForwardingInfoFor_CSE_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "SS-Code.h"
16 #include "Ext-ForwFeatureList.h"
17 #include <NULL.h>
18 #include <constr_SEQUENCE.h>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* Forward declarations */
25 struct ExtensionContainer;
27 /* Ext-ForwardingInfoFor-CSE */
28 typedef struct Ext_ForwardingInfoFor_CSE {
29 SS_Code_t ss_Code;
30 Ext_ForwFeatureList_t forwardingFeatureList;
31 NULL_t *notificationToCSE /* OPTIONAL */;
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 } Ext_ForwardingInfoFor_CSE_t;
42 /* Implementation */
43 extern asn_TYPE_descriptor_t asn_DEF_Ext_ForwardingInfoFor_CSE;
45 #ifdef __cplusplus
47 #endif
49 /* Referred external types */
50 #include "ExtensionContainer.h"
52 #endif /* _Ext_ForwardingInfoFor_CSE_H_ */
53 #include <asn_internal.h>