sjana | c7d0fd5 | 2020-05-03 21:32:16 -0400 | [diff] [blame] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "E2AP-IEs" |
sjana | 28b8945 | 2020-10-22 10:05:48 -0700 | [diff] [blame] | 4 | * found in "e2ap-oran-wg3-v01.00.asn" |
sjana | c7d0fd5 | 2020-05-03 21:32:16 -0400 | [diff] [blame] | 5 | * `asn1c -fno-include-deps -fcompound-names -findirect-choice -gen-PER -no-gen-OER` |
| 6 | */ |
| 7 | |
| 8 | #include "RICcontrolHeader.h" |
| 9 | |
| 10 | /* |
| 11 | * This type is implemented using OCTET_STRING, |
| 12 | * so here we adjust the DEF accordingly. |
| 13 | */ |
| 14 | static const ber_tlv_tag_t asn_DEF_RICcontrolHeader_tags_1[] = { |
| 15 | (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)) |
| 16 | }; |
| 17 | asn_TYPE_descriptor_t asn_DEF_RICcontrolHeader = { |
| 18 | "RICcontrolHeader", |
| 19 | "RICcontrolHeader", |
| 20 | &asn_OP_OCTET_STRING, |
| 21 | asn_DEF_RICcontrolHeader_tags_1, |
| 22 | sizeof(asn_DEF_RICcontrolHeader_tags_1) |
| 23 | /sizeof(asn_DEF_RICcontrolHeader_tags_1[0]), /* 1 */ |
| 24 | asn_DEF_RICcontrolHeader_tags_1, /* Same as above */ |
| 25 | sizeof(asn_DEF_RICcontrolHeader_tags_1) |
| 26 | /sizeof(asn_DEF_RICcontrolHeader_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 | |