2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-MS-DataTypes"
4 * found in "../asn1src/MAP-MS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
8 #ifndef _RequestedInfo_H_
9 #define _RequestedInfo_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include "DomainType.h"
17 #include "RequestedNodes.h"
18 #include <constr_SEQUENCE.h>
24 /* Forward declarations */
25 struct ExtensionContainer
;
28 typedef struct RequestedInfo
{
29 NULL_t
*locationInformation
/* OPTIONAL */;
30 NULL_t
*subscriberState
/* OPTIONAL */;
31 struct ExtensionContainer
*extensionContainer
/* OPTIONAL */;
33 * This type is extensible,
34 * possible extensions are below.
36 NULL_t
*currentLocation
/* OPTIONAL */;
37 DomainType_t
*requestedDomain
/* OPTIONAL */;
38 NULL_t
*imei
/* OPTIONAL */;
39 NULL_t
*ms_classmark
/* OPTIONAL */;
40 NULL_t
*mnpRequestedInfo
/* OPTIONAL */;
41 NULL_t
*locationInformationEPS_Supported
/* OPTIONAL */;
42 NULL_t
*t_adsData
/* OPTIONAL */;
43 RequestedNodes_t
*requestedNodes
/* OPTIONAL */;
44 NULL_t
*servingNodeIndication
/* OPTIONAL */;
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx
;
51 extern asn_TYPE_descriptor_t asn_DEF_RequestedInfo
;
57 /* Referred external types */
58 #include "ExtensionContainer.h"
60 #endif /* _RequestedInfo_H_ */
61 #include <asn_internal.h>