blob: 77fea6d537d8eeb68e4bf93a67a0bbac36ff05e2 [file] [log] [blame]
Juha Hyttinenff8dccd2019-12-10 14:34:07 +02001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-gNB-X2-IEs"
4 * found in "Spec/e2_and_x2-combined-and-minimized.asn1"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6 */
7
8#include "Style-ID.h"
9
10/*
11 * This type is implemented using NativeInteger,
12 * so here we adjust the DEF accordingly.
13 */
14static const ber_tlv_tag_t asn_DEF_Style_ID_tags_1[] = {
15 (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
16};
17asn_TYPE_descriptor_t asn_DEF_Style_ID = {
18 "Style-ID",
19 "Style-ID",
20 &asn_OP_NativeInteger,
21 asn_DEF_Style_ID_tags_1,
22 sizeof(asn_DEF_Style_ID_tags_1)
23 /sizeof(asn_DEF_Style_ID_tags_1[0]), /* 1 */
24 asn_DEF_Style_ID_tags_1, /* Same as above */
25 sizeof(asn_DEF_Style_ID_tags_1)
26 /sizeof(asn_DEF_Style_ID_tags_1[0]), /* 1 */
27 { 0, 0, NativeInteger_constraint },
28 0, 0, /* No members */
29 0 /* No specifics */
30};
31