Juha Hyttinen | ff8dccd | 2019-12-10 14:34:07 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "X2AP-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 "CauseRadioNetwork.h" |
| 9 | |
| 10 | /* |
| 11 | * This type is implemented using NativeEnumerated, |
| 12 | * so here we adjust the DEF accordingly. |
| 13 | */ |
| 14 | asn_per_constraints_t asn_PER_type_CauseRadioNetwork_constr_1 CC_NOTUSED = { |
| 15 | { APC_CONSTRAINED | APC_EXTENSIBLE, 5, 5, 0, 21 } /* (0..21,...) */, |
| 16 | { APC_UNCONSTRAINED, -1, -1, 0, 0 }, |
| 17 | 0, 0 /* No PER value map */ |
| 18 | }; |
| 19 | static const asn_INTEGER_enum_map_t asn_MAP_CauseRadioNetwork_value2enum_1[] = { |
| 20 | { 0, 36, "handover-desirable-for-radio-reasons" }, |
| 21 | { 1, 22, "time-critical-handover" }, |
| 22 | { 2, 30, "resource-optimisation-handover" }, |
| 23 | { 3, 27, "reduce-load-in-serving-cell" }, |
| 24 | { 4, 16, "partial-handover" }, |
| 25 | { 5, 26, "unknown-new-eNB-UE-X2AP-ID" }, |
| 26 | { 6, 26, "unknown-old-eNB-UE-X2AP-ID" }, |
| 27 | { 7, 26, "unknown-pair-of-UE-X2AP-ID" }, |
| 28 | { 8, 21, "ho-target-not-allowed" }, |
| 29 | { 9, 22, "tx2relocoverall-expiry" }, |
| 30 | { 10, 17, "trelocprep-expiry" }, |
| 31 | { 11, 18, "cell-not-available" }, |
| 32 | { 12, 43, "no-radio-resources-available-in-target-cell" }, |
| 33 | { 13, 19, "invalid-MME-GroupID" }, |
| 34 | { 14, 16, "unknown-MME-Code" }, |
| 35 | { 15, 63, "encryption-and-or-integrity-protection-algorithms-not-supported" }, |
| 36 | { 16, 26, "reportCharacteristicsEmpty" }, |
| 37 | { 17, 19, "noReportPeriodicity" }, |
| 38 | { 18, 21, "existingMeasurementID" }, |
| 39 | { 19, 26, "unknown-eNB-Measurement-ID" }, |
| 40 | { 20, 37, "measurement-temporarily-not-available" }, |
| 41 | { 21, 11, "unspecified" }, |
| 42 | { 22, 14, "load-balancing" }, |
| 43 | { 23, 21, "handover-optimisation" }, |
| 44 | { 24, 26, "value-out-of-allowed-range" }, |
| 45 | { 25, 27, "multiple-E-RAB-ID-instances" }, |
| 46 | { 26, 18, "switch-off-ongoing" }, |
| 47 | { 27, 23, "not-supported-QCI-value" }, |
| 48 | { 28, 40, "measurement-not-supported-for-the-object" }, |
| 49 | { 29, 17, "tDCoverall-expiry" }, |
| 50 | { 30, 14, "tDCprep-expiry" }, |
| 51 | { 31, 34, "action-desirable-for-radio-reasons" }, |
| 52 | { 32, 11, "reduce-load" }, |
| 53 | { 33, 21, "resource-optimisation" }, |
| 54 | { 34, 20, "time-critical-action" }, |
| 55 | { 35, 18, "target-not-allowed" }, |
| 56 | { 36, 28, "no-radio-resources-available" }, |
| 57 | { 37, 23, "invalid-QoS-combination" }, |
| 58 | { 38, 35, "encryption-algorithms-not-aupported" }, |
| 59 | { 39, 19, "procedure-cancelled" }, |
| 60 | { 40, 11, "rRM-purpose" }, |
| 61 | { 41, 21, "improve-user-bit-rate" }, |
| 62 | { 42, 15, "user-inactivity" }, |
| 63 | { 43, 29, "radio-connection-with-UE-lost" }, |
| 64 | { 44, 40, "failure-in-the-radio-interface-procedure" }, |
| 65 | { 45, 27, "bearer-option-not-supported" }, |
| 66 | { 46, 12, "mCG-Mobility" }, |
| 67 | { 47, 12, "sCG-Mobility" }, |
| 68 | { 48, 23, "count-reaches-max-value" }, |
| 69 | { 49, 29, "unknown-old-en-gNB-UE-X2AP-ID" }, |
| 70 | { 50, 13, "pDCP-Overload" } |
| 71 | /* This list is extensible */ |
| 72 | }; |
| 73 | static const unsigned int asn_MAP_CauseRadioNetwork_enum2value_1[] = { |
| 74 | 31, /* action-desirable-for-radio-reasons(31) */ |
| 75 | 45, /* bearer-option-not-supported(45) */ |
| 76 | 11, /* cell-not-available(11) */ |
| 77 | 48, /* count-reaches-max-value(48) */ |
| 78 | 38, /* encryption-algorithms-not-aupported(38) */ |
| 79 | 15, /* encryption-and-or-integrity-protection-algorithms-not-supported(15) */ |
| 80 | 18, /* existingMeasurementID(18) */ |
| 81 | 44, /* failure-in-the-radio-interface-procedure(44) */ |
| 82 | 0, /* handover-desirable-for-radio-reasons(0) */ |
| 83 | 23, /* handover-optimisation(23) */ |
| 84 | 8, /* ho-target-not-allowed(8) */ |
| 85 | 41, /* improve-user-bit-rate(41) */ |
| 86 | 13, /* invalid-MME-GroupID(13) */ |
| 87 | 37, /* invalid-QoS-combination(37) */ |
| 88 | 22, /* load-balancing(22) */ |
| 89 | 46, /* mCG-Mobility(46) */ |
| 90 | 28, /* measurement-not-supported-for-the-object(28) */ |
| 91 | 20, /* measurement-temporarily-not-available(20) */ |
| 92 | 25, /* multiple-E-RAB-ID-instances(25) */ |
| 93 | 36, /* no-radio-resources-available(36) */ |
| 94 | 12, /* no-radio-resources-available-in-target-cell(12) */ |
| 95 | 17, /* noReportPeriodicity(17) */ |
| 96 | 27, /* not-supported-QCI-value(27) */ |
| 97 | 50, /* pDCP-Overload(50) */ |
| 98 | 4, /* partial-handover(4) */ |
| 99 | 39, /* procedure-cancelled(39) */ |
| 100 | 40, /* rRM-purpose(40) */ |
| 101 | 43, /* radio-connection-with-UE-lost(43) */ |
| 102 | 32, /* reduce-load(32) */ |
| 103 | 3, /* reduce-load-in-serving-cell(3) */ |
| 104 | 16, /* reportCharacteristicsEmpty(16) */ |
| 105 | 33, /* resource-optimisation(33) */ |
| 106 | 2, /* resource-optimisation-handover(2) */ |
| 107 | 47, /* sCG-Mobility(47) */ |
| 108 | 26, /* switch-off-ongoing(26) */ |
| 109 | 29, /* tDCoverall-expiry(29) */ |
| 110 | 30, /* tDCprep-expiry(30) */ |
| 111 | 35, /* target-not-allowed(35) */ |
| 112 | 34, /* time-critical-action(34) */ |
| 113 | 1, /* time-critical-handover(1) */ |
| 114 | 10, /* trelocprep-expiry(10) */ |
| 115 | 9, /* tx2relocoverall-expiry(9) */ |
| 116 | 14, /* unknown-MME-Code(14) */ |
| 117 | 19, /* unknown-eNB-Measurement-ID(19) */ |
| 118 | 5, /* unknown-new-eNB-UE-X2AP-ID(5) */ |
| 119 | 6, /* unknown-old-eNB-UE-X2AP-ID(6) */ |
| 120 | 49, /* unknown-old-en-gNB-UE-X2AP-ID(49) */ |
| 121 | 7, /* unknown-pair-of-UE-X2AP-ID(7) */ |
| 122 | 21, /* unspecified(21) */ |
| 123 | 42, /* user-inactivity(42) */ |
| 124 | 24 /* value-out-of-allowed-range(24) */ |
| 125 | /* This list is extensible */ |
| 126 | }; |
| 127 | const asn_INTEGER_specifics_t asn_SPC_CauseRadioNetwork_specs_1 = { |
| 128 | asn_MAP_CauseRadioNetwork_value2enum_1, /* "tag" => N; sorted by tag */ |
| 129 | asn_MAP_CauseRadioNetwork_enum2value_1, /* N => "tag"; sorted by N */ |
| 130 | 51, /* Number of elements in the maps */ |
| 131 | 23, /* Extensions before this member */ |
| 132 | 1, /* Strict enumeration */ |
| 133 | 0, /* Native long size */ |
| 134 | 0 |
| 135 | }; |
| 136 | static const ber_tlv_tag_t asn_DEF_CauseRadioNetwork_tags_1[] = { |
| 137 | (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)) |
| 138 | }; |
| 139 | asn_TYPE_descriptor_t asn_DEF_CauseRadioNetwork = { |
| 140 | "CauseRadioNetwork", |
| 141 | "CauseRadioNetwork", |
| 142 | &asn_OP_NativeEnumerated, |
| 143 | asn_DEF_CauseRadioNetwork_tags_1, |
| 144 | sizeof(asn_DEF_CauseRadioNetwork_tags_1) |
| 145 | /sizeof(asn_DEF_CauseRadioNetwork_tags_1[0]), /* 1 */ |
| 146 | asn_DEF_CauseRadioNetwork_tags_1, /* Same as above */ |
| 147 | sizeof(asn_DEF_CauseRadioNetwork_tags_1) |
| 148 | /sizeof(asn_DEF_CauseRadioNetwork_tags_1[0]), /* 1 */ |
| 149 | { 0, &asn_PER_type_CauseRadioNetwork_constr_1, NativeEnumerated_constraint }, |
| 150 | 0, 0, /* Defined elsewhere */ |
| 151 | &asn_SPC_CauseRadioNetwork_specs_1 /* Additional specs */ |
| 152 | }; |
| 153 | |