ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / lib / ServingCell-ARFCN.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-COMMON-IEs"
4  *      found in "E2SM-COMMON-IEs.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6  */
7
8 #include "ServingCell-ARFCN.h"
9
10 #include "NR-ARFCN.h"
11 static asn_per_constraints_t asn_PER_type_ServingCell_ARFCN_constr_1 CC_NOTUSED = {
12         { APC_CONSTRAINED | APC_EXTENSIBLE,  1,  1,  0,  1 }    /* (0..1,...) */,
13         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
14         0, 0    /* No PER value map */
15 };
16 static asn_TYPE_member_t asn_MBR_ServingCell_ARFCN_1[] = {
17         { ATF_POINTER, 0, offsetof(struct ServingCell_ARFCN, choice.nR),
18                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
19                 -1,     /* IMPLICIT tag at current level */
20                 &asn_DEF_NR_ARFCN,
21                 0,
22                 { 0, 0, 0 },
23                 0, 0, /* No default value */
24                 "nR"
25                 },
26         { ATF_NOFLAGS, 0, offsetof(struct ServingCell_ARFCN, choice.eUTRA),
27                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
28                 -1,     /* IMPLICIT tag at current level */
29                 &asn_DEF_E_UTRA_ARFCN,
30                 0,
31                 { 0, 0, 0 },
32                 0, 0, /* No default value */
33                 "eUTRA"
34                 },
35 };
36 static const asn_TYPE_tag2member_t asn_MAP_ServingCell_ARFCN_tag2el_1[] = {
37     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* nR */
38     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* eUTRA */
39 };
40 static asn_CHOICE_specifics_t asn_SPC_ServingCell_ARFCN_specs_1 = {
41         sizeof(struct ServingCell_ARFCN),
42         offsetof(struct ServingCell_ARFCN, _asn_ctx),
43         offsetof(struct ServingCell_ARFCN, present),
44         sizeof(((struct ServingCell_ARFCN *)0)->present),
45         asn_MAP_ServingCell_ARFCN_tag2el_1,
46         2,      /* Count of tags in the map */
47         0, 0,
48         2       /* Extensions start */
49 };
50 asn_TYPE_descriptor_t asn_DEF_ServingCell_ARFCN = {
51         "ServingCell-ARFCN",
52         "ServingCell-ARFCN",
53         &asn_OP_CHOICE,
54         0,      /* No effective tags (pointer) */
55         0,      /* No effective tags (count) */
56         0,      /* No tags (pointer) */
57         0,      /* No tags (count) */
58         { 0, &asn_PER_type_ServingCell_ARFCN_constr_1, CHOICE_constraint },
59         asn_MBR_ServingCell_ARFCN_1,
60         2,      /* Elements count */
61         &asn_SPC_ServingCell_ARFCN_specs_1      /* Additional specs */
62 };
63