Initial commit of KPIMON xAPP for Bronze Release Enhancement.
[scp/ric-app/kpimon.git] / e2sm / lib / E2SM-KPM-IndicationHeader.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "e2sm-kpm-v01.02.asn"
5  *      `asn1c -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #include "E2SM-KPM-IndicationHeader.h"
9
10 #include "E2SM-KPM-IndicationHeader-Format1.h"
11 static asn_oer_constraints_t asn_OER_type_E2SM_KPM_IndicationHeader_constr_1 CC_NOTUSED = {
12         { 0, 0 },
13         -1};
14 static asn_per_constraints_t asn_PER_type_E2SM_KPM_IndicationHeader_constr_1 CC_NOTUSED = {
15         { APC_CONSTRAINED | APC_EXTENSIBLE,  0,  0,  0,  0 }    /* (0..0,...) */,
16         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
17         0, 0    /* No PER value map */
18 };
19 static asn_TYPE_member_t asn_MBR_E2SM_KPM_IndicationHeader_1[] = {
20         { ATF_POINTER, 0, offsetof(struct E2SM_KPM_IndicationHeader, choice.indicationHeader_Format1),
21                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
22                 -1,     /* IMPLICIT tag at current level */
23                 &asn_DEF_E2SM_KPM_IndicationHeader_Format1,
24                 0,
25                 { 0, 0, 0 },
26                 0, 0, /* No default value */
27                 "indicationHeader-Format1"
28                 },
29 };
30 static const asn_TYPE_tag2member_t asn_MAP_E2SM_KPM_IndicationHeader_tag2el_1[] = {
31     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* indicationHeader-Format1 */
32 };
33 static asn_CHOICE_specifics_t asn_SPC_E2SM_KPM_IndicationHeader_specs_1 = {
34         sizeof(struct E2SM_KPM_IndicationHeader),
35         offsetof(struct E2SM_KPM_IndicationHeader, _asn_ctx),
36         offsetof(struct E2SM_KPM_IndicationHeader, present),
37         sizeof(((struct E2SM_KPM_IndicationHeader *)0)->present),
38         asn_MAP_E2SM_KPM_IndicationHeader_tag2el_1,
39         1,      /* Count of tags in the map */
40         0, 0,
41         1       /* Extensions start */
42 };
43 asn_TYPE_descriptor_t asn_DEF_E2SM_KPM_IndicationHeader = {
44         "E2SM-KPM-IndicationHeader",
45         "E2SM-KPM-IndicationHeader",
46         &asn_OP_CHOICE,
47         0,      /* No effective tags (pointer) */
48         0,      /* No effective tags (count) */
49         0,      /* No tags (pointer) */
50         0,      /* No tags (count) */
51         { &asn_OER_type_E2SM_KPM_IndicationHeader_constr_1, &asn_PER_type_E2SM_KPM_IndicationHeader_constr_1, CHOICE_constraint },
52         asn_MBR_E2SM_KPM_IndicationHeader_1,
53         1,      /* Elements count */
54         &asn_SPC_E2SM_KPM_IndicationHeader_specs_1      /* Additional specs */
55 };
56