remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / MT-ForwardSM-VGCS-Arg.h
blob9f79a83b451b4a2fdac10d198cd529800f060b53
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-SM-DataTypes"
4 * found in "../asn1src/MAP-SM-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _MT_ForwardSM_VGCS_Arg_H_
9 #define _MT_ForwardSM_VGCS_Arg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "ASCI-CallReference.h"
16 #include "SM-RP-OA.h"
17 #include "SignalInfo.h"
18 #include <constr_SEQUENCE.h>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* Forward declarations */
25 struct ExtensionContainer;
27 /* MT-ForwardSM-VGCS-Arg */
28 typedef struct MT_ForwardSM_VGCS_Arg {
29 ASCI_CallReference_t asciCallReference;
30 SM_RP_OA_t sm_RP_OA;
31 SignalInfo_t sm_RP_UI;
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 } MT_ForwardSM_VGCS_Arg_t;
42 /* Implementation */
43 extern asn_TYPE_descriptor_t asn_DEF_MT_ForwardSM_VGCS_Arg;
45 #ifdef __cplusplus
47 #endif
49 /* Referred external types */
50 #include "ExtensionContainer.h"
52 #endif /* _MT_ForwardSM_VGCS_Arg_H_ */
53 #include <asn_internal.h>