[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / S-NSSAI.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-RRC-Definitions"
4  *      found in "../../../rrc_15.3_asn.asn1"
5  *      `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #include "S-NSSAI.h"
9
10 static int
11 memb_sst_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
12                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13         const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
14         size_t size;
15         
16         if(!sptr) {
17                 ASN__CTFAIL(app_key, td, sptr,
18                         "%s: value not given (%s:%d)",
19                         td->name, __FILE__, __LINE__);
20                 return -1;
21         }
22         
23         if(st->size > 0) {
24                 /* Size in bits */
25                 size = 8 * st->size - (st->bits_unused & 0x07);
26         } else {
27                 size = 0;
28         }
29         
30         if((size == 8)) {
31                 /* Constraint check succeeded */
32                 return 0;
33         } else {
34                 ASN__CTFAIL(app_key, td, sptr,
35                         "%s: constraint failed (%s:%d)",
36                         td->name, __FILE__, __LINE__);
37                 return -1;
38         }
39 }
40
41 static int
42 memb_sst_SD_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
43                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
44         const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
45         size_t size;
46         
47         if(!sptr) {
48                 ASN__CTFAIL(app_key, td, sptr,
49                         "%s: value not given (%s:%d)",
50                         td->name, __FILE__, __LINE__);
51                 return -1;
52         }
53         
54         if(st->size > 0) {
55                 /* Size in bits */
56                 size = 8 * st->size - (st->bits_unused & 0x07);
57         } else {
58                 size = 0;
59         }
60         
61         if((size == 32)) {
62                 /* Constraint check succeeded */
63                 return 0;
64         } else {
65                 ASN__CTFAIL(app_key, td, sptr,
66                         "%s: constraint failed (%s:%d)",
67                         td->name, __FILE__, __LINE__);
68                 return -1;
69         }
70 }
71
72 static asn_oer_constraints_t asn_OER_memb_sst_constr_2 CC_NOTUSED = {
73         { 0, 0 },
74         8       /* (SIZE(8..8)) */};
75 static asn_per_constraints_t asn_PER_memb_sst_constr_2 CC_NOTUSED = {
76         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
77         { APC_CONSTRAINED,       0,  0,  8,  8 }        /* (SIZE(8..8)) */,
78         0, 0    /* No PER value map */
79 };
80 static asn_oer_constraints_t asn_OER_memb_sst_SD_constr_3 CC_NOTUSED = {
81         { 0, 0 },
82         32      /* (SIZE(32..32)) */};
83 static asn_per_constraints_t asn_PER_memb_sst_SD_constr_3 CC_NOTUSED = {
84         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
85         { APC_CONSTRAINED,       0,  0,  32,  32 }      /* (SIZE(32..32)) */,
86         0, 0    /* No PER value map */
87 };
88 static asn_oer_constraints_t asn_OER_type_S_NSSAI_constr_1 CC_NOTUSED = {
89         { 0, 0 },
90         -1};
91 asn_per_constraints_t asn_PER_type_S_NSSAI_constr_1 CC_NOTUSED = {
92         { APC_CONSTRAINED,       1,  1,  0,  1 }        /* (0..1) */,
93         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
94         0, 0    /* No PER value map */
95 };
96 asn_TYPE_member_t asn_MBR_S_NSSAI_1[] = {
97         { ATF_NOFLAGS, 0, offsetof(struct S_NSSAI, choice.sst),
98                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
99                 -1,     /* IMPLICIT tag at current level */
100                 &asn_DEF_BIT_STRING,
101                 0,
102                 { &asn_OER_memb_sst_constr_2, &asn_PER_memb_sst_constr_2,  memb_sst_constraint_1 },
103                 0, 0, /* No default value */
104                 "sst"
105                 },
106         { ATF_NOFLAGS, 0, offsetof(struct S_NSSAI, choice.sst_SD),
107                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
108                 -1,     /* IMPLICIT tag at current level */
109                 &asn_DEF_BIT_STRING,
110                 0,
111                 { &asn_OER_memb_sst_SD_constr_3, &asn_PER_memb_sst_SD_constr_3,  memb_sst_SD_constraint_1 },
112                 0, 0, /* No default value */
113                 "sst-SD"
114                 },
115 };
116 static const asn_TYPE_tag2member_t asn_MAP_S_NSSAI_tag2el_1[] = {
117     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* sst */
118     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* sst-SD */
119 };
120 asn_CHOICE_specifics_t asn_SPC_S_NSSAI_specs_1 = {
121         sizeof(struct S_NSSAI),
122         offsetof(struct S_NSSAI, _asn_ctx),
123         offsetof(struct S_NSSAI, present),
124         sizeof(((struct S_NSSAI *)0)->present),
125         asn_MAP_S_NSSAI_tag2el_1,
126         2,      /* Count of tags in the map */
127         0, 0,
128         -1      /* Extensions start */
129 };
130 asn_TYPE_descriptor_t asn_DEF_S_NSSAI = {
131         "S-NSSAI",
132         "S-NSSAI",
133         &asn_OP_CHOICE,
134         0,      /* No effective tags (pointer) */
135         0,      /* No effective tags (count) */
136         0,      /* No tags (pointer) */
137         0,      /* No tags (count) */
138         { &asn_OER_type_S_NSSAI_constr_1, &asn_PER_type_S_NSSAI_constr_1, CHOICE_constraint },
139         asn_MBR_S_NSSAI_1,
140         2,      /* Elements count */
141         &asn_SPC_S_NSSAI_specs_1        /* Additional specs */
142 };
143