Enhanced SIM for E2AP v1 for TS UC
[sim/e2-interface.git] / e2sim / e2apv1sim / ASN1c / RIC-Style-Type.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 "RIC-Style-Type.h"
9
10 /*
11  * This type is implemented using NativeInteger,
12  * so here we adjust the DEF accordingly.
13  */
14 static const ber_tlv_tag_t asn_DEF_RIC_Style_Type_tags_1[] = {
15         (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
16 };
17 asn_TYPE_descriptor_t asn_DEF_RIC_Style_Type = {
18         "RIC-Style-Type",
19         "RIC-Style-Type",
20         &asn_OP_NativeInteger,
21         asn_DEF_RIC_Style_Type_tags_1,
22         sizeof(asn_DEF_RIC_Style_Type_tags_1)
23                 /sizeof(asn_DEF_RIC_Style_Type_tags_1[0]), /* 1 */
24         asn_DEF_RIC_Style_Type_tags_1,  /* Same as above */
25         sizeof(asn_DEF_RIC_Style_Type_tags_1)
26                 /sizeof(asn_DEF_RIC_Style_Type_tags_1[0]), /* 1 */
27         { 0, 0, NativeInteger_constraint },
28         0, 0,   /* No members */
29         0       /* No specifics */
30 };
31