remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / ProcessAccessSignalling-Arg.h
blobafbb3363760a2962c011c7f72fc4f41a27460916
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 _ProcessAccessSignalling_Arg_H_
9 #define _ProcessAccessSignalling_Arg_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "AccessNetworkSignalInfo.h"
16 #include "SelectedGSM-Algorithm.h"
17 #include "RAB-Id.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 SelectedUMTS_Algorithms;
28 struct ChosenRadioResourceInformation;
29 struct ExtensionContainer;
30 struct CodecList;
31 struct AoIPCodecsList;
33 /* ProcessAccessSignalling-Arg */
34 typedef struct ProcessAccessSignalling_Arg {
35 AccessNetworkSignalInfo_t an_APDU;
36 struct SelectedUMTS_Algorithms *selectedUMTS_Algorithms /* OPTIONAL */;
37 SelectedGSM_Algorithm_t *selectedGSM_Algorithm /* OPTIONAL */;
38 struct ChosenRadioResourceInformation *chosenRadioResourceInformation /* OPTIONAL */;
39 RAB_Id_t *selectedRab_Id /* OPTIONAL */;
40 struct ExtensionContainer *extensionContainer /* OPTIONAL */;
42 * This type is extensible,
43 * possible extensions are below.
45 Codec_t *iUSelectedCodec /* OPTIONAL */;
46 struct CodecList *iuAvailableCodecsList /* OPTIONAL */;
47 AoIPCodec_t *aoipSelectedCodecTarget /* OPTIONAL */;
48 struct AoIPCodecsList *aoipAvailableCodecsListMap /* OPTIONAL */;
50 /* Context for parsing across buffer boundaries */
51 asn_struct_ctx_t _asn_ctx;
52 } ProcessAccessSignalling_Arg_t;
54 /* Implementation */
55 extern asn_TYPE_descriptor_t asn_DEF_ProcessAccessSignalling_Arg;
57 #ifdef __cplusplus
59 #endif
61 /* Referred external types */
62 #include "SelectedUMTS-Algorithms.h"
63 #include "ChosenRadioResourceInformation.h"
64 #include "ExtensionContainer.h"
65 #include "CodecList.h"
66 #include "AoIPCodecsList.h"
68 #endif /* _ProcessAccessSignalling_Arg_H_ */
69 #include <asn_internal.h>