Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / SubframeAllocation.c
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #include "SubframeAllocation.h"\r
9 \r
10 asn_per_constraints_t asn_PER_type_SubframeAllocation_constr_1 CC_NOTUSED = {\r
11         { APC_CONSTRAINED | APC_EXTENSIBLE,  1,  1,  0,  1 }    /* (0..1,...) */,\r
12         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },\r
13         0, 0    /* No PER value map */\r
14 };\r
15 asn_TYPE_member_t asn_MBR_SubframeAllocation_1[] = {\r
16         { ATF_NOFLAGS, 0, offsetof(struct SubframeAllocation, choice.oneframe),\r
17                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),\r
18                 -1,     /* IMPLICIT tag at current level */\r
19                 &asn_DEF_Oneframe,\r
20                 0,\r
21                 { 0, 0, 0 },\r
22                 0, 0, /* No default value */\r
23                 "oneframe"\r
24                 },\r
25         { ATF_NOFLAGS, 0, offsetof(struct SubframeAllocation, choice.fourframes),\r
26                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),\r
27                 -1,     /* IMPLICIT tag at current level */\r
28                 &asn_DEF_Fourframes,\r
29                 0,\r
30                 { 0, 0, 0 },\r
31                 0, 0, /* No default value */\r
32                 "fourframes"\r
33                 },\r
34 };\r
35 static const asn_TYPE_tag2member_t asn_MAP_SubframeAllocation_tag2el_1[] = {\r
36     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* oneframe */\r
37     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* fourframes */\r
38 };\r
39 asn_CHOICE_specifics_t asn_SPC_SubframeAllocation_specs_1 = {\r
40         sizeof(struct SubframeAllocation),\r
41         offsetof(struct SubframeAllocation, _asn_ctx),\r
42         offsetof(struct SubframeAllocation, present),\r
43         sizeof(((struct SubframeAllocation *)0)->present),\r
44         asn_MAP_SubframeAllocation_tag2el_1,\r
45         2,      /* Count of tags in the map */\r
46         0, 0,\r
47         2       /* Extensions start */\r
48 };\r
49 asn_TYPE_descriptor_t asn_DEF_SubframeAllocation = {\r
50         "SubframeAllocation",\r
51         "SubframeAllocation",\r
52         &asn_OP_CHOICE,\r
53         0,      /* No effective tags (pointer) */\r
54         0,      /* No effective tags (count) */\r
55         0,      /* No tags (pointer) */\r
56         0,      /* No tags (count) */\r
57         { 0, &asn_PER_type_SubframeAllocation_constr_1, CHOICE_constraint },\r
58         asn_MBR_SubframeAllocation_1,\r
59         2,      /* Elements count */\r
60         &asn_SPC_SubframeAllocation_specs_1     /* Additional specs */\r
61 };\r
62 \r