Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / X2N_AreaScopeOfQMC.c
1 /*
2  * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "../../asn_defs/asn1/x2ap-15-04.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #include "X2N_AreaScopeOfQMC.h"
9
10 #include "X2N_CellBasedQMC.h"
11 #include "X2N_TABasedQMC.h"
12 #include "X2N_TAIBasedQMC.h"
13 #include "X2N_PLMNAreaBasedQMC.h"
14 asn_per_constraints_t asn_PER_type_X2N_AreaScopeOfQMC_constr_1 CC_NOTUSED = {
15         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  3 }    /* (0..3,...) */,
16         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
17         0, 0    /* No PER value map */
18 };
19 asn_TYPE_member_t asn_MBR_X2N_AreaScopeOfQMC_1[] = {
20         { ATF_POINTER, 0, offsetof(struct X2N_AreaScopeOfQMC, choice.cellBased),
21                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
22                 -1,     /* IMPLICIT tag at current level */
23                 &asn_DEF_X2N_CellBasedQMC,
24                 0,
25                 { 0, 0, 0 },
26                 0, 0, /* No default value */
27                 "cellBased"
28                 },
29         { ATF_POINTER, 0, offsetof(struct X2N_AreaScopeOfQMC, choice.tABased),
30                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
31                 -1,     /* IMPLICIT tag at current level */
32                 &asn_DEF_X2N_TABasedQMC,
33                 0,
34                 { 0, 0, 0 },
35                 0, 0, /* No default value */
36                 "tABased"
37                 },
38         { ATF_POINTER, 0, offsetof(struct X2N_AreaScopeOfQMC, choice.tAIBased),
39                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
40                 -1,     /* IMPLICIT tag at current level */
41                 &asn_DEF_X2N_TAIBasedQMC,
42                 0,
43                 { 0, 0, 0 },
44                 0, 0, /* No default value */
45                 "tAIBased"
46                 },
47         { ATF_POINTER, 0, offsetof(struct X2N_AreaScopeOfQMC, choice.pLMNAreaBased),
48                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
49                 -1,     /* IMPLICIT tag at current level */
50                 &asn_DEF_X2N_PLMNAreaBasedQMC,
51                 0,
52                 { 0, 0, 0 },
53                 0, 0, /* No default value */
54                 "pLMNAreaBased"
55                 },
56 };
57 static const asn_TYPE_tag2member_t asn_MAP_X2N_AreaScopeOfQMC_tag2el_1[] = {
58     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* cellBased */
59     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* tABased */
60     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* tAIBased */
61     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* pLMNAreaBased */
62 };
63 asn_CHOICE_specifics_t asn_SPC_X2N_AreaScopeOfQMC_specs_1 = {
64         sizeof(struct X2N_AreaScopeOfQMC),
65         offsetof(struct X2N_AreaScopeOfQMC, _asn_ctx),
66         offsetof(struct X2N_AreaScopeOfQMC, present),
67         sizeof(((struct X2N_AreaScopeOfQMC *)0)->present),
68         asn_MAP_X2N_AreaScopeOfQMC_tag2el_1,
69         4,      /* Count of tags in the map */
70         0, 0,
71         4       /* Extensions start */
72 };
73 asn_TYPE_descriptor_t asn_DEF_X2N_AreaScopeOfQMC = {
74         "AreaScopeOfQMC",
75         "AreaScopeOfQMC",
76         &asn_OP_CHOICE,
77         0,      /* No effective tags (pointer) */
78         0,      /* No effective tags (count) */
79         0,      /* No tags (pointer) */
80         0,      /* No tags (count) */
81         { 0, &asn_PER_type_X2N_AreaScopeOfQMC_constr_1, CHOICE_constraint },
82         asn_MBR_X2N_AreaScopeOfQMC_1,
83         4,      /* Elements count */
84         &asn_SPC_X2N_AreaScopeOfQMC_specs_1     /* Additional specs */
85 };
86