Enhanced SIM for E2AP v1 for TS UC
[sim/e2-interface.git] / e2sim / e2apv1sim / ASN1c / E2SM-KPM-IndicationMessage.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "/home/rshacham/e2sm_kpm_approved.asn"
5  *      `asn1c -fcompound-names`
6  */
7
8 #include "E2SM-KPM-IndicationMessage.h"
9
10 static asn_oer_constraints_t asn_OER_type_E2SM_KPM_IndicationMessage_constr_1 CC_NOTUSED = {
11         { 0, 0 },
12         -1};
13 static asn_per_constraints_t asn_PER_type_E2SM_KPM_IndicationMessage_constr_1 CC_NOTUSED = {
14         { APC_CONSTRAINED | APC_EXTENSIBLE,  1,  1,  0,  1 }    /* (0..1,...) */,
15         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
16         0, 0    /* No PER value map */
17 };
18 static asn_TYPE_member_t asn_MBR_E2SM_KPM_IndicationMessage_1[] = {
19         { ATF_NOFLAGS, 0, offsetof(struct E2SM_KPM_IndicationMessage, choice.ric_Style_Type),
20                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
21                 -1,     /* IMPLICIT tag at current level */
22                 &asn_DEF_RIC_Style_Type,
23                 0,
24                 { 0, 0, 0 },
25                 0, 0, /* No default value */
26                 "ric-Style-Type"
27                 },
28         { ATF_NOFLAGS, 0, offsetof(struct E2SM_KPM_IndicationMessage, choice.indicationMessage_Format1),
29                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
30                 -1,     /* IMPLICIT tag at current level */
31                 &asn_DEF_E2SM_KPM_IndicationMessage_Format1,
32                 0,
33                 { 0, 0, 0 },
34                 0, 0, /* No default value */
35                 "indicationMessage-Format1"
36                 },
37 };
38 static const asn_TYPE_tag2member_t asn_MAP_E2SM_KPM_IndicationMessage_tag2el_1[] = {
39     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ric-Style-Type */
40     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* indicationMessage-Format1 */
41 };
42 static asn_CHOICE_specifics_t asn_SPC_E2SM_KPM_IndicationMessage_specs_1 = {
43         sizeof(struct E2SM_KPM_IndicationMessage),
44         offsetof(struct E2SM_KPM_IndicationMessage, _asn_ctx),
45         offsetof(struct E2SM_KPM_IndicationMessage, present),
46         sizeof(((struct E2SM_KPM_IndicationMessage *)0)->present),
47         asn_MAP_E2SM_KPM_IndicationMessage_tag2el_1,
48         2,      /* Count of tags in the map */
49         0, 0,
50         2       /* Extensions start */
51 };
52 asn_TYPE_descriptor_t asn_DEF_E2SM_KPM_IndicationMessage = {
53         "E2SM-KPM-IndicationMessage",
54         "E2SM-KPM-IndicationMessage",
55         &asn_OP_CHOICE,
56         0,      /* No effective tags (pointer) */
57         0,      /* No effective tags (count) */
58         0,      /* No tags (pointer) */
59         0,      /* No tags (count) */
60         { &asn_OER_type_E2SM_KPM_IndicationMessage_constr_1, &asn_PER_type_E2SM_KPM_IndicationMessage_constr_1, CHOICE_constraint },
61         asn_MBR_E2SM_KPM_IndicationMessage_1,
62         2,      /* Elements count */
63         &asn_SPC_E2SM_KPM_IndicationMessage_specs_1     /* Additional specs */
64 };
65