remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / PrepareHO-Res.h
blob8b99c9c08feba6ddd7b9cf09648ee9f3ddfa4364
1 /*
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`
6 */
8 #ifndef _PrepareHO_Res_H_
9 #define _PrepareHO_Res_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "ISDN-AddressString.h"
16 #include "MulticallBearerInfo.h"
17 #include <NULL.h>
18 #include "Codec.h"
19 #include "AoIPCodec.h"
20 #include <constr_SEQUENCE.h>
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
26 /* Forward declarations */
27 struct RelocationNumberList;
28 struct AccessNetworkSignalInfo;
29 struct SelectedUMTS_Algorithms;
30 struct ChosenRadioResourceInformation;
31 struct ExtensionContainer;
32 struct CodecList;
33 struct AoIPCodecsList;
35 /* PrepareHO-Res */
36 typedef struct PrepareHO_Res {
37 ISDN_AddressString_t *handoverNumber /* OPTIONAL */;
38 struct RelocationNumberList *relocationNumberList /* OPTIONAL */;
39 struct AccessNetworkSignalInfo *an_APDU /* OPTIONAL */;
40 MulticallBearerInfo_t *multicallBearerInfo /* OPTIONAL */;
41 NULL_t *multipleBearerNotSupported /* OPTIONAL */;
42 struct SelectedUMTS_Algorithms *selectedUMTS_Algorithms /* OPTIONAL */;
43 struct ChosenRadioResourceInformation *chosenRadioResourceInformation /* OPTIONAL */;
44 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
46 * This type is extensible,
47 * possible extensions are below.
49 Codec_t *iuSelectedCodec /* OPTIONAL */;
50 struct CodecList *iuAvailableCodecsList /* OPTIONAL */;
51 AoIPCodec_t *aoipSelectedCodecTarget /* OPTIONAL */;
52 struct AoIPCodecsList *aoipAvailableCodecsListMap /* OPTIONAL */;
54 /* Context for parsing across buffer boundaries */
55 asn_struct_ctx_t _asn_ctx;
56 } PrepareHO_Res_t;
58 /* Implementation */
59 extern asn_TYPE_descriptor_t asn_DEF_PrepareHO_Res;
61 #ifdef __cplusplus
63 #endif
65 /* Referred external types */
66 #include "RelocationNumberList.h"
67 #include "AccessNetworkSignalInfo.h"
68 #include "SelectedUMTS-Algorithms.h"
69 #include "ChosenRadioResourceInformation.h"
70 #include "ExtensionContainer.h"
71 #include "CodecList.h"
72 #include "AoIPCodecsList.h"
74 #endif /* _PrepareHO_Res_H_ */
75 #include <asn_internal.h>