2e88d8827e6c1d94530fec53f961e228f2591a3f
[o-du/l2.git] / src / codec_utils / F1AP / RAT-FrequencyPriorityInformation.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "F1AP-IEs"
4  *      found in "F1.asn1"
5  *      `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #include "RAT-FrequencyPriorityInformation.h"
9
10 #include "ProtocolIE-SingleContainer.h"
11 static asn_oer_constraints_t asn_OER_type_RAT_FrequencyPriorityInformation_constr_1 CC_NOTUSED = {
12         { 0, 0 },
13         -1};
14 static asn_per_constraints_t asn_PER_type_RAT_FrequencyPriorityInformation_constr_1 CC_NOTUSED = {
15         { APC_CONSTRAINED,       2,  2,  0,  2 }        /* (0..2) */,
16         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
17         0, 0    /* No PER value map */
18 };
19 static asn_TYPE_member_t asn_MBR_RAT_FrequencyPriorityInformation_1[] = {
20         { ATF_NOFLAGS, 0, offsetof(struct RAT_FrequencyPriorityInformation, choice.subscriberProfileIDforRFP),
21                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
22                 -1,     /* IMPLICIT tag at current level */
23                 &asn_DEF_SubscriberProfileIDforRFP,
24                 0,
25                 { 0, 0, 0 },
26                 0, 0, /* No default value */
27                 "subscriberProfileIDforRFP"
28                 },
29         { ATF_NOFLAGS, 0, offsetof(struct RAT_FrequencyPriorityInformation, choice.rAT_FrequencySelectionPriority),
30                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
31                 -1,     /* IMPLICIT tag at current level */
32                 &asn_DEF_RAT_FrequencySelectionPriority,
33                 0,
34                 { 0, 0, 0 },
35                 0, 0, /* No default value */
36                 "rAT-FrequencySelectionPriority"
37                 },
38         { ATF_POINTER, 0, offsetof(struct RAT_FrequencyPriorityInformation, choice.choice_extension),
39                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
40                 -1,     /* IMPLICIT tag at current level */
41                 &asn_DEF_ProtocolIE_SingleContainer_4590P67,
42                 0,
43                 { 0, 0, 0 },
44                 0, 0, /* No default value */
45                 "choice-extension"
46                 },
47 };
48 static const asn_TYPE_tag2member_t asn_MAP_RAT_FrequencyPriorityInformation_tag2el_1[] = {
49     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* subscriberProfileIDforRFP */
50     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* rAT-FrequencySelectionPriority */
51     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* choice-extension */
52 };
53 static asn_CHOICE_specifics_t asn_SPC_RAT_FrequencyPriorityInformation_specs_1 = {
54         sizeof(struct RAT_FrequencyPriorityInformation),
55         offsetof(struct RAT_FrequencyPriorityInformation, _asn_ctx),
56         offsetof(struct RAT_FrequencyPriorityInformation, present),
57         sizeof(((struct RAT_FrequencyPriorityInformation *)0)->present),
58         asn_MAP_RAT_FrequencyPriorityInformation_tag2el_1,
59         3,      /* Count of tags in the map */
60         0, 0,
61         -1      /* Extensions start */
62 };
63 asn_TYPE_descriptor_t asn_DEF_RAT_FrequencyPriorityInformation = {
64         "RAT-FrequencyPriorityInformation",
65         "RAT-FrequencyPriorityInformation",
66         &asn_OP_CHOICE,
67         0,      /* No effective tags (pointer) */
68         0,      /* No effective tags (count) */
69         0,      /* No tags (pointer) */
70         0,      /* No tags (count) */
71         { &asn_OER_type_RAT_FrequencyPriorityInformation_constr_1, &asn_PER_type_RAT_FrequencyPriorityInformation_constr_1, CHOICE_constraint },
72         asn_MBR_RAT_FrequencyPriorityInformation_1,
73         3,      /* Elements count */
74         &asn_SPC_RAT_FrequencyPriorityInformation_specs_1       /* Additional specs */
75 };
76