remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / GANSS-ControlHeader.h
blob0b47d24a45866a822b432fa6c2f4616a3175c79a
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "RRLP-Components"
4 * found in "../asn1src/RRLP-Components.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _GANSS_ControlHeader_H_
9 #define _GANSS_ControlHeader_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <constr_SEQUENCE.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 /* Forward declarations */
22 struct GANSSCommonAssistData;
23 struct SeqOfGANSSGenericAssistDataElement;
25 /* GANSS-ControlHeader */
26 typedef struct GANSS_ControlHeader {
27 struct GANSSCommonAssistData *ganssCommonAssistData /* OPTIONAL */;
28 struct SeqOfGANSSGenericAssistDataElement *ganssGenericAssistDataList /* OPTIONAL */;
30 /* Context for parsing across buffer boundaries */
31 asn_struct_ctx_t _asn_ctx;
32 } GANSS_ControlHeader_t;
34 /* Implementation */
35 extern asn_TYPE_descriptor_t asn_DEF_GANSS_ControlHeader;
37 #ifdef __cplusplus
39 #endif
41 /* Referred external types */
42 #include "GANSSCommonAssistData.h"
43 #include "SeqOfGANSSGenericAssistDataElement.h"
45 #endif /* _GANSS_ControlHeader_H_ */
46 #include <asn_internal.h>