remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / RegisterSS-Arg.h
blobe50291042472892674afaa4122c2aa20f51d56e0
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 _RegisterSS_Arg_H_
9 #define _RegisterSS_Arg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "SS-Code.h"
16 #include "AddressString.h"
17 #include "ISDN-SubaddressString.h"
18 #include "NoReplyConditionTime.h"
19 #include "EMLPP-Priority.h"
20 #include "MC-Bearers.h"
21 #include <NULL.h>
22 #include <constr_SEQUENCE.h>
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
28 /* Forward declarations */
29 struct BasicServiceCode;
31 /* RegisterSS-Arg */
32 typedef struct RegisterSS_Arg {
33 SS_Code_t ss_Code;
34 struct BasicServiceCode *basicService /* OPTIONAL */;
35 AddressString_t *forwardedToNumber /* OPTIONAL */;
36 ISDN_SubaddressString_t *forwardedToSubaddress /* OPTIONAL */;
37 NoReplyConditionTime_t *noReplyConditionTime /* OPTIONAL */;
39 * This type is extensible,
40 * possible extensions are below.
42 EMLPP_Priority_t *defaultPriority /* OPTIONAL */;
43 MC_Bearers_t *nbrUser /* OPTIONAL */;
44 NULL_t *longFTN_Supported /* OPTIONAL */;
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx;
48 } RegisterSS_Arg_t;
50 /* Implementation */
51 extern asn_TYPE_descriptor_t asn_DEF_RegisterSS_Arg;
53 #ifdef __cplusplus
55 #endif
57 /* Referred external types */
58 #include "BasicServiceCode.h"
60 #endif /* _RegisterSS_Arg_H_ */
61 #include <asn_internal.h>