remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / USSD-Arg.h
blobf376f1fbef77b8fabac8b99612e446449f6ad97f
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-SS-DataTypes"
4 * found in "../asn1src/MAP-SS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _USSD_Arg_H_
9 #define _USSD_Arg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "USSD-DataCodingScheme.h"
16 #include "USSD-String.h"
17 #include "AlertingPattern.h"
18 #include "ISDN-AddressString.h"
19 #include <constr_SEQUENCE.h>
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
25 /* USSD-Arg */
26 typedef struct USSD_Arg {
27 USSD_DataCodingScheme_t ussd_DataCodingScheme;
28 USSD_String_t ussd_String;
30 * This type is extensible,
31 * possible extensions are below.
33 AlertingPattern_t *alertingPattern /* OPTIONAL */;
34 ISDN_AddressString_t *msisdn /* OPTIONAL */;
36 /* Context for parsing across buffer boundaries */
37 asn_struct_ctx_t _asn_ctx;
38 } USSD_Arg_t;
40 /* Implementation */
41 extern asn_TYPE_descriptor_t asn_DEF_USSD_Arg;
43 #ifdef __cplusplus
45 #endif
47 #endif /* _USSD_Arg_H_ */
48 #include <asn_internal.h>