2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "ULP-Components"
4 * found in "../asn1src/ULP-Components.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "GsmCellInformation.h"
16 #include "WcdmaCellInformation.h"
17 #include "CdmaCellInformation.h"
18 #include <constr_CHOICE.h>
25 typedef enum CellInfo_PR
{
26 CellInfo_PR_NOTHING
, /* No components present */
28 CellInfo_PR_wcdmaCell
,
30 /* Extensions may appear below */
35 typedef struct CellInfo
{
38 GsmCellInformation_t gsmCell
;
39 WcdmaCellInformation_t wcdmaCell
;
40 CdmaCellInformation_t cdmaCell
;
42 * This type is extensible,
43 * possible extensions are below.
47 /* Context for parsing across buffer boundaries */
48 asn_struct_ctx_t _asn_ctx
;
52 extern asn_TYPE_descriptor_t asn_DEF_CellInfo
;
58 #endif /* _CellInfo_H_ */
59 #include <asn_internal.h>