ss412g | 1a79bdf | 2019-10-24 12:03:05 +0300 | [diff] [blame] | 1 | /* |
ss412g | 1a79bdf | 2019-10-24 12:03:05 +0300 | [diff] [blame] | 2 | * Copyright 2019 AT&T Intellectual Property |
| 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * |
| 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | * |
| 10 | * Unless required by applicable law or agreed to in writing, software |
| 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. |
ss412g | 1a79bdf | 2019-10-24 12:03:05 +0300 | [diff] [blame] | 15 | */ |
| 16 | |
nm755n | 2e26814 | 2019-11-28 16:40:23 +0000 | [diff] [blame] | 17 | /* |
| 18 | * This source code is part of the near-RT RIC (RAN Intelligent Controller) |
| 19 | * platform project (RICP). |
| 20 | */ |
| 21 | |
| 22 | |
ss412g | 1a79bdf | 2019-10-24 12:03:05 +0300 | [diff] [blame] | 23 | |
| 24 | /* |
| 25 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 26 | * From ASN.1 module "E2AP-PDU-Contents" |
| 27 | * found in "../../asnFiles/e2ap-v031.asn" |
| 28 | * `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.` |
| 29 | */ |
| 30 | |
| 31 | #include "RICaction-ToBeSetup-Item.h" |
| 32 | |
| 33 | #include "RICsubsequentAction.h" |
| 34 | static asn_TYPE_member_t asn_MBR_RICaction_ToBeSetup_Item_1[] = { |
| 35 | { ATF_NOFLAGS, 0, offsetof(struct RICaction_ToBeSetup_Item, ricActionID), |
| 36 | (ASN_TAG_CLASS_CONTEXT | (0 << 2)), |
| 37 | -1, /* IMPLICIT tag at current level */ |
| 38 | &asn_DEF_RICactionID, |
| 39 | 0, |
| 40 | { 0, 0, 0 }, |
| 41 | 0, 0, /* No default value */ |
| 42 | "ricActionID" |
| 43 | }, |
| 44 | { ATF_NOFLAGS, 0, offsetof(struct RICaction_ToBeSetup_Item, ricActionType), |
| 45 | (ASN_TAG_CLASS_CONTEXT | (1 << 2)), |
| 46 | -1, /* IMPLICIT tag at current level */ |
| 47 | &asn_DEF_RICactionType, |
| 48 | 0, |
| 49 | { 0, 0, 0 }, |
| 50 | 0, 0, /* No default value */ |
| 51 | "ricActionType" |
| 52 | }, |
| 53 | { ATF_POINTER, 2, offsetof(struct RICaction_ToBeSetup_Item, ricActionDefinition), |
| 54 | (ASN_TAG_CLASS_CONTEXT | (2 << 2)), |
| 55 | -1, /* IMPLICIT tag at current level */ |
| 56 | &asn_DEF_RICactionDefinition, |
| 57 | 0, |
| 58 | { 0, 0, 0 }, |
| 59 | 0, 0, /* No default value */ |
| 60 | "ricActionDefinition" |
| 61 | }, |
| 62 | { ATF_POINTER, 1, offsetof(struct RICaction_ToBeSetup_Item, ricSubsequentAction), |
| 63 | (ASN_TAG_CLASS_CONTEXT | (3 << 2)), |
| 64 | -1, /* IMPLICIT tag at current level */ |
| 65 | &asn_DEF_RICsubsequentAction, |
| 66 | 0, |
| 67 | { 0, 0, 0 }, |
| 68 | 0, 0, /* No default value */ |
| 69 | "ricSubsequentAction" |
| 70 | }, |
| 71 | }; |
| 72 | static const int asn_MAP_RICaction_ToBeSetup_Item_oms_1[] = { 2, 3 }; |
| 73 | static const ber_tlv_tag_t asn_DEF_RICaction_ToBeSetup_Item_tags_1[] = { |
| 74 | (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) |
| 75 | }; |
| 76 | static const asn_TYPE_tag2member_t asn_MAP_RICaction_ToBeSetup_Item_tag2el_1[] = { |
| 77 | { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ricActionID */ |
| 78 | { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ricActionType */ |
| 79 | { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ricActionDefinition */ |
| 80 | { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* ricSubsequentAction */ |
| 81 | }; |
| 82 | static asn_SEQUENCE_specifics_t asn_SPC_RICaction_ToBeSetup_Item_specs_1 = { |
| 83 | sizeof(struct RICaction_ToBeSetup_Item), |
| 84 | offsetof(struct RICaction_ToBeSetup_Item, _asn_ctx), |
| 85 | asn_MAP_RICaction_ToBeSetup_Item_tag2el_1, |
| 86 | 4, /* Count of tags in the map */ |
| 87 | asn_MAP_RICaction_ToBeSetup_Item_oms_1, /* Optional members */ |
| 88 | 2, 0, /* Root/Additions */ |
| 89 | 4, /* First extension addition */ |
| 90 | }; |
| 91 | asn_TYPE_descriptor_t asn_DEF_RICaction_ToBeSetup_Item = { |
| 92 | "RICaction-ToBeSetup-Item", |
| 93 | "RICaction-ToBeSetup-Item", |
| 94 | &asn_OP_SEQUENCE, |
| 95 | asn_DEF_RICaction_ToBeSetup_Item_tags_1, |
| 96 | sizeof(asn_DEF_RICaction_ToBeSetup_Item_tags_1) |
| 97 | /sizeof(asn_DEF_RICaction_ToBeSetup_Item_tags_1[0]), /* 1 */ |
| 98 | asn_DEF_RICaction_ToBeSetup_Item_tags_1, /* Same as above */ |
| 99 | sizeof(asn_DEF_RICaction_ToBeSetup_Item_tags_1) |
| 100 | /sizeof(asn_DEF_RICaction_ToBeSetup_Item_tags_1[0]), /* 1 */ |
| 101 | { 0, 0, SEQUENCE_constraint }, |
| 102 | asn_MBR_RICaction_ToBeSetup_Item_1, |
| 103 | 4, /* Elements count */ |
| 104 | &asn_SPC_RICaction_ToBeSetup_Item_specs_1 /* Additional specs */ |
| 105 | }; |
| 106 | |