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`
8 #ifndef _RegisterSS_Arg_H_
9 #define _RegisterSS_Arg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include "AddressString.h"
17 #include "ISDN-SubaddressString.h"
18 #include "NoReplyConditionTime.h"
19 #include "EMLPP-Priority.h"
20 #include "MC-Bearers.h"
22 #include <constr_SEQUENCE.h>
28 /* Forward declarations */
29 struct BasicServiceCode
;
32 typedef struct RegisterSS_Arg
{
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
;
51 extern asn_TYPE_descriptor_t asn_DEF_RegisterSS_Arg
;
57 /* Referred external types */
58 #include "BasicServiceCode.h"
60 #endif /* _RegisterSS_Arg_H_ */
61 #include <asn_internal.h>