blob: 1de668a27f1e1402117d48c9ceac41519552a48b [file] [log] [blame]
Peter Szilagyifbc56f92019-07-23 19:29:46 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-PDU-Contents"
kalnagy1455c852019-10-21 13:06:23 +02004 * found in "X2AP-15-4-0.asn1"
5 * `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
Peter Szilagyifbc56f92019-07-23 19:29:46 +00006 */
7
8#include "SgNBReleaseRequestReject.h"
9
kalnagy1455c852019-10-21 13:06:23 +020010static asn_TYPE_member_t asn_MBR_SgNBReleaseRequestReject_1[] = {
Peter Szilagyifbc56f92019-07-23 19:29:46 +000011 { ATF_NOFLAGS, 0, offsetof(struct SgNBReleaseRequestReject, protocolIEs),
12 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13 -1, /* IMPLICIT tag at current level */
kalnagy1455c852019-10-21 13:06:23 +020014 &asn_DEF_ProtocolIE_Container_7632P76,
Peter Szilagyifbc56f92019-07-23 19:29:46 +000015 0,
16 { 0, 0, 0 },
17 0, 0, /* No default value */
18 "protocolIEs"
19 },
20};
21static const ber_tlv_tag_t asn_DEF_SgNBReleaseRequestReject_tags_1[] = {
22 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
23};
24static const asn_TYPE_tag2member_t asn_MAP_SgNBReleaseRequestReject_tag2el_1[] = {
25 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* protocolIEs */
26};
kalnagy1455c852019-10-21 13:06:23 +020027static asn_SEQUENCE_specifics_t asn_SPC_SgNBReleaseRequestReject_specs_1 = {
Peter Szilagyifbc56f92019-07-23 19:29:46 +000028 sizeof(struct SgNBReleaseRequestReject),
29 offsetof(struct SgNBReleaseRequestReject, _asn_ctx),
30 asn_MAP_SgNBReleaseRequestReject_tag2el_1,
31 1, /* Count of tags in the map */
32 0, 0, 0, /* Optional elements (not needed) */
33 1, /* First extension addition */
34};
35asn_TYPE_descriptor_t asn_DEF_SgNBReleaseRequestReject = {
36 "SgNBReleaseRequestReject",
37 "SgNBReleaseRequestReject",
38 &asn_OP_SEQUENCE,
39 asn_DEF_SgNBReleaseRequestReject_tags_1,
40 sizeof(asn_DEF_SgNBReleaseRequestReject_tags_1)
41 /sizeof(asn_DEF_SgNBReleaseRequestReject_tags_1[0]), /* 1 */
42 asn_DEF_SgNBReleaseRequestReject_tags_1, /* Same as above */
43 sizeof(asn_DEF_SgNBReleaseRequestReject_tags_1)
44 /sizeof(asn_DEF_SgNBReleaseRequestReject_tags_1[0]), /* 1 */
45 { 0, 0, SEQUENCE_constraint },
46 asn_MBR_SgNBReleaseRequestReject_1,
47 1, /* Elements count */
48 &asn_SPC_SgNBReleaseRequestReject_specs_1 /* Additional specs */
49};
50