blob: 54f9a8f31fec42a2d2358a05b9d9019b6d35e013 [file] [log] [blame]
aa7133@att.com84bd3342020-03-16 18:04:57 +02001/*
aa7133@att.com84bd3342020-03-16 18:04:57 +02002 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2AP-IEs"
czichy2175dd32022-05-17 15:24:51 +03004 * found in "e2ap-v2.asn"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-example -no-gen-OER`
aa7133@att.com84bd3342020-03-16 18:04:57 +02006 */
7
8#include "RICcontrolOutcome.h"
9
10/*
11 * This type is implemented using OCTET_STRING,
12 * so here we adjust the DEF accordingly.
13 */
14static const ber_tlv_tag_t asn_DEF_RICcontrolOutcome_tags_1[] = {
15 (ASN_TAG_CLASS_UNIVERSAL | (4 << 2))
16};
17asn_TYPE_descriptor_t asn_DEF_RICcontrolOutcome = {
18 "RICcontrolOutcome",
19 "RICcontrolOutcome",
20 &asn_OP_OCTET_STRING,
21 asn_DEF_RICcontrolOutcome_tags_1,
22 sizeof(asn_DEF_RICcontrolOutcome_tags_1)
23 /sizeof(asn_DEF_RICcontrolOutcome_tags_1[0]), /* 1 */
24 asn_DEF_RICcontrolOutcome_tags_1, /* Same as above */
25 sizeof(asn_DEF_RICcontrolOutcome_tags_1)
26 /sizeof(asn_DEF_RICcontrolOutcome_tags_1[0]), /* 1 */
27 { 0, 0, OCTET_STRING_constraint },
28 0, 0, /* No members */
29 &asn_SPC_OCTET_STRING_specs /* Additional specs */
30};
31