From Clemens Auer:
[obnox/wireshark/wip.git] / asn1 / nbap / nbap.cnf
1 # nbap.cnf
2 # nbap conformation file
3 # Copyright 2005 Anders Broman
4 # $Id$
5
6 #.OPT
7 PER
8 ALIGNED
9 #.END
10
11 #.PDU
12 NBAP-PDU
13
14 #.MAKE_DEFINES
15 ProcedureCode
16
17 #.MAKE_ENUM
18 ProtocolIE-ID
19 ProcedureID/ddMode
20
21 #.USE_VALS_EXT
22 ProtocolIE-ID
23 CommonMeasurementType
24 E-AGCH-UE-Inactivity-Monitor-Threshold
25 DedicatedMeasurementType
26 E-DCH-MACdFlow-Retransmission-Timer
27 MeasurementFilterCoefficient
28 TDD-ChannelisationCode
29 TDD-ChannelisationCode768
30 Process-Memory-Size
31 DiscardTimer
32
33 #.TYPE_RENAME
34 ProcedureID/ddMode DdMode
35
36 ProtocolIE-Field/value     ProtocolIE_Field_value
37 PrivateIE-Field/value      PrivateIE_Field_value
38 InitiatingMessage/value    InitiatingMessage_value
39 SuccessfulOutcome/value    SuccessfulOutcome_value
40 UnsuccessfulOutcome/value  UnsuccessfulOutcome_value
41 Outcome/value              Outcome_value
42
43 MidambleShiftAndBurstType/type1     Type1
44 MidambleShiftAndBurstType768/type1  Type7681
45 MidambleShiftAndBurstType/type2     Type2
46 MidambleShiftAndBurstType768/type2  Type7682
47 MidambleShiftAndBurstType/type3     Type3
48 MidambleShiftAndBurstType768/type3  Type7683
49
50 MidambleShiftAndBurstType/type1/midambleAllocationMode     MidambleAllocationMode1
51 MidambleShiftAndBurstType/type2/midambleAllocationMode     MidambleAllocationMode2
52 MidambleShiftAndBurstType/type3/midambleAllocationMode     MidambleAllocationMode3
53 MidambleShiftAndBurstType768/type1/midambleAllocationMode  MidambleAllocationMode7681
54 MidambleShiftAndBurstType768/type2/midambleAllocationMode  MidambleAllocationMode7682
55 MidambleShiftAndBurstType768/type3/midambleAllocationMode  MidambleAllocationMode7683
56
57 #.FIELD_RENAME
58 InitiatingMessage/value initiatingMessagevalue
59 UnsuccessfulOutcome/value unsuccessfulOutcome_value
60 SuccessfulOutcome/value successfulOutcome_value
61 Outcome/value outcome_value
62 PrivateIE-Field/value private_value
63 ProtocolIE-Field/value ie_field_value
64 DL-HS-PDSCH-Timeslot-InformationItem-LCR-PSCH-ReconfRqst/timeSlot timeSlotLCR
65 E-PUCH-Timeslot-Item-InfoLCR/timeSlot timeSlotLCR
66
67 CellSyncBurstTiming/initialPhase initialPhase_0_1048575
68
69
70 #.OMIT_ASSIGNMENT
71 Presence
72 ProtocolIE-FieldPair
73 ProtocolIE-ContainerList
74 ProtocolIE-ContainerPair
75 ProtocolIE-ContainerPairList
76 #.END
77
78 #.FN_PARS ProtocolIE-ID  VAL_PTR = &ProtocolIE_ID
79 #.FN_FTR ProtocolIE-ID
80   if (tree) {
81     proto_item_append_text(proto_item_get_parent_nth(actx->created_item, 2), ": %s", val_to_str_ext(ProtocolIE_ID, &nbap_ProtocolIE_ID_vals_ext, "unknown (%d)"));
82   }
83 #.END
84
85 #.FN_PARS ProtocolIE-Field/value  FN_VARIANT=_pdu_new  TYPE_REF_FN=dissect_ProtocolIEFieldValue
86
87 #.FN_PARS ProtocolExtensionField/extensionValue  FN_VARIANT=_pdu_new  TYPE_REF_FN=dissect_ProtocolExtensionFieldExtensionValue
88
89 #.FN_PARS  ProcedureCode  VAL_PTR = &ProcedureCode
90 #.FN_FTR ProcedureCode
91      col_add_fstr(actx->pinfo->cinfo, COL_INFO, "%s ",
92                  val_to_str(ProcedureCode, nbap_ProcedureCode_vals,
93                             "unknown message"));
94 #.END
95 #.FN_PARS ProcedureID/ddMode VAL_PTR = &ddMode
96
97 #.FN_HDR ProcedureID
98   ProcedureCode = 0xFFFF;
99   ddMode = 0xFFFF;
100   ProcedureID = NULL;
101 #.END
102
103 #.FN_FTR ProcedureID
104   ProcedureID = ep_strdup_printf("%s/%s",
105                                  val_to_str(ProcedureCode, VALS(nbap_ProcedureCode_vals), "unknown(%u)"),
106                                  val_to_str(ddMode, VALS(nbap_DdMode_vals), "unknown(%u)"));
107 #.END
108
109 #.FN_PARS InitiatingMessage/value  FN_VARIANT=_pdu_new  TYPE_REF_FN=dissect_InitiatingMessageValue
110
111 #.FN_PARS SuccessfulOutcome/value  FN_VARIANT=_pdu_new  TYPE_REF_FN=dissect_SuccessfulOutcomeValue
112
113 #.FN_PARS UnsuccessfulOutcome/value  FN_VARIANT=_pdu_new  TYPE_REF_FN=dissect_UnsuccessfulOutcomeValue
114
115 #.FN_BODY TransportLayerAddress VAL_PTR = &parameter_tvb
116   tvbuff_t *parameter_tvb=NULL;
117   proto_tree *subtree;
118   gint tvb_len;
119
120 %(DEFAULT_BODY)s
121   if (!parameter_tvb)
122     return offset;
123 # TransportLayerAddress ::= BIT STRING (SIZE (1..160, ...))
124 # Asume 4 bytes used in case of IPv4
125         /* Get the length */
126         tvb_len = tvb_length(parameter_tvb);
127         subtree = proto_item_add_subtree(actx->created_item, ett_nbap_TransportLayerAddress);
128         if (tvb_len==4){
129                 /* IPv4 */
130                  proto_tree_add_item(subtree, hf_nbap_transportLayerAddress_ipv4, parameter_tvb, 0, tvb_len, FALSE);
131         }
132         if (tvb_len==16){
133                 /* IPv6 */
134                  proto_tree_add_item(subtree, hf_nbap_transportLayerAddress_ipv6, parameter_tvb, 0, tvb_len, FALSE);
135         }
136
137 #.REGISTER_NEW
138
139 #NBAP-PROTOCOL-IES
140 TUTRANGPSMeasurementValueInformation N nbap.ies id-TUTRANGPSMeasurementValueInformation
141 SFNSFNMeasurementValueInformation  N nbap.ies id-SFNSFNMeasurementValueInformation
142 TransmittedCarrierPowerOfAllCodesNotUsedForHSTransmissionValue N nbap.ies id-TransmittedCarrierPowerOfAllCodesNotUsedForHSTransmission
143 HS-DSCHRequiredPower               N nbap.ies id-HS-DSCHRequiredPowerValueInformation
144 HS-DSCHProvidedBitRate             N nbap.ies id-HS-DSCHProvidedBitRateValueInformation
145 Transmitted-Carrier-Power-For-CellPortion-Value N nbap.ies id-Transmitted-Carrier-Power-For-CellPortion-Value
146 Received-total-wide-band-power-For-CellPortion-Value N nbap.ies id-Received-total-wide-band-power-For-CellPortion-Value
147 TransmittedCarrierPowerOfAllCodesNotUsedForHS-PDSCH-HS-SCCH-E-AGCH-E-RGCHOrE-HICHTransmissionCellPortionValue N nbap.ies id-TransmittedCarrierPowerOfAllCodesNotUsedForHS-PDSCH-HS-SCCH-E-AGCH-E-RGCHOrE-HICHTransmissionCellPortionValue
148 UpPTSInterferenceValue             N nbap.ies id-UpPTSInterferenceValue
149 DLTransmissionBranchLoadValue      N nbap.ies id-DLTransmissionBranchLoadValue
150 HS-DSCHRequiredPowerValueInformation-For-CellPortion N nbap.ies id-HS-DSCHRequiredPowerValueInformation-For-CellPortion
151 HS-DSCHProvidedBitRateValueInformation-For-CellPortion N nbap.ies id-HS-DSCHProvidedBitRateValueInformation-For-CellPortion
152 E-DCHProvidedBitRate               N nbap.ies id-E-DCHProvidedBitRateValueInformation
153 E-DCH-Non-serving-Relative-Grant-Down-Commands N nbap.ies id-E-DCH-Non-serving-Relative-Grant-Down-CommandsValue
154 Received-Scheduled-EDCH-Power-Share-Value N nbap.ies id-Received-Scheduled-EDCH-Power-Share-Value
155 Received-Scheduled-EDCH-Power-Share-For-CellPortion-Value N nbap.ies id-Received-Scheduled-EDCH-Power-Share-For-CellPortion-Value
156 TUTRANGANSSMeasurementValueInformation N nbap.ies id-TUTRANGANSSMeasurementValueInformation
157 Rx-Timing-Deviation-Value-LCR      N nbap.ies id-Rx-Timing-Deviation-Value-LCR
158 Angle-Of-Arrival-Value-LCR         N nbap.ies id-Angle-Of-Arrival-Value-LCR
159 HS-SICH-Reception-Quality-Value    N nbap.ies id-HS-SICH-Reception-Quality
160 Best-Cell-Portions-Value           N nbap.ies id-Best-Cell-Portions-Value
161 Rx-Timing-Deviation-Value-768      N nbap.ies id-Rx-Timing-Deviation-Value-768
162 Rx-Timing-Deviation-Value-384-ext  N nbap.ies id-Rx-Timing-Deviation-Value-384-ext
163 Extended-Round-Trip-Time-Value     N nbap.ies id-Extended-Round-Trip-Time-Value
164 NeighbouringTDDCellMeasurementInformationLCR N nbap.ies id-neighbouringTDDCellMeasurementInformationLCR
165 NeighbouringTDDCellMeasurementInformation768 N nbap.ies id-neighbouringTDDCellMeasurementInformation768
166 ReportCharacteristicsType-OnModification N nbap.ies id-ReportCharacteristicsType-OnModification
167 Transmitted-Carrier-Power-Value    N nbap.ies id-Transmitted-Carrier-Power-For-CellPortion
168 Received-total-wide-band-power-Value-IncrDecrThres N nbap.ies id-Received-total-wide-band-power-For-CellPortion
169 TransmittedCarrierPowerOfAllCodesNotUsedForHSTransmissionValue N nbap.ies id-TransmittedCarrierPowerOfAllCodesNotUsedForHS-PDSCH-HS-SCCH-E-AGCH-E-RGCHOrE-HICHTransmissionCellPortion
170 RSEPS-Value-IncrDecrThres          N nbap.ies id-Received-Scheduled-EDCH-Power-Share
171 TUTRANGPSMeasurementThresholdInformation N nbap.ies id-TUTRANGPSMeasurementThresholdInformation
172 SFNSFNMeasurementThresholdInformation N nbap.ies id-SFNSFNMeasurementThresholdInformation
173 HS-SICH-Reception-Quality-Measurement-Value N nbap.ies id-HS-SICH-Reception-Quality-Measurement-Value
174 HS-DSCHRequiredPowerValue          N nbap.ies id-HS-DSCHRequiredPowerValue
175 HS-DSCHRequiredPowerValue          N nbap.ies id-HS-DSCHRequiredPowerValue-For-Cell-Portion
176 RSEPS-Value-IncrDecrThres          N nbap.ies id-Received-Scheduled-EDCH-Power-Share-For-CellPortion
177 HS-SICH-Reception-Quality-Measurement-Value N nbap.ies id-Additional-HS-SICH-Reception-Quality-Measurement-Value
178 TUTRANGANSSMeasurementThresholdInformation N nbap.ies id-TUTRANGANSSMeasurementThresholdInformation
179 C-ID                               N nbap.ies id-C-ID
180 ConfigurationGenerationID          N nbap.ies id-ConfigurationGenerationID
181 CommonPhysicalChannelType-CTCH-SetupRqstFDD N nbap.ies id-CommonPhysicalChannelType-CTCH-SetupRqstFDD
182 FACH-ParametersListIE-CTCH-SetupRqstFDD N nbap.ies id-FACH-ParametersListIE-CTCH-SetupRqstFDD
183 PCH-ParametersItem-CTCH-SetupRqstFDD N nbap.ies id-PCH-ParametersItem-CTCH-SetupRqstFDD
184 RACH-ParametersItem-CTCH-SetupRqstFDD N nbap.ies id-RACH-ParametersItem-CTCH-SetupRqstFDD
185 CommonPhysicalChannelType-CTCH-SetupRqstTDD N nbap.ies id-CommonPhysicalChannelType-CTCH-SetupRqstTDD
186 Secondary-CCPCH-parameterListIE-CTCH-SetupRqstTDD N nbap.ies id-Secondary-CCPCH-parameterListIE-CTCH-SetupRqstTDD
187 Secondary-CCPCH-LCR-parameterList-CTCH-SetupRqstTDD N nbap.ies id-Secondary-CCPCH-LCR-parameterList-CTCH-SetupRqstTDD
188 FACH-ParametersListIE-CTCH-SetupRqstTDD N nbap.ies id-FACH-ParametersListIE-CTCH-SetupRqstTDD
189 PCH-ParametersItem-CTCH-SetupRqstTDD N nbap.ies id-PCH-ParametersItem-CTCH-SetupRqstTDD
190 PICH-ParametersItem-CTCH-SetupRqstTDD N nbap.ies id-PICH-ParametersItem-CTCH-SetupRqstTDD
191 PICH-LCR-Parameters-CTCH-SetupRqstTDD N nbap.ies id-PICH-LCR-Parameters-CTCH-SetupRqstTDD
192 PRACH-ParametersItem-CTCH-SetupRqstTDD N nbap.ies id-PRACH-ParametersItem-CTCH-SetupRqstTDD
193 PRACH-LCR-ParametersList-CTCH-SetupRqstTDD N nbap.ies id-PRACH-LCR-ParametersList-CTCH-SetupRqstTDD
194 RACH-ParameterItem-CTCH-SetupRqstTDD N nbap.ies id-RACH-ParameterItem-CTCH-SetupRqstTDD
195 FACH-CommonTransportChannel-InformationResponse N nbap.ies id-FACH-ParametersList-CTCH-SetupRsp
196 CommonTransportChannel-InformationResponse N nbap.ies id-PCH-Parameters-CTCH-SetupRsp
197 CommonTransportChannel-InformationResponse N nbap.ies id-RACH-Parameters-CTCH-SetupRsp
198 CriticalityDiagnostics             N nbap.ies id-CriticalityDiagnostics
199 Cause                              N nbap.ies id-Cause
200 CommonPhysicalChannelType-CTCH-ReconfRqstFDD N nbap.ies id-CommonPhysicalChannelType-CTCH-ReconfRqstFDD
201 FACH-ParametersListIE-CTCH-ReconfRqstFDD N nbap.ies id-FACH-ParametersListIE-CTCH-ReconfRqstFDD
202 PCH-ParametersItem-CTCH-ReconfRqstFDD N nbap.ies id-PCH-ParametersItem-CTCH-ReconfRqstFDD
203 PICH-ParametersItem-CTCH-ReconfRqstFDD N nbap.ies id-PICH-ParametersItem-CTCH-ReconfRqstFDD
204 PRACH-ParametersListIE-CTCH-ReconfRqstFDD N nbap.ies id-PRACH-ParametersListIE-CTCH-ReconfRqstFDD
205 AICH-ParametersListIE-CTCH-ReconfRqstFDD N nbap.ies id-AICH-ParametersListIE-CTCH-ReconfRqstFDD
206 Secondary-CCPCH-Parameters-CTCH-ReconfRqstTDD N nbap.ies id-Secondary-CCPCH-Parameters-CTCH-ReconfRqstTDD
207 PICH-Parameters-CTCH-ReconfRqstTDD N nbap.ies id-PICH-Parameters-CTCH-ReconfRqstTDD
208 FACH-ParametersList-CTCH-ReconfRqstTDD N nbap.ies id-FACH-ParametersList-CTCH-ReconfRqstTDD
209 PCH-Parameters-CTCH-ReconfRqstTDD  N nbap.ies id-PCH-Parameters-CTCH-ReconfRqstTDD
210 Secondary-CCPCHListIE-CTCH-ReconfRqstTDD N nbap.ies id-Secondary-CCPCHListIE-CTCH-ReconfRqstTDD
211 CommonPhysicalChannelID            N nbap.ies id-CommonPhysicalChannelID
212 BlockingPriorityIndicator          N nbap.ies id-BlockingPriorityIndicator
213 ShutdownTimer                      N nbap.ies id-ShutdownTimer
214 Start-Of-Audit-Sequence-Indicator  N nbap.ies id-Start-Of-Audit-Sequence-Indicator
215 End-Of-Audit-Sequence-Indicator    N nbap.ies id-End-Of-Audit-Sequence-Indicator
216 Cell-InformationList-AuditRsp      N nbap.ies id-Cell-InformationList-AuditRsp
217 CCP-InformationList-AuditRsp       N nbap.ies id-CCP-InformationList-AuditRsp
218 Local-Cell-InformationList-AuditRsp N nbap.ies id-Local-Cell-InformationList-AuditRsp
219 Local-Cell-Group-InformationList-AuditRsp N nbap.ies id-Local-Cell-Group-InformationList-AuditRsp
220 Cell-InformationItem-AuditRsp      N nbap.ies id-Cell-InformationItem-AuditRsp
221 Common-PhysicalChannel-Status-Information N nbap.ies id-P-SCH-Information
222 Common-PhysicalChannel-Status-Information N nbap.ies id-S-SCH-Information
223 Common-PhysicalChannel-Status-Information N nbap.ies id-P-CPICH-Information
224 Common-PhysicalChannel-Status-Information N nbap.ies id-S-CPICH-Information
225 Common-PhysicalChannel-Status-Information N nbap.ies id-P-CCPCH-Information
226 Common-TransportChannel-Status-Information N nbap.ies id-BCH-Information
227 Common-PhysicalChannel-Status-Information N nbap.ies id-S-CCPCH-Information
228 Common-TransportChannel-Status-Information N nbap.ies id-PCH-Information
229 Common-PhysicalChannel-Status-Information N nbap.ies id-PICH-Information
230 Common-TransportChannel-Status-Information N nbap.ies id-FACH-Information
231 Common-PhysicalChannel-Status-Information N nbap.ies id-PRACH-Information
232 Common-TransportChannel-Status-Information N nbap.ies id-RACH-Information
233 Common-PhysicalChannel-Status-Information N nbap.ies id-AICH-Information
234 Common-PhysicalChannel-Status-Information N nbap.ies id-SCH-Information
235 CCP-InformationItem-AuditRsp       N nbap.ies id-CCP-InformationItem-AuditRsp
236 Common-PhysicalChannel-Status-Information N nbap.ies id-FPACH-LCR-Information-AuditRsp
237 Common-PhysicalChannel-Status-Information768 N nbap.ies id-S-CCPCH-768-Information-AuditRsp
238 Common-PhysicalChannel-Status-Information768 N nbap.ies id-PRACH-768-Information
239 Local-Cell-InformationItem-AuditRsp N nbap.ies id-Local-Cell-InformationItem-AuditRsp
240 Local-Cell-Group-InformationItem-AuditRsp N nbap.ies id-Local-Cell-Group-InformationItem-AuditRsp
241 Power-Local-Cell-Group-InformationItem-AuditRsp N nbap.ies id-Power-Local-Cell-Group-InformationItem-AuditRsp
242 Common-PhysicalChannel-Status-Information N nbap.ies id-PLCCH-Information-AuditRsp
243 Common-PhysicalChannel-Status-Information N nbap.ies id-E-RUCCH-Information
244 Common-PhysicalChannel-Status-Information768 N nbap.ies id-E-RUCCH-768-Information
245 MeasurementID                      N nbap.ies id-MeasurementID
246 CommonMeasurementObjectType-CM-Rqst N nbap.ies id-CommonMeasurementObjectType-CM-Rqst
247 CommonMeasurementType              N nbap.ies id-CommonMeasurementType
248 MeasurementFilterCoefficient       N nbap.ies id-MeasurementFilterCoefficient
249 ReportCharacteristics              N nbap.ies id-ReportCharacteristics
250 FNReportingIndicator               N nbap.ies id-SFNReportingIndicator
251 SFN                                N nbap.ies id-SFN
252 PowerLocalCellGroup-CM-Rqst        N nbap.ies id-Power-Local-Cell-Group-choice-CM-Rqst
253 CommonMeasurementObjectType-CM-Rsp N nbap.ies id-CommonMeasurementObjectType-CM-Rsp
254 PowerLocalCellGroup-CM-Rsp         N nbap.ies id-Power-Local-Cell-Group-choice-CM-Rsp
255 CommonMeasurementObjectType-CM-Rprt N nbap.ies id-CommonMeasurementObjectType-CM-Rprt
256 PowerLocalCellGroup-CM-Rprt        N nbap.ies id-Power-Local-Cell-Group-choice-CM-Rprt
257 Local-Cell-ID                      N nbap.ies id-Local-Cell-ID
258 T-Cell                             N nbap.ies id-T-Cell
259 UARFCN                             N nbap.ies id-UARFCNforNu
260 UARFCN                             N nbap.ies id-UARFCNforNd
261 MaximumTransmissionPower           N nbap.ies id-MaximumTransmissionPower
262 Closedlooptimingadjustmentmode     N nbap.ies id-Closed-Loop-Timing-Adjustment-Mode
263 PrimaryScramblingCode              N nbap.ies id-PrimaryScramblingCode
264 Synchronisation-Configuration-Cell-SetupRqst N nbap.ies id-Synchronisation-Configuration-Cell-SetupRqst
265 DL-TPC-Pattern01Count              N nbap.ies id-DL-TPC-Pattern01Count
266 PrimarySCH-Information-Cell-SetupRqstFDD N nbap.ies id-PrimarySCH-Information-Cell-SetupRqstFDD
267 SecondarySCH-Information-Cell-SetupRqstFDD N nbap.ies id-SecondarySCH-Information-Cell-SetupRqstFDD
268 PrimaryCPICH-Information-Cell-SetupRqstFDD N nbap.ies id-PrimaryCPICH-Information-Cell-SetupRqstFDD
269 SecondaryCPICH-InformationList-Cell-SetupRqstFDD N nbap.ies id-SecondaryCPICH-InformationList-Cell-SetupRqstFDD
270 PrimaryCCPCH-Information-Cell-SetupRqstFDD N nbap.ies id-PrimaryCCPCH-Information-Cell-SetupRqstFDD
271 Limited-power-increase-information-Cell-SetupRqstFDD N nbap.ies id-Limited-power-increase-information-Cell-SetupRqstFDD
272 SecondaryCPICH-InformationItem-Cell-SetupRqstFDD N nbap.ies id-SecondaryCPICH-InformationItem-Cell-SetupRqstFDD
273 CellPortion-InformationItem-Cell-SetupRqstFDD N nbap.ies id-CellPortion-InformationItem-Cell-SetupRqstFDD
274 UARFCN                             N nbap.ies id-UARFCNforNt
275 CellParameterID                    N nbap.ies id-CellParameterID
276 TransmissionDiversityApplied       N nbap.ies id-TransmissionDiversityApplied
277 SyncCase                           N nbap.ies id-SyncCase
278 ConstantValue                      N nbap.ies id-DPCHConstant
279 ConstantValue                      N nbap.ies id-PUSCHConstant
280 ConstantValue                      N nbap.ies id-PRACHConstant
281 TimingAdvanceApplied               N nbap.ies id-TimingAdvanceApplied
282 SCH-Information-Cell-SetupRqstTDD  N nbap.ies id-SCH-Information-Cell-SetupRqstTDD
283 PCCPCH-Information-Cell-SetupRqstTDD N nbap.ies id-PCCPCH-Information-Cell-SetupRqstTDD
284 TimeSlotConfigurationList-Cell-SetupRqstTDD N nbap.ies id-TimeSlotConfigurationList-Cell-SetupRqstTDD
285 SyncCaseIndicatorItem-Cell-SetupRqstTDD-PSCH N nbap.ies id-SyncCaseIndicatorItem-Cell-SetupRqstTDD-PSCH
286 Synchronisation-Configuration-Cell-ReconfRqst N nbap.ies id-Synchronisation-Configuration-Cell-ReconfRqst
287 PrimarySCH-Information-Cell-ReconfRqstFDD N nbap.ies id-PrimarySCH-Information-Cell-ReconfRqstFDD
288 SecondarySCH-Information-Cell-ReconfRqstFDD N nbap.ies id-SecondarySCH-Information-Cell-ReconfRqstFDD
289 PrimaryCPICH-Information-Cell-ReconfRqstFDD N nbap.ies id-PrimaryCPICH-Information-Cell-ReconfRqstFDD
290 SecondaryCPICH-InformationList-Cell-ReconfRqstFDD N nbap.ies id-SecondaryCPICH-InformationList-Cell-ReconfRqstFDD
291 PrimaryCCPCH-Information-Cell-ReconfRqstFDD N nbap.ies id-PrimaryCCPCH-Information-Cell-ReconfRqstFDD
292 SecondaryCPICH-InformationItem-Cell-ReconfRqstFDD N nbap.ies id-SecondaryCPICH-InformationItem-Cell-ReconfRqstFDD
293 CellPortion-InformationItem-Cell-ReconfRqstFDD N nbap.ies id-CellPortion-InformationItem-Cell-ReconfRqstFDD
294 SCH-Information-Cell-ReconfRqstTDD N nbap.ies id-SCH-Information-Cell-ReconfRqstTDD
295 PCCPCH-Information-Cell-ReconfRqstTDD N nbap.ies id-PCCPCH-Information-Cell-ReconfRqstTDD
296 TimeSlotConfigurationList-Cell-ReconfRqstTDD N nbap.ies id-TimeSlotConfigurationList-Cell-ReconfRqstTDD
297 IndicationType-ResourceStatusInd   N nbap.ies id-IndicationType-ResourceStatusInd
298 Local-Cell-InformationItem-ResourceStatusInd N nbap.ies id-Local-Cell-InformationItem-ResourceStatusInd
299 Local-Cell-Group-InformationItem-ResourceStatusInd N nbap.ies id-Local-Cell-Group-InformationItem-ResourceStatusInd
300 Power-Local-Cell-Group-InformationItem-ResourceStatusInd N nbap.ies id-Power-Local-Cell-Group-InformationItem-ResourceStatusInd
301 Local-Cell-InformationItem2-ResourceStatusInd N nbap.ies id-Local-Cell-InformationItem2-ResourceStatusInd
302 Local-Cell-Group-InformationItem2-ResourceStatusInd N nbap.ies id-Local-Cell-Group-InformationItem2-ResourceStatusInd
303 Power-Local-Cell-Group-InformationItem2-ResourceStatusInd N nbap.ies id-Power-Local-Cell-Group-InformationItem2-ResourceStatusInd
304 CCP-InformationItem-ResourceStatusInd N nbap.ies id-CCP-InformationItem-ResourceStatusInd
305 Cell-InformationItem-ResourceStatusInd N nbap.ies id-Cell-InformationItem-ResourceStatusInd
306 Common-PhysicalChannel-Status-Information N nbap.ies id-FPACH-LCR-Information
307 Common-PhysicalChannel-Status-Information N nbap.ies id-DwPCH-LCR-Information
308 Common-PhysicalChannel-Status-Information N nbap.ies id-PLCCH-Information-ResourceStatusInd
309 Common-PhysicalChannel-Status-Information768 N nbap.ies id-S-CCPCH-768-Information-ResourceStatusInd
310 BCCH-ModificationTime              N nbap.ies id-BCCH-ModificationTime
311 MIB-SB-SIB-InformationList-SystemInfoUpdateRqst N nbap.ies id-MIB-SB-SIB-InformationList-SystemInfoUpdateRqst
312 SegmentInformationListIE-SystemInfoUpdate N nbap.ies id-SegmentInformationListIE-SystemInfoUpdate
313 CRNC-CommunicationContextID        N nbap.ies id-CRNC-CommunicationContextID
314 UL-DPCH-Information-RL-SetupRqstFDD N nbap.ies id-UL-DPCH-Information-RL-SetupRqstFDD
315 DL-DPCH-Information-RL-SetupRqstFDD N nbap.ies id-DL-DPCH-Information-RL-SetupRqstFDD
316 DCH-FDD-Information                N nbap.ies id-DCH-FDD-Information
317 RL-InformationList-RL-SetupRqstFDD N nbap.ies id-RL-InformationList-RL-SetupRqstFDD
318 Transmission-Gap-Pattern-Sequence-Information N nbap.ies id-Transmission-Gap-Pattern-Sequence-Information
319 Active-Pattern-Sequence-Information N nbap.ies id-Active-Pattern-Sequence-Information
320 RL-InformationItem-RL-SetupRqstFDD N nbap.ies id-RL-InformationItem-RL-SetupRqstFDD
321 UL-CCTrCH-InformationList-RL-SetupRqstTDD N nbap.ies id-UL-CCTrCH-InformationList-RL-SetupRqstTDD
322 DL-CCTrCH-InformationList-RL-SetupRqstTDD N nbap.ies id-DL-CCTrCH-InformationList-RL-SetupRqstTDD
323 DCH-TDD-Information                N nbap.ies id-DCH-TDD-Information
324 DSCH-TDD-Information               N nbap.ies id-DSCH-TDD-Information
325 USCH-Information                   N nbap.ies id-USCH-Information
326 RL-Information-RL-SetupRqstTDD     N nbap.ies id-RL-Information-RL-SetupRqstTDD
327 UL-CCTrCH-InformationItem-RL-SetupRqstTDD N nbap.ies id-UL-CCTrCH-InformationItem-RL-SetupRqstTDD
328 UL-DPCH-InformationItem-RL-SetupRqstTDD N nbap.ies id-UL-DPCH-InformationList-RL-SetupRqstTDD
329 DL-CCTrCH-InformationItem-RL-SetupRqstTDD N nbap.ies id-DL-CCTrCH-InformationItem-RL-SetupRqstTDD
330 DL-DPCH-InformationItem-RL-SetupRqstTDD N nbap.ies id-DL-DPCH-InformationList-RL-SetupRqstTDD
331 NodeB-CommunicationContextID       N nbap.ies id-NodeB-CommunicationContextID
332 CommunicationControlPortID         N nbap.ies id-CommunicationControlPortID
333 RL-InformationResponseList-RL-SetupRspFDD N nbap.ies id-RL-InformationResponseList-RL-SetupRspFDD
334 RL-InformationResponseItem-RL-SetupRspFDD N nbap.ies id-RL-InformationResponseItem-RL-SetupRspFDD
335 RL-InformationResponse-RL-SetupRspTDD N nbap.ies id-RL-InformationResponse-RL-SetupRspTDD
336 DCH-InformationResponse            N nbap.ies id-DCH-InformationResponse
337 DSCH-InformationResponse           N nbap.ies id-DSCH-InformationResponse
338 USCH-InformationResponse           N nbap.ies id-USCH-InformationResponse
339 CauseLevel-RL-SetupFailureFDD      N nbap.ies id-CauseLevel-RL-SetupFailureFDD
340 Unsuccessful-RL-InformationRespItem-RL-SetupFailureFDD N nbap.ies id-Unsuccessful-RL-InformationRespItem-RL-SetupFailureFDD
341 Successful-RL-InformationRespItem-RL-SetupFailureFDD N nbap.ies id-Successful-RL-InformationRespItem-RL-SetupFailureFDD
342 CauseLevel-RL-SetupFailureTDD      N nbap.ies id-CauseLevel-RL-SetupFailureTDD
343 Unsuccessful-RL-InformationResp-RL-SetupFailureTDD N nbap.ies id-Unsuccessful-RL-InformationResp-RL-SetupFailureTDD
344 Compressed-Mode-Deactivation-Flag  N nbap.ies id-Compressed-Mode-Deactivation-Flag
345 RL-InformationList-RL-AdditionRqstFDD N nbap.ies id-RL-InformationList-RL-AdditionRqstFDD
346 RL-InformationItem-RL-AdditionRqstFDD N nbap.ies id-RL-InformationItem-RL-AdditionRqstFDD
347 UL-CCTrCH-InformationList-RL-AdditionRqstTDD N nbap.ies id-UL-CCTrCH-InformationList-RL-AdditionRqstTDD
348 DL-CCTrCH-InformationList-RL-AdditionRqstTDD N nbap.ies id-DL-CCTrCH-InformationList-RL-AdditionRqstTDD
349 RL-Information-RL-AdditionRqstTDD  N nbap.ies id-RL-Information-RL-AdditionRqstTDD
350 UL-DPCH-InformationItem-RL-AdditionRqstTDD N nbap.ies id-UL-DPCH-InformationItem-RL-AdditionRqstTDD
351 DL-DPCH-InformationItem-RL-AdditionRqstTDD N nbap.ies id-DL-DPCH-InformationItem-RL-AdditionRqstTDD
352 RL-InformationResponseList-RL-AdditionRspFDD N nbap.ies id-RL-InformationResponseList-RL-AdditionRspFDD
353 RL-InformationResponseItem-RL-AdditionRspFDD N nbap.ies id-RL-InformationResponseItem-RL-AdditionRspFDD
354 RL-InformationResponse-RL-AdditionRspTDD N nbap.ies id-RL-InformationResponse-RL-AdditionRspTDD
355 CauseLevel-RL-AdditionFailureFDD   N nbap.ies id-CauseLevel-RL-AdditionFailureFDD
356 Unsuccessful-RL-InformationRespItem-RL-AdditionFailureFDD N nbap.ies id-Unsuccessful-RL-InformationRespItem-RL-AdditionFailureFDD
357 Successful-RL-InformationRespItem-RL-AdditionFailureFDD N nbap.ies id-Successful-RL-InformationRespItem-RL-AdditionFailureFDD
358 CauseLevel-RL-AdditionFailureTDD                                        N nbap.ies id-CauseLevel-RL-AdditionFailureTDD
359 Unsuccessful-RL-InformationResp-RL-AdditionFailureTDD N nbap.ies id-Unsuccessful-RL-InformationResp-RL-AdditionFailureTDD
360 UL-DPCH-Information-RL-ReconfPrepFDD                            N nbap.ies id-UL-DPCH-Information-RL-ReconfPrepFDD
361 DL-DPCH-Information-RL-ReconfPrepFDD                            N nbap.ies id-DL-DPCH-Information-RL-ReconfPrepFDD
362 FDD-DCHs-to-Modify                                                                      N nbap.ies id-FDD-DCHs-to-Modify
363 DCH-FDD-Information                                                                     N nbap.ies id-DCHs-to-Add-FDD
364 DCH-DeleteList-RL-ReconfPrepFDD                                         N nbap.ies id-DCH-DeleteList-RL-ReconfPrepFDD
365 RL-InformationList-RL-ReconfPrepFDD                                     N nbap.ies id-RL-InformationList-RL-ReconfPrepFDD
366 RL-InformationItem-RL-ReconfPrepFDD                                     N nbap.ies id-RL-InformationItem-RL-ReconfPrepFDD
367 UL-CCTrCH-InformationAddList-RL-ReconfPrepTDD           N nbap.ies id-UL-CCTrCH-InformationAddList-RL-ReconfPrepTDD
368 UL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD        N nbap.ies id-UL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD
369 UL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD        N nbap.ies id-UL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD
370 DL-CCTrCH-InformationAddList-RL-ReconfPrepTDD           N nbap.ies id-DL-CCTrCH-InformationAddList-RL-ReconfPrepTDD
371 DL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD        N nbap.ies id-DL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD
372 DL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD        N nbap.ies id-DL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD
373 TDD-DCHs-to-Modify                                                                      N nbap.ies id-TDD-DCHs-to-Modify
374 DCH-TDD-Information                                                                     N nbap.ies id-DCHs-to-Add-TDD
375 DCH-DeleteList-RL-ReconfPrepTDD                                         N nbap.ies id-DCH-DeleteList-RL-ReconfPrepTDD
376 DSCH-Information-ModifyList-RL-ReconfPrepTDD            N nbap.ies id-DSCH-Information-ModifyList-RL-ReconfPrepTDD
377 DSCH-TDD-Information                                                            N nbap.ies id-DSCHs-to-Add-TDD
378 DSCH-Information-DeleteList-RL-ReconfPrepTDD            N nbap.ies id-DSCH-Information-DeleteList-RL-ReconfPrepTDD
379 USCH-Information-ModifyList-RL-ReconfPrepTDD            N nbap.ies id-USCH-Information-ModifyList-RL-ReconfPrepTDD
380 USCH-Information                                                                        N nbap.ies id-USCH-Information-Add
381 USCH-Information-DeleteList-RL-ReconfPrepTDD            N nbap.ies id-USCH-Information-DeleteList-RL-ReconfPrepTDD
382 RL-Information-RL-ReconfPrepTDD                                         N nbap.ies id-RL-Information-RL-ReconfPrepTDD
383 UL-DPCH-InformationAddItem-RL-ReconfPrepTDD                     N nbap.ies id-UL-DPCH-InformationAddListIE-RL-ReconfPrepTDD
384 UL-DPCH-InformationModify-AddItem-RL-ReconfPrepTDD      N nbap.ies id-UL-DPCH-InformationModify-AddListIE-RL-ReconfPrepTDD
385 UL-DPCH-InformationModify-ModifyItem-RL-ReconfPrepTDD N nbap.ies id-UL-DPCH-InformationModify-ModifyListIE-RL-ReconfPrepTDD
386 UL-DPCH-InformationModify-DeleteListIE-RL-ReconfPrepTDD N nbap.ies id-UL-DPCH-InformationModify-DeleteListIE-RL-ReconfPrepTDD
387 DL-DPCH-InformationAddItem-RL-ReconfPrepTDD                     N nbap.ies id-DL-DPCH-InformationAddListIE-RL-ReconfPrepTDD
388 DL-DPCH-InformationModify-AddItem-RL-ReconfPrepTDD      N nbap.ies id-DL-DPCH-InformationModify-AddListIE-RL-ReconfPrepTDD
389 DL-DPCH-InformationModify-ModifyItem-RL-ReconfPrepTDD N nbap.ies id-DL-DPCH-InformationModify-ModifyListIE-RL-ReconfPrepTDD
390 DL-DPCH-InformationModify-DeleteListIE-RL-ReconfPrepTDD N nbap.ies id-DL-DPCH-InformationModify-DeleteListIE-RL-ReconfPrepTDD
391 RL-InformationResponseList-RL-ReconfReady                       N nbap.ies id-RL-InformationResponseList-RL-ReconfReady
392 RL-InformationResponseItem-RL-ReconfReady                       N nbap.ies id-RL-InformationResponseItem-RL-ReconfReady
393 CauseLevel-RL-ReconfFailure                                                     N nbap.ies id-CauseLevel-RL-ReconfFailure
394 RL-ReconfigurationFailureItem-RL-ReconfFailure          N nbap.ies id-RL-ReconfigurationFailureItem-RL-ReconfFailure
395 CFN                                                                                                     N nbap.ies id-CFN
396 UL-DPCH-Information-RL-ReconfRqstFDD N nbap.ies id-UL-DPCH-Information-RL-ReconfRqstFDD
397 DL-DPCH-Information-RL-ReconfRqstFDD N nbap.ies id-DL-DPCH-Information-RL-ReconfRqstFDD
398 DCH-DeleteList-RL-ReconfRqstFDD    N nbap.ies id-DCH-DeleteList-RL-ReconfRqstFDD
399 RL-InformationList-RL-ReconfRqstFDD N nbap.ies id-RL-InformationList-RL-ReconfRqstFDD
400 RL-InformationItem-RL-ReconfRqstFDD N nbap.ies id-RL-InformationItem-RL-ReconfRqstFDD
401 UL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD N nbap.ies id-UL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD
402 UL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD N nbap.ies id-UL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD
403 DL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD N nbap.ies id-DL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD
404 DL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD N nbap.ies id-DL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD
405 DCH-DeleteList-RL-ReconfRqstTDD    N nbap.ies id-DCH-DeleteList-RL-ReconfRqstTDD
406 RL-Information-RL-ReconfRqstTDD    N nbap.ies id-RL-Information-RL-ReconfRqstTDD
407 UL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD N nbap.ies id-UL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD
408 UL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD N nbap.ies id-UL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD
409 DL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD N nbap.ies id-DL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD
410 DL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD N nbap.ies id-DL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD
411 RL-InformationResponseList-RL-ReconfRsp N nbap.ies id-RL-InformationResponseList-RL-ReconfRsp
412 RL-InformationResponseItem-RL-ReconfRsp N nbap.ies id-RL-InformationResponseItem-RL-ReconfRsp
413 RL-informationList-RL-DeletionRqst N nbap.ies id-RL-informationList-RL-DeletionRqst
414 RL-informationItem-RL-DeletionRqst N nbap.ies id-RL-informationItem-RL-DeletionRqst
415 PowerAdjustmentType                N nbap.ies id-PowerAdjustmentType
416 DL-Power                           N nbap.ies id-DLReferencePower
417 InnerLoopDLPCStatus                N nbap.ies id-InnerLoopDLPCStatus
418 DL-ReferencePowerInformationList-DL-PC-Rqst N nbap.ies id-DLReferencePowerList-DL-PC-Rqst
419 MaxAdjustmentStep                  N nbap.ies id-MaxAdjustmentStep
420 AdjustmentPeriod                   N nbap.ies id-AdjustmentPeriod
421 ScaledAdjustmentRatio              N nbap.ies id-AdjustmentRatio
422 DL-ReferencePowerInformationItem-DL-PC-Rqst N nbap.ies id-DL-ReferencePowerInformationItem-DL-PC-Rqst
423 DL-TimeslotISCPInfo                N nbap.ies id-TimeslotISCPInfo
424 DedicatedMeasurementObjectType-DM-Rqst N nbap.ies id-DedicatedMeasurementObjectType-DM-Rqst
425 DedicatedMeasurementType           N nbap.ies id-DedicatedMeasurementType
426 FNReportingIndicator               N nbap.ies id-CFNReportingIndicator
427 RL-InformationItem-DM-Rqst         N nbap.ies id-RL-InformationItem-DM-Rqst
428 DedicatedMeasurementObjectType-DM-Rsp N nbap.ies id-DedicatedMeasurementObjectType-DM-Rsp
429 RL-InformationItem-DM-Rsp          N nbap.ies id-RL-InformationItem-DM-Rsp
430 RL-Set-InformationItem-DM-Rsp      N nbap.ies id-RL-Set-InformationItem-DM-Rsp
431 DedicatedMeasurementObjectType-DM-Rprt N nbap.ies id-DedicatedMeasurementObjectType-DM-Rprt
432 RL-InformationItem-DM-Rprt         N nbap.ies id-RL-InformationItem-DM-Rprt
433 RL-Set-InformationItem-DM-Rprt     N nbap.ies id-RL-Set-InformationItem-DM-Rprt
434 Reporting-Object-RL-FailureInd     N nbap.ies id-Reporting-Object-RL-FailureInd
435 RL-InformationItem-RL-FailureInd   N nbap.ies id-RL-InformationItem-RL-FailureInd
436 RL-Set-InformationItem-RL-FailureInd N nbap.ies id-RL-Set-InformationItem-RL-FailureInd
437 CCTrCH-InformationItem-RL-FailureInd N nbap.ies id-CCTrCH-InformationItem-RL-FailureInd
438 RL-InformationList-RL-PreemptRequiredInd N nbap.ies id-RL-InformationList-RL-PreemptRequiredInd
439 RL-InformationItem-RL-PreemptRequiredInd N nbap.ies id-RL-InformationItem-RL-PreemptRequiredInd
440 Reporting-Object-RL-RestoreInd     N nbap.ies id-Reporting-Object-RL-RestoreInd
441 RL-InformationItem-RL-RestoreInd   N nbap.ies id-RL-InformationItem-RL-RestoreInd
442 RL-Set-InformationItem-RL-RestoreInd N nbap.ies id-RL-Set-InformationItem-RL-RestoreInd
443 CCTrCH-InformationItem-RL-RestoreInd N nbap.ies id-CCTrCH-InformationItem-RL-RestoreInd
444 MaximumTransmissionPower           N nbap.ies id-HS-PDSCH-HS-SCCH-E-AGCH-E-RGCH-E-HICH-MaxPower-PSCH-ReconfRqst
445 DL-ScramblingCode                  N nbap.ies id-HS-PDSCH-HS-SCCH-ScramblingCode-PSCH-ReconfRqst
446 HS-PDSCH-FDD-Code-Information      N nbap.ies id-HS-PDSCH-FDD-Code-Information-PSCH-ReconfRqst
447 HS-SCCH-FDD-Code-Information       N nbap.ies id-HS-SCCH-FDD-Code-Information-PSCH-ReconfRqst
448 PDSCHSets-AddList-PSCH-ReconfRqst  N nbap.ies id-PDSCHSets-AddList-PSCH-ReconfRqst
449 PDSCHSets-ModifyList-PSCH-ReconfRqst N nbap.ies id-PDSCHSets-ModifyList-PSCH-ReconfRqst
450 PDSCHSets-DeleteList-PSCH-ReconfRqst N nbap.ies id-PDSCHSets-DeleteList-PSCH-ReconfRqst
451 PUSCHSets-AddList-PSCH-ReconfRqst                                                               N nbap.ies id-PUSCHSets-AddList-PSCH-ReconfRqst
452 PUSCHSets-ModifyList-PSCH-ReconfRqst                                                    N nbap.ies id-PUSCHSets-ModifyList-PSCH-ReconfRqst
453 PUSCHSets-DeleteList-PSCH-ReconfRqst                                                    N nbap.ies id-PUSCHSets-DeleteList-PSCH-ReconfRqst
454 PDSCH-Information-AddItem-PSCH-ReconfRqst                                               N nbap.ies id-PDSCH-Information-AddListIE-PSCH-ReconfRqst
455 PDSCH-Information-ModifyItem-PSCH-ReconfRqst                                    N nbap.ies id-PDSCH-Information-ModifyListIE-PSCH-ReconfRqst
456 PDSCH-ModifyInformation-LCR-ModifyItem-PSCH-ReconfRqst                  N nbap.ies id-PDSCH-ModifyInformation-LCR-PSCH-ReconfRqst
457 PUSCH-Information-AddItem-PSCH-ReconfRqst                                               N nbap.ies id-PUSCH-Information-AddListIE-PSCH-ReconfRqst
458 PUSCH-Information-ModifyItem-PSCH-ReconfRqst                                    N nbap.ies id-PUSCH-Information-ModifyListIE-PSCH-ReconfRqst
459 PUSCH-ModifyInformation-LCR-ModifyItem-PSCH-ReconfRqst                  N nbap.ies id-PUSCH-ModifyInformation-LCR-PSCH-ReconfRqst
460 CauseLevel-PSCH-ReconfFailure                                                                   N nbap.ies id-CauseLevel-PSCH-ReconfFailure
461 Unsuccessful-PDSCHSetItem-PSCH-ReconfFailureTDD                                 N nbap.ies id-Unsuccessful-PDSCHSetItem-PSCH-ReconfFailureTDD
462 Unsuccessful-PUSCHSetItem-PSCH-ReconfFailureTDD                                 N nbap.ies id-Unsuccessful-PUSCHSetItem-PSCH-ReconfFailureTDD
463 ResetIndicator                                                                                                  N nbap.ies id-ResetIndicator
464 CommunicationContextInfoItem-Reset                                                              N nbap.ies id-CommunicationContextInfoItem-Reset
465 CommunicationControlPortInfoItem-Reset                                                  N nbap.ies id-CommunicationControlPortInfoItem-Reset
466 InformationExchangeID                                                                                   N nbap.ies id-InformationExchangeID
467 InformationExchangeObjectType-InfEx-Rqst                                                N nbap.ies id-InformationExchangeObjectType-InfEx-Rqst
468 InformationType                                                                                                 N nbap.ies id-InformationType
469 InformationReportCharacteristics                                                                N nbap.ies id-InformationReportCharacteristics
470 InformationExchangeObjectType-InfEx-Rsp                                                 N nbap.ies id-InformationExchangeObjectType-InfEx-Rsp
471 InformationExchangeObjectType-InfEx-Rprt                                                N nbap.ies id-InformationExchangeObjectType-InfEx-Rprt
472 CellSyncBurstRepetitionPeriod                                                                   N nbap.ies id-cellSyncBurstRepetitionPeriod
473 TimeslotInfo-CellSyncInitiationRqstTDD                                                  N nbap.ies id-timeslotInfo-CellSyncInitiationRqstTDD
474 CellSyncBurstTransInit-CellSyncInitiationRqstTDD                                N nbap.ies id-CellSyncBurstTransInit-CellSyncInitiationRqstTDD
475 CellSyncBurstMeasureInit-CellSyncInitiationRqstTDD                              N nbap.ies id-CellSyncBurstMeasureInit-CellSyncInitiationRqstTDD
476 TimeSlot                                                                                                                N nbap.ies id-TimeSlot
477 NCyclesPerSFNperiod                                                                                             N nbap.ies id-NCyclesPerSFNperiod
478 NRepetitionsPerCyclePeriod                                                                              N nbap.ies id-NRepetitionsPerCyclePeriod
479 CellSyncBurstTransReconfInfo-CellSyncReconfRqstTDD                              N nbap.ies id-CellSyncBurstTransReconfInfo-CellSyncReconfRqstTDD
480 CellSyncBurstMeasInfo-CellSyncReconfRqstTDD                                             N nbap.ies id-CellSyncBurstMeasReconfiguration-CellSyncReconfRqstTDD
481 CellSyncBurstMeasInfoListIE-CellSyncReconfRqstTDD                               N nbap.ies id-CellSyncBurstMeasInfoList-CellSyncReconfRqstTDD
482 SynchronisationReportType                                                                               N nbap.ies id-SynchronisationReportType
483 SynchronisationReportCharacteristics                                                    N nbap.ies id-SynchronisationReportCharacteristics
484 CellAdjustmentInfo-SyncAdjustmentRqstTDD                                                N nbap.ies id-CellAdjustmentInfo-SyncAdjustmntRqstTDD
485 CellAdjustmentInfoItem-SyncAdjustmentRqstTDD                                    N nbap.ies id-CellAdjustmentInfoItem-SyncAdjustmentRqstTDD
486 CauseLevel-SyncAdjustmntFailureTDD                                                              N nbap.ies id-CauseLevel-SyncAdjustmntFailureTDD
487 Unsuccessful-cell-InformationRespItem-SyncAdjustmntFailureTDD   N nbap.ies id-Unsuccessful-cell-InformationRespItem-SyncAdjustmntFailureTDD
488 CSBTransmissionID                                                                                               N nbap.ies id-CSBTransmissionID
489 CSBMeasurementID                                                                                                N nbap.ies id-CSBMeasurementID
490 CellSyncInfo-CellSyncReprtTDD                                                                   N nbap.ies id-CellSyncInfo-CellSyncReprtTDD
491 SyncReportType-CellSyncReprtTDD                                                                 N nbap.ies id-SyncReportType-CellSyncReprtTDD
492 SignallingBearerRequestIndicator                                                                N nbap.ies id-SignallingBearerRequestIndicator
493 DCH-RearrangeList-Bearer-RearrangeInd                                                   N nbap.ies id-DCH-RearrangeList-Bearer-RearrangeInd
494 DSCH-RearrangeList-Bearer-RearrangeInd                                                  N nbap.ies id-DSCH-RearrangeList-Bearer-RearrangeInd
495 USCH-RearrangeList-Bearer-RearrangeInd                                                  N nbap.ies id-USCH-RearrangeList-Bearer-RearrangeInd
496 HSDSCH-RearrangeList-Bearer-RearrangeInd                                                N nbap.ies id-HSDSCH-RearrangeList-Bearer-RearrangeInd
497 DelayedActivationInformationList-RL-ActivationCmdFDD                    N nbap.ies id-DelayedActivationList-RL-ActivationCmdFDD
498 DelayedActivationInformation-RL-ActivationCmdFDD                                N nbap.ies id-DelayedActivationInformation-RL-ActivationCmdFDD
499 DelayedActivationInformationList-RL-ActivationCmdTDD                    N nbap.ies id-DelayedActivationList-RL-ActivationCmdTDD
500 DelayedActivationInformation-RL-ActivationCmdTDD                                N nbap.ies id-DelayedActivationInformation-RL-ActivationCmdTDD
501 HSDSCH-FDD-Update-Information                                                                   N nbap.ies id-HSDSCH-FDD-Update-Information
502 HSDSCH-TDD-Update-Information                                                                   N nbap.ies id-HSDSCH-TDD-Update-Information
503 Modification-Period                                                                                             N nbap.ies id-Modification-Period
504 MICH-CFN                                                                                                                N nbap.ies id-MICH-CFN
505 NI-Information                                                                                                  N nbap.ies id-NI-Information-NotifUpdateCmd
506 Cell-Frequency-List-InformationItem-LCR-MulFreq-AuditRsp                                N nbap.ies id-Cell-Frequency-List-InformationItem-LCR-MulFreq-AuditRsp
507 Cell-Frequency-List-InformationItem-LCR-MulFreq-ResourceStatusInd               N nbap.ies id-Cell-Frequency-List-InformationItem-LCR-MulFreq-ResourceStatusInd
508 UPPCH-LCR-InformationItem-AuditRsp                                                                              N nbap.ies id-UPPCH-LCR-InformationItem-AuditRsp
509 UPPCH-LCR-InformationItem-ResourceStatusInd                                                             N nbap.ies id-UPPCH-LCR-InformationItem-ResourceStatusInd
510 Unsuccessful-UARFCNItem-PSCH-ReconfFailureTDD                                                   N nbap.ies id-Unsuccessful-UARFCNItem-PSCH-ReconfFailureTDD
511 UARFCNSpecificCauseList-PSCH-ReconfFailureTDD                                                   N nbap.ies id-UARFCNSpecificCauseList
512 MultipleFreq-DL-HS-PDSCH-Timeslot-Information-LCRItem-PSCH-ReconfRqst   N nbap.ies id-MultipleFreq-DL-HS-PDSCH-Timeslot-Information-LCRItem-PSCH-ReconfRqst
513 MultipleFreq-E-PUCH-Timeslot-Information-LCRItem-PSCH-ReconfRqst                N nbap.ies id-MultipleFreq-E-PUCH-Timeslot-Information-LCRItem-PSCH-ReconfRqst
514 MultipleFreq-E-HICH-TimeOffsetLCR                                                                               N nbap.ies id-MultipleFreq-E-HICH-TimeOffsetLCR
515 PLCCH-parameters                                                                                                                N nbap.ies id-PLCCH-parameters
516 E-RUCCH-parameters                                                                                                              N nbap.ies id-E-RUCCH-parameters
517 E-RUCCH-768-parameters                                                                                                  N nbap.ies id-E-RUCCH-768-parameters
518 Cell-ERNTI-Status-Information                                                                                   N nbap.ies id-Cell-ERNTI-Status-Information
519 ERACH-CM-Rqst                                                                                                                   N nbap.ies id-ERACH-CM-Rqst
520 ERACH-CM-Rsp                                                                                                                    N nbap.ies id-ERACH-CM-Rsp
521 ERACH-CM-Rprt                                                                                                                   N nbap.ies id-ERACH-CM-Rprt
522 EDCH-RACH-Report-Value                                                                                                  N nbap.ies id-EDCH-RACH-Report-Value
523 EDCH-RACH-Report-IncrDecrThres                                                                                  N nbap.ies id-EDCH-RACH-Report-IncrDecrThres
524 EDCH-RACH-Report-ThresholdInformation                                                                   N nbap.ies id-EDCH-RACH-Report-ThresholdInformation
525 GANSS-ALM-NAVKeplerianSet                                                                                               N nbap.ies id-GANSS-alm-keplerianNAVAlmanac
526 GANSS-ALM-ReducedKeplerianSet                                                                                   N nbap.ies id-GANSS-alm-keplerianReducedAlmanac
527 GANSS-ALM-MidiAlmanacSet                                                                                                N nbap.ies id-GANSS-alm-keplerianMidiAlmanac
528 GANSS-ALM-GlonassAlmanacSet                                                                                             N nbap.ies id-GANSS-alm-keplerianGLONASS
529 GANSS-ALM-ECEFsbasAlmanacSet                                                                                    N nbap.ies id-GANSS-alm-ecefSBASAlmanac
530 UL-TimeslotISCP-Value-IncrDecrThres                                                                             N nbap.ies id-ULTimeslotISCPValue-For-CellPortion
531 UpPTSInterferenceValue                                                                                                  N nbap.ies id-UpPTSInterferenceValue-For-CellPortion
532 Best-Cell-Portions-ValueLCR                                                                                             N nbap.ies id-Best-Cell-Portions-ValueLCR
533 Transmitted-Carrier-Power-For-CellPortion-ValueLCR                                              N nbap.ies id-Transmitted-Carrier-Power-For-CellPortion-ValueLCR
534 Received-total-wide-band-power-For-CellPortion-ValueLCR                                 N nbap.ies id-Received-total-wide-band-power-For-CellPortion-ValueLCR
535 UL-TimeslotISCP-For-CellPortion-Value                                                                   N nbap.ies id-UL-TimeslotISCP-For-CellPortion-Value
536 HS-DSCHRequiredPowerValueInformation-For-CellPortionLCR                                 N nbap.ies id-HS-DSCHRequiredPowerValueInformation-For-CellPortionLCR
537 HS-DSCHProvidedBitRateValueInformation-For-CellPortionLCR                               N nbap.ies id-HS-DSCHProvidedBitRateValueInformation-For-CellPortionLCR
538 E-DCHProvidedBitRateValueInformation-For-CellPortion                                    N nbap.ies id-E-DCHProvidedBitRateValueInformation-For-CellPortion
539 UpPTSInterference-For-CellPortion-Value                                                                 N nbap.ies id-UpPTSInterference-For-CellPortion-Value
540 TransmittedCarrierPowerOfAllCodesNotUsedForHS-PDSCH-HS-SCCH-E-AGCHOrE-HICHTransmissionCellPortionValue  N nbap.ies id-TransmittedCarrierPowerOfAllCodesNotUsedForHS-PDSCH-HS-SCCH-E-AGCHOrE-HICHTransmissionCellPortionValue
541 TransmittedCarrierPowerOfAllCodesNotUsedForHSTransmissionValue                  N nbap.ies id-TransmittedCarrierPowerOfAllCodesNotUsedForHS-PDSCH-HS-SCCH-E-AGCHOrE-HICHTransmissionCellPortion
542 ActivationInformation                                                                                                   N nbap.ies id-ActivationInformation
543
544 #NBAP-PROTOCOL-EXTENSION
545 BroadcastCommonTransportBearerIndication                                                N nbap.extension id-BroadcastCommonTransportBearerIndication
546 MessageStructure                                                                                                N nbap.extension id-MessageStructure
547 TypeOfError                                                                                                             N nbap.extension id-TypeOfError
548 TnlQos                                                                                                                  N nbap.extension id-TnlQos
549 Unidirectional-DCH-Indicator                                                                    N nbap.extension id-Unidirectional-DCH-Indicator
550 ExtendedPropagationDelay                                                                                N nbap.extension id-ExtendedPropagationDelay
551 DL-Power                                                                                                                N nbap.extension id-Initial-DL-Power-TimeslotLCR-InformationItem
552 DL-Power                                                                                                                N nbap.extension id-Maximum-DL-Power-TimeslotLCR-InformationItem
553 DL-Power                                                                                                                N nbap.extension id-Minimum-DL-Power-TimeslotLCR-InformationItem
554 BindingID                                                                                                               N nbap.extension id-bindingID
555 TransportLayerAddress                                                                                   N nbap.extension id-transportlayeraddress
556 E-DCH-PowerOffset-for-SchedulingInfo                                                    N nbap.extension id-E-DCH-PowerOffset-for-SchedulingInfo
557 SAT-Info-Almanac-ExtList                                                                                N nbap.extension id-SAT-Info-Almanac-ExtItem
558 HARQ-Preamble-Mode                                                                                              N nbap.extension id-HARQ-Preamble-Mode
559 HSDSCH-MACdPDUSizeFormat                                                                                N nbap.extension id-HSDSCH-MACdPDUSizeFormat
560 UL-SIR                                                                                                                  N nbap.extension id-HSSICH-SIRTarget
561 TDD-TPC-UplinkStepSize-LCR                                                                              N nbap.extension id-HSSICH-TPC-StepSize
562 UE-Capability-Information                                                                               N nbap.extension id-ueCapability-Info
563 HS-PDSCH-Code-Change-Grant                                                                              N nbap.extension id-HS-PDSCH-Code-Change-Grant
564 HARQ-Preamble-Mode-Activation-Indicator                                                 N nbap.extension id-HARQ-Preamble-Mode-Activation-Indicator
565 HSSCCH-Specific-InformationRespListTDD768                                               N nbap.extension id-hsSCCH-Specific-Information-ResponseTDD768
566 MAC-PDU-SizeExtended                                                                                    N nbap.extension id-MaximumMACdPDU-SizeExtended
567 HS-SICH-failed                                                                                                  N nbap.extension id-Additional-failed-HS-SICH
568 HS-SICH-missed                                                                                                  N nbap.extension id-Additional-missed-HS-SICH
569 HS-SICH-total                                                                                                   N nbap.extension id-Additional-total-HS-SICH
570 ContinuousPacketConnectivityHS-SCCH-less-Information                    N nbap.extension id-ContinuousPacketConnectivityHS-SCCH-less-Information
571 ContinuousPacketConnectivityHS-SCCH-less-Information-Response   N nbap.extension id-ContinuousPacketConnectivityHS-SCCH-less-Information-Response
572 HS-PDSCH-Code-Change-Indicator                                                                  N nbap.extension id-HS-PDSCH-Code-Change-Indicator
573 GANSS-Information                                                                                               N nbap.extension id-GANSS-Information
574 GANSS-Common-Data                                                                                               N nbap.extension id-GANSS-Common-Data
575 GANSS-Generic-Data                                                                                              N nbap.extension id-GANSS-Generic-Data
576 SyncDLCodeIdThreInfoLCR                                                                                 N nbap.extension id-SyncDLCodeIdThreInfoLCR
577 Extended-RNC-ID                                                                                                 N nbap.extension id-Extended-RNC-ID
578 LCRTDD-Uplink-Physical-Channel-Capability                                               N nbap.extension id-LCRTDD-uplink-Physical-Channel-Capability
579 PLCCHinformation                                                                                                N nbap.extension id-PLCCH-Information-UL-TimeslotLCR-Info
580 MICH-Parameters-CTCH-SetupRqstFDD                                                               N nbap.extension id-MICH-Parameters-CTCH-SetupRqstFDD
581 FDD-S-CCPCH-FrameOffset                                                                                 N nbap.extension id-FDD-S-CCPCH-FrameOffset-CTCH-SetupRqstFDD
582 ModulationPO-MBSFN                                                                                              N nbap.extension id-ModulationPO-MBSFN
583 Secondary-CCPCH-SlotFormat-Extended                                                             N nbap.extension id-Secondary-CCPCH-SlotFormat-Extended
584 BroadcastReference                                                                                              N nbap.extension id-BroadcastReference
585 TSTD-Indicator                                                                                                  N nbap.extension id-Tstd-indicator
586 MICH-Parameters-CTCH-SetupRqstTDD                                                               N nbap.extension id-MICH-Parameters-CTCH-SetupRqstTDD
587 Secondary-CCPCH-parameterExtendedList-CTCH-SetupRqstTDD                 N nbap.extension id-Additional-S-CCPCH-Parameters-CTCH-SetupRqstTDD
588 Secondary-CCPCH-LCR-parameterExtendedList-CTCH-SetupRqstTDD             N nbap.extension id-Additional-S-CCPCH-LCR-Parameters-CTCH-SetupRqstTDD
589 Secondary-CCPCH-768-parameterList-CTCH-SetupRqstTDD                             N nbap.extension id-S-CCPCH-768-Parameters-CTCH-SetupRqstTDD
590 ModulationMBSFN                                                                                                 N nbap.extension id-S-CCPCH-Modulation
591 TFCI-Presence                                                                                                   N nbap.extension id-tFCI-Presence
592 DL-Power                                                                                                                N nbap.extension id-maxFACH-Power-LCR-CTCH-SetupRqstTDD
593 DL-Power                                                                                                                N nbap.extension id-PCH-Power-LCR-CTCH-SetupRqstTDD
594 PICH-768-ParametersItem-CTCH-SetupRqstTDD                                               N nbap.extension id-PICH-768-Parameters-CTCH-SetupRqstTDD
595 FPACH-LCR-Parameters-CTCH-SetupRqstTDD                                                  N nbap.extension id-FPACH-LCR-Parameters-CTCH-SetupRqstTDD
596 PRACH-768-ParametersItem-CTCH-SetupRqstTDD                                              N nbap.extension id-PRACH-768-Parameters-CTCH-SetupRqstTDD
597 MICH-Parameters-CTCH-ReconfRqstFDD                                                              N nbap.extension id-MICH-Parameters-CTCH-ReconfRqstFDD
598 FPACH-LCR-Parameters-CTCH-ReconfRqstTDD                                                 N nbap.extension id-FPACH-LCR-Parameters-CTCH-ReconfRqstTDD
599 MICH-Parameters-CTCH-ReconfRqstTDD                                                              N nbap.extension id-MICH-Parameters-CTCH-ReconfRqstTDD
600 PLCCH-Parameters-CTCH-ReconfRqstTDD                                                             N nbap.extension id-PLCCH-Parameters-CTCH-ReconfRqstTDD
601 Secondary-CCPCH-768-Parameters-CTCH-ReconfRqstTDD                               N nbap.extension id-S-CCPCH-768-Parameters-CTCH-ReconfRqstTDD
602 PICH-768-Parameters-CTCH-ReconfRqstTDD                                                  N nbap.extension id-PICH-768-Parameters-CTCH-ReconfRqstTDD
603 MICH-768-Parameters-CTCH-ReconfRqstTDD                                                  N nbap.extension id-MICH-768-Parameters-CTCH-ReconfRqstTDD
604 Secondary-CCPCH-parameterExtendedList-CTCH-ReconfRqstTDD                N nbap.extension id-Additional-S-CCPCH-Parameters-CTCH-ReconfRqstTDD
605 Secondary-CCPCH-LCR-parameterExtendedList-CTCH-ReconfRqstTDD    N nbap.extension id-Additional-S-CCPCH-LCR-Parameters-CTCH-ReconfRqstTDD
606 DL-Power                                                                                                                N nbap.extension id-maxFACH-Power-LCR-CTCH-ReconfRqstTDD
607 DL-Power                                                                                                                N nbap.extension id-PCH-Power-LCR-CTCH-ReconfRqstTDD
608 CommonPhysicalChannelID768                                                                              N nbap.extension id-CommonPhysicalChannelID768-CommonTrChDeletionReq
609 Power-Local-Cell-Group-InformationList-AuditRsp                                 N nbap.extension id-Power-Local-Cell-Group-InformationList-AuditRsp
610 FPACH-LCR-InformationList-AuditRsp                                                              N nbap.extension id-FPACH-LCR-InformationList-AuditRsp
611 Common-PhysicalChannel-Status-Information                                               N nbap.extension id-DwPCH-LCR-InformationList-AuditRsp
612 HS-DSCH-Resources-Information-AuditRsp                                                  N nbap.extension id-HSDSCH-Resources-Information-AuditRsp
613 Common-PhysicalChannel-Status-Information                                               N nbap.extension id-MICH-Information-AuditRsp
614 S-CCPCH-InformationListExt-AuditRsp                                                             N nbap.extension id-S-CCPCH-InformationListExt-AuditRsp
615 S-CCPCH-LCR-InformationListExt-AuditRsp                                                 N nbap.extension id-S-CCPCH-LCR-InformationListExt-AuditRsp
616 E-DCH-Resources-Information-AuditRsp                                                    N nbap.extension id-E-DCH-Resources-Information-AuditRsp
617 PLCCH-InformationList-AuditRsp                                                                  N nbap.extension id-PLCCH-InformationList-AuditRsp
618 Common-PhysicalChannel-Status-Information768                                    N nbap.extension id-P-CCPCH-768-Information-AuditRsp
619 S-CCPCH-768-InformationList-AuditRsp                                                    N nbap.extension id-S-CCPCH-768-InformationList-AuditRsp
620 Common-PhysicalChannel-Status-Information768                                    N nbap.extension id-PICH-768-Information-AuditRsp
621 PRACH-768-InformationList-AuditRsp                                                              N nbap.extension id-PRACH-768-InformationList-AuditRsp
622 Common-PhysicalChannel-Status-Information768                                    N nbap.extension id-SCH-768-Information-AuditRsp
623 Common-PhysicalChannel-Status-Information768                                    N nbap.extension id-MICH-768-Information-AuditRsp
624 E-RUCCH-InformationList-AuditRsp                                                                N nbap.extension id-E-RUCCH-InformationList-AuditRsp
625 E-RUCCH-768-InformationList-AuditRsp                                                    N nbap.extension id-E-RUCCH-768-InformationList-AuditRsp
626 ReferenceClockAvailability                                                                              N nbap.extension id-ReferenceClockAvailability
627 Local-Cell-ID                                                                                                   N nbap.extension id-Power-Local-Cell-Group-ID
628 HSDPA-Capability                                                                                                N nbap.extension id-HSDPA-Capability
629 E-DCH-Capability                                                                                                N nbap.extension id-E-DCH-Capability
630 E-DCH-TTI2ms-Capability                                                                                 N nbap.extension id-E-DCH-TTI2ms-Capability
631 E-DCH-SF-Capability                                                                                             N nbap.extension id-E-DCH-SF-Capability
632 E-DCH-HARQ-Combining-Capability                                                                 N nbap.extension id-E-DCH-HARQ-Combining-Capability
633 E-DCHCapacityConsumptionLaw                                                                             N nbap.extension id-E-DCH-CapacityConsumptionLaw
634 F-DPCH-Capability                                                                                               N nbap.extension id-F-DPCH-Capability
635 E-DCH-TDD-CapacityConsumptionLaw                                                                N nbap.extension id-E-DCH-TDD-CapacityConsumptionLaw
636 ContinuousPacketConnectivityDTX-DRX-Capability                                  N nbap.extension id-ContinuousPacketConnectivityDTX-DRX-Capability
637 Max-UE-DTX-Cycle                                                                                                N nbap.extension id-Max-UE-DTX-Cycle
638 ContinuousPacketConnectivityHS-SCCH-less-Capability                             N nbap.extension id-ContinuousPacketConnectivityHS-SCCH-less-Capability
639 MIMO-Capability                                                                                 N nbap.extension id-MIMO-Capability
640 SixtyfourQAM-DL-Capability                                                                      N nbap.extension id-SixtyfourQAM-DL-Capability
641 MBMS-Capability                                                                                 N nbap.extension id-MBMS-Capability
642 Enhanced-FACH-Capability                                                                        N nbap.extension id-Enhanced-FACH-Capability
643 Enhanced-PCH-Capability                                                                         N nbap.extension id-Enhanced-PCH-Capability
644 SixteenQAM-UL-Capability                                                                                N nbap.extension id-SixteenQAM-UL-Capability
645 HSDSCH-MACdPDU-SizeCapability                                                                   N nbap.extension id-HSDSCH-MACdPDU-SizeCapability
646 F-DPCH-SlotFormatCapability                                                                     N nbap.extension id-F-DPCH-SlotFormatCapability
647 CommonMeasurementAccuracy                                                                       N nbap.extension id-CommonMeasurementAccuracy
648 MeasurementRecoveryBehavior                                                                             N nbap.extension id-MeasurementRecoveryBehavior
649 RTWP-ReportingIndicator                                                                         N nbap.extension id-RTWP-ReportingIndicator
650 RTWP-CellPortion-ReportingIndicator                                                     N nbap.extension id-RTWP-CellPortion-ReportingIndicator
651 Reference-ReceivedTotalWideBandPowerReporting                                   N nbap.extension id-Reference-ReceivedTotalWideBandPowerReporting
652 TimeSlotLCR                                                                                                             N nbap.extension id-TimeSlotLCR-CM-Rqst
653 NeighbouringCellMeasurementInformation                                                  N nbap.extension id-NeighbouringCellMeasurementInformation
654 MeasurementRecoverySupportIndicator                                                     N nbap.extension id-MeasurementRecoverySupportIndicator
655 Reference-ReceivedTotalWideBandPowerSupportIndicator                    N nbap.extension id-Reference-ReceivedTotalWideBandPowerSupportIndicator
656 Reference-ReceivedTotalWideBandPower                                                    N nbap.extension id-Reference-ReceivedTotalWideBandPower
657 MeasurementRecoveryReportingIndicator                                                   N nbap.extension id-MeasurementRecoveryReportingIndicator
658 IPDLParameter-Information-Cell-SetupRqstFDD                                             N nbap.extension id-IPDLParameter-Information-Cell-SetupRqstFDD
659 CellPortion-InformationList-Cell-SetupRqstFDD                                   N nbap.extension id-CellPortion-InformationList-Cell-SetupRqstFDD
660 MIMO-PilotConfiguration                                                                                 N nbap.extension id-MIMO-PilotConfiguration
661 TimeSlotConfigurationList-LCR-Cell-SetupRqstTDD                                 N nbap.extension id-TimeSlotConfigurationList-LCR-Cell-SetupRqstTDD
662 PCCPCH-LCR-Information-Cell-SetupRqstTDD                                                N nbap.extension id-PCCPCH-LCR-Information-Cell-SetupRqstTDD
663 DwPCH-LCR-Information-Cell-SetupRqstTDD                                                 N nbap.extension id-DwPCH-LCR-Information-Cell-SetupRqstTDD
664 ReferenceSFNoffset                                                                                              N nbap.extension id-ReferenceSFNoffset
665 IPDLParameter-Information-Cell-SetupRqstTDD                                             N nbap.extension id-IPDLParameter-Information-Cell-SetupRqstTDD
666 IPDLParameter-Information-LCR-Cell-SetupRqstTDD                                 N nbap.extension id-IPDLParameter-Information-LCR-Cell-SetupRqstTDD
667 PCCPCH-768-Information-Cell-SetupRqstTDD                                                N nbap.extension id-PCCPCH-768-Information-Cell-SetupRqstTDD
668 SCH-768-Information-Cell-SetupRqstTDD                                                   N nbap.extension id-SCH-768-Information-Cell-SetupRqstTDD
669 MBSFN-Only-Mode-Indicator                                                                               N nbap.extension id-MBSFN-Only-Mode-Indicator-Cell-SetupRqstTDD-LCR
670 CellParameterID                                                                                                 N nbap.extension id-MBSFN-Cell-ParameterID-Cell-SetupRqstTDD
671 CellParameterID                                                                                                 N nbap.extension id-Time-Slot-Parameter-ID
672 IPDLParameter-Information-Cell-ReconfRqstFDD                                    N nbap.extension id-IPDLParameter-Information-Cell-ReconfRqstFDD
673 CellPortion-InformationList-Cell-ReconfRqstFDD                                  N nbap.extension id-CellPortion-InformationList-Cell-ReconfRqstFDD
674 TimeSlotConfigurationList-LCR-Cell-ReconfRqstTDD                                N nbap.extension id-TimeSlotConfigurationList-LCR-Cell-ReconfRqstTDD
675 DwPCH-LCR-Information-Cell-ReconfRqstTDD                                                N nbap.extension id-DwPCH-LCR-Information-Cell-ReconfRqstTDD
676 IPDLParameter-Information-Cell-ReconfRqstTDD                                    N nbap.extension id-IPDLParameter-Information-Cell-ReconfRqstTDD
677 IPDLParameter-Information-LCR-Cell-ReconfRqstTDD                                N nbap.extension id-IPDLParameter-Information-LCR-Cell-ReconfRqstTDD
678 SCH-768-Information-Cell-ReconfRqstTDD                                                  N nbap.extension id-SCH-768-Information-Cell-ReconfRqstTDD
679 PCCPCH-768-Information-Cell-ReconfRqstTDD                                               N nbap.extension id-PCCPCH-768-Information-Cell-ReconfRqstTDD
680 CellParameterID                                                                                 N nbap.extension id-MBSFN-Cell-ParameterID-Cell-ReconfRqstTDD
681 Power-Local-Cell-Group-InformationList-ResourceStatusInd                N nbap.extension id-Power-Local-Cell-Group-InformationList-ResourceStatusInd
682 MBSFN-Only-Mode-Capability                                                                      N nbap.extension id-MBSFN-Only-Mode-Capability
683 Power-Local-Cell-Group-InformationList2-ResourceStatusInd               N nbap.extension id-Power-Local-Cell-Group-InformationList2-ResourceStatusInd
684 FPACH-LCR-InformationList-ResourceStatusInd                                     N nbap.extension id-FPACH-LCR-InformationList-ResourceStatusInd
685 DwPCH-LCR-Information-ResourceStatusInd                                                 N nbap.extension id-DwPCH-LCR-Information-ResourceStatusInd
686 HS-DSCH-Resources-Information-ResourceStatusInd                                 N nbap.extension id-HSDSCH-Resources-Information-ResourceStatusInd
687 Common-PhysicalChannel-Status-Information                                               N nbap.extension id-MICH-Information-ResourceStatusInd
688 S-CCPCH-InformationListExt-ResourceStatusInd                                    N nbap.extension id-S-CCPCH-InformationListExt-ResourceStatusInd
689 S-CCPCH-LCR-InformationListExt-ResourceStatusInd                                N nbap.extension id-S-CCPCH-LCR-InformationListExt-ResourceStatusInd
690 E-DCH-Resources-Information-ResourceStatusInd                                   N nbap.extension id-E-DCH-Resources-Information-ResourceStatusInd
691 PLCCH-InformationList-ResourceStatusInd                                                 N nbap.extension id-PLCCH-InformationList-ResourceStatusInd
692 Common-PhysicalChannel-Status-Information768                                    N nbap.extension id-P-CCPCH-768-Information-ResourceStatusInd
693 S-CCPCH-768-InformationList-ResourceStatusInd                                   N nbap.extension id-S-CCPCH-768-InformationList-ResourceStatusInd
694 Common-PhysicalChannel-Status-Information768                                    N nbap.extension id-PICH-768-Information-ResourceStatusInd
695 PRACH-768-InformationList-ResourceStatusInd                                     N nbap.extension id-PRACH-768-InformationList-ResourceStatusInd
696 Common-PhysicalChannel-Status-Information768                                    N nbap.extension id-SCH-768-Information-ResourceStatusInd
697 Common-PhysicalChannel-Status-Information768                                    N nbap.extension id-MICH-768-Information-ResourceStatusInd
698 E-RUCCH-InformationList-ResourceStatusInd                                               N nbap.extension id-E-RUCCH-InformationList-ResourceStatusInd
699 E-RUCCH-768-InformationList-ResourceStatusInd                                   N nbap.extension id-E-RUCCH-768-InformationList-ResourceStatusInd
700 DL-PowerBalancing-Information                                                                   N nbap.extension id-DL-PowerBalancing-Information
701 HSDSCH-FDD-Information                                                                          N nbap.extension id-HSDSCH-FDD-Information
702 HSDSCH-RNTI                                                                                     N nbap.extension id-HSDSCH-RNTI
703 RL-ID                                                                                           N nbap.extension id-HSPDSCH-RL-ID
704 E-DPCH-Information-RL-SetupRqstFDD                                                              N nbap.extension id-E-DPCH-Information-RL-SetupRqstFDD
705 E-DCH-FDD-Information                                                                           N nbap.extension id-E-DCH-FDD-Information
706 Serving-E-DCH-RL-ID                                                                             N nbap.extension id-Serving-E-DCH-RL-ID
707 F-DPCH-Information-RL-SetupRqstFDD                                                              N nbap.extension id-F-DPCH-Information-RL-SetupRqstFDD
708 Initial-DL-DPCH-TimingAdjustment-Allowed                                                N nbap.extension id-Initial-DL-DPCH-TimingAdjustment-Allowed
709 DCH-Indicator-For-E-DCH-HSDPA-Operation                                                 N nbap.extension id-DCH-Indicator-For-E-DCH-HSDPA-Operation
710 CFN                                                                                             N nbap.extension id-Serving-Cell-Change-CFN
711 ContinuousPacketConnectivityDTX-DRX-Information                                 N nbap.extension id-ContinuousPacketConnectivityDTX-DRX-Information
712 DPC-Mode                                                                                        N nbap.extension id-DPC-Mode
713 UL-DPDCH-Indicator-For-E-DCH-Operation                                                  N nbap.extension id-UL-DPDCH-Indicator-For-E-DCH-Operation
714 RL-Specific-DCH-Info                                                                            N nbap.extension id-RL-Specific-DCH-Info
715 DelayedActivation                                                                               N nbap.extension id-DelayedActivation
716 Primary-CPICH-Usage-for-Channel-Estimation                                              N nbap.extension id-Primary-CPICH-Usage-for-Channel-Estimation
717 CommonPhysicalChannelID                                                                         N nbap.extension id-Secondary-CPICH-Information
718 E-DCH-RL-Indication                                                                             N nbap.extension id-E-DCH-RL-Indication
719 RL-Specific-E-DCH-Info                                                                          N nbap.extension id-RL-Specific-E-DCH-Info
720 SynchronisationIndicator                                                                                N nbap.extension id-SynchronisationIndicator
721 F-DPCH-SlotFormat                                                                                               N nbap.extension id-F-DPCH-SlotFormat
722 HSDSCH-TDD-Information                                                                                  N nbap.extension id-HSDSCH-TDD-Information
723 RL-ID                                                                                                                   N nbap.extension id-PDSCH-RL-ID
724 E-DCH-Information                                                                                               N nbap.extension id-E-DCH-Information
725 RL-ID                                                                                                                   N nbap.extension id-E-DCH-Serving-RL-ID
726 E-DCH-768-Information                                                                                   N nbap.extension id-E-DCH-768-Information
727 E-DCH-LCR-Information                                                                                   N nbap.extension id-E-DCH-LCR-Information
728 UL-DPCH-LCR-Information-RL-SetupRqstTDD                                                 N nbap.extension id-UL-DPCH-LCR-Information-RL-SetupRqstTDD
729 UL-SIR                                                                                                                  N nbap.extension id-UL-SIRTarget
730 TDD-TPC-UplinkStepSize-LCR                                                                              N nbap.extension id-TDD-TPC-UplinkStepSize-LCR-RL-SetupRqstTDD
731 UL-DPCH-768-Information-RL-SetupRqstTDD                                                 N nbap.extension id-UL-DPCH-768-Information-RL-SetupRqstTDD
732 DL-DPCH-LCR-Information-RL-SetupRqstTDD                                                 N nbap.extension id-DL-DPCH-LCR-Information-RL-SetupRqstTDD
733 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Initial-DL-Power-RL-SetupRqstTDD
734 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Maximum-DL-Power-RL-SetupRqstTDD
735 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Minimum-DL-Power-RL-SetupRqstTDD
736 DL-DPCH-768-Information-RL-SetupRqstTDD                                                 N nbap.extension id-DL-DPCH-768-Information-RL-SetupRqstTDD
737 DL-TimeslotISCPInfoLCR                                                                                  N nbap.extension id-TimeslotISCP-LCR-InfoList-RL-SetupRqstTDD
738 UL-Synchronisation-Parameters-LCR                                                               N nbap.extension id-UL-Synchronisation-Parameters-LCR
739 HSDSCH-FDD-Information-Response                                                                 N nbap.extension id-HSDSCH-FDD-Information-Response
740 DL-PowerBalancing-ActivationIndicator                                                   N nbap.extension id-DL-PowerBalancing-ActivationIndicator
741 RL-Set-ID                                                                                                               N nbap.extension id-E-DCH-RL-Set-ID
742 E-DCH-FDD-DL-Control-Channel-Information                                                N nbap.extension id-E-DCH-FDD-DL-Control-Channel-Information
743 DL-DPCH-TimingAdjustment                                                                                N nbap.extension id-Initial-DL-DPCH-TimingAdjustment
744 E-DCH-FDD-Information-Response                                                                  N nbap.extension id-E-DCH-FDD-Information-Response
745 RL-InformationResponse-LCR-RL-SetupRspTDD                                               N nbap.extension id-RL-InformationResponse-LCR-RL-SetupRspTDD
746 HSDSCH-TDD-Information-Response                                                                 N nbap.extension id-HSDSCH-TDD-Information-Response
747 E-DCH-Information-Response                                                                              N nbap.extension id-E-DCH-Information-Response
748 HS-DSCH-Serving-Cell-Change-Info                                                                N nbap.extension id-HS-DSCH-Serving-Cell-Change-Info
749 E-DPCH-Information-RL-AdditionReqFDD                                                    N nbap.extension id-E-DPCH-Information-RL-AdditionReqFDD
750 DL-Power                                                                                                                N nbap.extension id-DLReferencePower
751 HSDSCH-Configured-Indicator                                                                             N nbap.extension id-HSDSCH-Configured-Indicator
752 UL-DPCH-InformationItem-LCR-RL-AdditionRqstTDD                                  N nbap.extension id-UL-DPCH-InformationItem-LCR-RL-AdditionRqstTDD
753 TDD-TPC-UplinkStepSize-LCR                                                                              N nbap.extension id-TDD-TPC-UplinkStepSize-LCR-RL-AdditionRqstTDD
754 UL-DPCH-InformationItem-768-RL-AdditionRqstTDD                                  N nbap.extension id-UL-DPCH-InformationItem-768-RL-AdditionRqstTDD
755 DL-DPCH-InformationItem-LCR-RL-AdditionRqstTDD                                  N nbap.extension id-DL-DPCH-InformationItem-LCR-RL-AdditionRqstTDD
756 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Initial-DL-Power-RL-AdditionRqstTDD
757 TDD-TPC-DownlinkStepSize                                                                        N nbap.extension id-TDD-TPC-DownlinkStepSize-RL-AdditionRqstTDD
758 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Maximum-DL-Power-RL-AdditionRqstTDD
759 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Minimum-DL-Power-RL-AdditionRqstTDD
760 DL-DPCH-InformationItem-768-RL-AdditionRqstTDD                                  N nbap.extension id-DL-DPCH-InformationItem-768-RL-AdditionRqstTDD
761 DL-TimeslotISCPInfoLCR                                                                                  N nbap.extension id-TimeslotISCP-InformationList-LCR-RL-AdditionRqstTDD
762 HS-DSCH-Serving-Cell-Change-Info-Response                                               N nbap.extension id-HS-DSCH-Serving-Cell-Change-Info-Response
763 E-DCH-Serving-Cell-Change-Info-Response                                                 N nbap.extension id-E-DCH-Serving-Cell-Change-Info-Response
764 MAChs-ResetIndicator                                                                                    N nbap.extension id-MAChs-ResetIndicator
765 RL-InformationResponse-LCR-RL-AdditionRspTDD                                    N nbap.extension id-RL-InformationResponse-LCR-RL-AdditionRspTDD
766 SignallingBearerRequestIndicator                                                                N nbap.extension id-SignallingBearerRequestIndicator
767 HSDSCH-Information-to-Modify                                                                    N nbap.extension id-HSDSCH-Information-to-Modify
768 HSDSCH-MACdFlows-Information                                                                    N nbap.extension id-HSDSCH-MACdFlows-to-Add
769 HSDSCH-MACdFlows-to-Delete                                                                              N nbap.extension id-HSDSCH-MACdFlows-to-Delete
770 E-DPCH-Information-RL-ReconfPrepFDD                                                             N nbap.extension id-E-DPCH-Information-RL-ReconfPrepFDD
771 E-DCH-FDD-Information-to-Modify                                                                 N nbap.extension id-E-DCH-FDD-Information-to-Modify
772 E-DCH-MACdFlows-Information                                                                             N nbap.extension id-E-DCH-MACdFlows-to-Add
773 E-DCH-MACdFlows-to-Delete                                                                               N nbap.extension id-E-DCH-MACdFlows-to-Delete
774 F-DPCH-Information-RL-ReconfPrepFDD                                                             N nbap.extension id-F-DPCH-Information-RL-ReconfPrepFDD
775 Fast-Reconfiguration-Mode                                                                               N nbap.extension id-Fast-Reconfiguration-Mode
776 CPC-Information                                                                                                 N nbap.extension id-CPC-Information
777 DL-DPCH-Power-Information-RL-ReconfPrepFDD                                              N nbap.extension id-DL-DPCH-Power-Information-RL-ReconfPrepFDD
778 DL-DPCH-TimingAdjustment                                                                                N nbap.extension id-DL-DPCH-TimingAdjustment
779 Secondary-CPICH-Information-Change                                                              N nbap.extension id-Secondary-CPICH-Information-Change
780 MultipleRL-Information-RL-ReconfPrepTDD                                                 N nbap.extension id-multiple-RL-Information-RL-ReconfPrepTDD
781 E-DCH-Information-Reconfig                                                                              N nbap.extension id-E-DCH-Information-Reconfig
782 E-DCH-768-Information-Reconfig                                                                  N nbap.extension id-E-DCH-768-Information-Reconfig
783 E-DCH-LCR-Information-Reconfig                                                                  N nbap.extension id-E-DCH-LCR-Information-Reconfig
784 UL-DPCH-LCR-InformationAddList-RL-ReconfPrepTDD                                 N nbap.extension id-UL-DPCH-LCR-InformationAddListIE-RL-ReconfPrepTDD
785 TDD-TPC-UplinkStepSize-LCR                                                                              N nbap.extension id-TDD-TPC-UplinkStepSize-InformationAdd-LCR-RL-ReconfPrepTDD
786 RL-ID                                                                                                                   N nbap.extension id-RL-ID
787 MultipleRL-UL-DPCH-InformationAddList-RL-ReconfPrepTDD                  N nbap.extension id-multipleRL-ul-DPCH-InformationList
788 UL-DPCH-768-InformationAddList-RL-ReconfPrepTDD                                 N nbap.extension id-UL-DPCH-768-InformationAddItemIE-RL-ReconfPrepTDD
789 UL-DPCH-768-InformationAddList-RL-ReconfPrepTDD                                 N nbap.extension id-UL-DPCH-768-InformationAddListIE-RL-ReconfPrepTDD
790 UL-DPCH-LCR-InformationModify-AddList-RL-ReconfPrepTDD                  N nbap.extension id-UL-DPCH-LCR-InformationModify-AddList
791 TDD-TPC-UplinkStepSize-LCR                                                                              N nbap.extension id-TDD-TPC-UplinkStepSize-InformationModify-LCR-RL-ReconfPrepTDD
792 MultipleRL-UL-DPCH-InformationModifyList-RL-ReconfPrepTDD               N nbap.extension id-multipleRL-ul-DPCH-InformationModifyList
793 UL-DPCH-768-InformationModify-AddList-RL-ReconfPrepTDD                  N nbap.extension id-UL-DPCH-768-InformationModify-AddItem
794 UL-DPCH-768-InformationModify-AddList-RL-ReconfPrepTDD                  N nbap.extension id-UL-DPCH-768-InformationModify-AddList
795 UL-TimeslotLCR-InformationModify-ModifyList-RL-ReconfPrepTDD    N nbap.extension id-UL-TimeslotLCR-Information-RL-ReconfPrepTDD
796 UL-Timeslot768-InformationModify-ModifyList-RL-ReconfPrepTDD    N nbap.extension id-UL-Timeslot768-Information-RL-ReconfPrepTDD
797 PLCCHinformation                                                                                                N nbap.extension id-PLCCH-Information-RL-ReconfPrepTDDLCR
798 TDD-UL-DPCH-TimeSlotFormat-LCR                                                                  N nbap.extension id-UL-DPCH-TimeSlotFormat-LCR-ModifyItem-RL-ReconfPrepTDD
799 DL-DPCH-LCR-InformationAddList-RL-ReconfPrepTDD                                 N nbap.extension id-DL-DPCH-LCR-InformationAddList-RL-ReconfPrepTDD
800 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Initial-DL-Power-RL-ReconfPrepTDD
801 TDD-TPC-DownlinkStepSize                                                                                N nbap.extension id-TDD-TPC-DownlinkStepSize-InformationAdd-RL-ReconfPrepTDD
802 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Maximum-DL-Power-InformationAdd-RL-ReconfPrepTDD
803 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Minimum-DL-Power-InformationAdd-RL-ReconfPrepTDD
804 MultipleRL-DL-DPCH-InformationAddList-RL-ReconfPrepTDD                  N nbap.extension id-multipleRL-dl-DPCH-InformationList
805 DL-DPCH-768-InformationAddList-RL-ReconfPrepTDD                                 N nbap.extension id-DL-DPCH-768-InformationAddItem-RL-ReconfPrepTDD
806 DL-DPCH-768-InformationAddList-RL-ReconfPrepTDD                                 N nbap.extension id-DL-DPCH-768-InformationAddList-RL-ReconfPrepTDD
807 DL-DPCH-LCR-InformationModify-AddList-RL-ReconfPrepTDD                  N nbap.extension id-DL-DPCH-LCR-InformationModify-AddList-RL-ReconfPrepTDD
808 TDD-TPC-DownlinkStepSize                                                                                N nbap.extension id-TDD-TPC-DownlinkStepSize-InformationModify-RL-ReconfPrepTDD
809 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Maximum-DL-Power-InformationModify-RL-ReconfPrepTDD
810 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Minimum-DL-Power-InformationModify-RL-ReconfPrepTDD
811 MultipleRL-DL-DPCH-InformationModifyList-RL-ReconfPrepTDD               N nbap.extension id-multipleRL-dl-DPCH-InformationModifyList
812 DL-DPCH-768-InformationModify-AddList-RL-ReconfPrepTDD                  N nbap.extension id-DL-DPCH-768-InformationModify-AddItem-RL-ReconfPrepTDD
813 DL-DPCH-768-InformationModify-AddList-RL-ReconfPrepTDD                  N nbap.extension id-DL-DPCH-768-InformationModify-AddList-RL-ReconfPrepTDD
814 DL-Timeslot-LCR-InformationModify-ModifyList-RL-ReconfPrepTDD   N nbap.extension id-DL-Timeslot-LCR-InformationModify-ModifyList-RL-ReconfPrepTDD
815 DL-Timeslot-768-InformationModify-ModifyList-RL-ReconfPrepTDD   N nbap.extension id-DL-Timeslot-768-InformationModify-ModifyList-RL-ReconfPrepTDD
816 DL-Power                                                                                                                N nbap.extension id-Maximum-DL-Power-Modify-LCR-InformationModify-RL-ReconfPrepTDD
817 DL-Power                                                                                                                N nbap.extension id-Minimum-DL-Power-Modify-LCR-InformationModify-RL-ReconfPrepTDD
818 TDD-DL-DPCH-TimeSlotFormat-LCR                                                                  N nbap.extension id-DL-DPCH-TimeSlotFormat-LCR-ModifyItem-RL-ReconfPrepTDD
819 DL-Power                                                                                                                N nbap.extension id-InitDL-Power
820 DL-TimeslotISCPInfoLCR                                                                                  N nbap.extension id-TimeslotISCP-LCR-InfoList-RL-ReconfPrepTDD
821 CommunicationControlPortID                                                                              N nbap.extension id-TargetCommunicationControlPortID
822 Fast-Reconfiguration-Permission                                                                 N nbap.extension id-Fast-Reconfiguration-Permission
823 DL-PowerBalancing-UpdatedIndicator                                                              N nbap.extension id-DL-PowerBalancing-UpdatedIndicator
824 HSDSCH-Information-to-Modify-Unsynchronised                                             N nbap.extension id-HSDSCH-Information-to-Modify-Unsynchronised
825 E-DPCH-Information-RL-ReconfRqstFDD                                                             N nbap.extension id-E-DPCH-Information-RL-ReconfRqstFDD
826 Multiple-RL-Information-RL-ReconfRqstTDD                                                N nbap.extension id-multiple-RL-Information-RL-ReconfRqstTDD
827 DL-DPCH-LCR-InformationModify-ModifyList-RL-ReconfRqstTDD               N nbap.extension id-DL-DPCH-LCR-InformationModify-ModifyList-RL-ReconfRqstTDD
828 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Maximum-DL-Power-InformationModify-RL-ReconfRqstTDD
829 DL-Power                                                                                                                N nbap.extension id-CCTrCH-Minimum-DL-Power-InformationModify-RL-ReconfRqstTDD
830 MultipleRL-DL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD             N nbap.extension id-multipleRL-dl-CCTrCH-InformationModifyList-RL-ReconfRqstTDD
831 DL-TimeslotISCPInfoLCR                                                                                  N nbap.extension id-TimeslotISCPInfoList-LCR-DL-PC-RqstTDD
832 PrimaryCCPCH-RSCP                                                                                               N nbap.extension id-PrimCCPCH-RSCP-DL-PC-RqstTDD
833 PrimaryCCPCH-RSCP-Delta                                                                                 N nbap.extension id-PrimaryCCPCH-RSCP-Delta
834 NumberOfReportedCellPortions                                                                    N nbap.extension id-NumberOfReportedCellPortions
835 AlternativeFormatReportingIndicator                                                             N nbap.extension id-AlternativeFormatReportingIndicator
836 PUSCH-Info-DM-Rqst                                                                                              N nbap.extension id-PUSCH-Info-DM-Rqst
837 HSSICH-Info-DM-Rqst                                                                                             N nbap.extension id-HSSICH-Info-DM-Rqst
838 DPCH-ID768                                                                                                              N nbap.extension id-DPCH-ID768-DM-Rqst
839 PUSCH-Info-DM-Rsp                                                                                               N nbap.extension id-PUSCH-Info-DM-Rsp
840 HS-SICH-ID                                                                                                              N nbap.extension id-HSSICH-Info-DM-Rsp
841 Multiple-DedicatedMeasurementValueList-TDD-DM-Rsp                               N nbap.extension id-multiple-DedicatedMeasurementValueList-TDD-DM-Rsp
842 Multiple-DedicatedMeasurementValueList-LCR-TDD-DM-Rsp                   N nbap.extension id-multiple-DedicatedMeasurementValueList-LCR-TDD-DM-Rsp
843 Multiple-PUSCH-InfoList-DM-Rsp                                                                  N nbap.extension id-multiple-PUSCH-InfoList-DM-Rsp
844 Multiple-HSSICHMeasurementValueList-TDD-DM-Rsp                                  N nbap.extension id-multiple-HSSICHMeasurementValueList-TDD-DM-Rsp
845 DPCH-ID768                                                                                                              N nbap.extension id-DPCH-ID768-DM-Rsp
846 Multiple-DedicatedMeasurementValueList-768-TDD-DM-Rsp                   N nbap.extension id-multiple-DedicatedMeasurementValueList-768-TDD-DM-Rsp
847 PUSCH-Info-DM-Rprt                                                                                              N nbap.extension id-PUSCH-Info-DM-Rprt
848 HS-SICH-ID                                                                                                              N nbap.extension id-HSSICH-Info-DM-Rprt
849 Multiple-PUSCH-InfoList-DM-Rprt                                                                 N nbap.extension id-multiple-PUSCH-InfoList-DM-Rprt
850 DPCH-ID768                                                                                                              N nbap.extension id-DPCH-ID768-DM-Rprt
851 DL-ScramblingCode                                                                                               N nbap.extension id-E-AGCH-And-E-RGCH-E-HICH-FDD-Scrambling-Code
852 E-AGCH-FDD-Code-Information                                                                             N nbap.extension id-E-AGCH-FDD-Code-Information
853 E-RGCH-E-HICH-FDD-Code-Information                                                              N nbap.extension id-E-RGCH-E-HICH-FDD-Code-Information
854 HSDPA-And-EDCH-CellPortion-InformationList-PSCH-ReconfRqst              N nbap.extension id-HSDPA-And-EDCH-CellPortion-Information-PSCH-ReconfRqst
855 Maximum-Target-ReceivedTotalWideBandPower                                               N nbap.extension id-Maximum-Target-ReceivedTotalWideBandPower
856 Target-NonServing-EDCH-To-Total-EDCH-Power-Ratio                                N nbap.extension id-Target-NonServing-EDCH-To-Total-EDCH-Power-Ratio
857 HSDSCH-Common-System-InformationFDD                                                             N nbap.extension id-HSDSCH-Common-System-InformationFDD
858 HSDSCH-Paging-System-InformationFDD                                                             N nbap.extension id-HSDSCH-Paging-System-InformationFDD
859 HS-PDSCH-TDD-Information-PSCH-ReconfRqst                                                N nbap.extension id-HS-PDSCH-TDD-Information-PSCH-ReconfRqst
860 Add-To-HS-SCCH-Resource-Pool-PSCH-ReconfRqst                                    N nbap.extension id-Add-To-HS-SCCH-Resource-Pool-PSCH-ReconfRqst
861 Modify-HS-SCCH-Resource-Pool-PSCH-ReconfRqst                                    N nbap.extension id-Modify-HS-SCCH-Resource-Pool-PSCH-ReconfRqst
862 Delete-From-HS-SCCH-Resource-Pool-PSCH-ReconfRqst                               N nbap.extension id-Delete-From-HS-SCCH-Resource-Pool-PSCH-ReconfRqst
863 ConfigurationGenerationID                                                                               N nbap.extension id-ConfigurationGenerationID
864 E-PUCH-Information-PSCH-ReconfRqst                                                              N nbap.extension id-E-PUCH-Information-PSCH-ReconfRqst
865 Add-To-E-AGCH-Resource-Pool-PSCH-ReconfRqst                                             N nbap.extension id-Add-To-E-AGCH-Resource-Pool-PSCH-ReconfRqst
866 Modify-E-AGCH-Resource-Pool-PSCH-ReconfRqst                                             N nbap.extension id-Modify-E-AGCH-Resource-Pool-PSCH-ReconfRqst
867 Delete-From-E-AGCH-Resource-Pool-PSCH-ReconfRqst                                N nbap.extension id-Delete-From-E-AGCH-Resource-Pool-PSCH-ReconfRqst
868 E-HICH-Information-PSCH-ReconfRqst                                                              N nbap.extension id-E-HICH-Information-PSCH-ReconfRqst
869 Maximum-Generated-ReceivedTotalWideBandPowerInOtherCells                N nbap.extension id-Maximum-Generated-ReceivedTotalWideBandPowerInOtherCells
870 E-PUCH-Information-768-PSCH-ReconfRqst                                                  N nbap.extension id-E-PUCH-Information-768-PSCH-ReconfRqst
871 Add-To-E-AGCH-Resource-Pool-768-PSCH-ReconfRqst                                 N nbap.extension id-Add-To-E-AGCH-Resource-Pool-768-PSCH-ReconfRqst
872 Modify-E-AGCH-Resource-Pool-768-PSCH-ReconfRqst                                 N nbap.extension id-Modify-E-AGCH-Resource-Pool-768-PSCH-ReconfRqst
873 E-HICH-Information-768-PSCH-ReconfRqst                                                  N nbap.extension id-E-HICH-Information-768-PSCH-ReconfRqst
874 E-PUCH-Information-LCR-PSCH-ReconfRqst                                                  N nbap.extension id-E-PUCH-Information-LCR-PSCH-ReconfRqst
875 Add-To-E-AGCH-Resource-Pool-LCR-PSCH-ReconfRqst                                 N nbap.extension id-Add-To-E-AGCH-Resource-Pool-LCR-PSCH-ReconfRqst
876 Modify-E-AGCH-Resource-Pool-LCR-PSCH-ReconfRqst                                 N nbap.extension id-Modify-E-AGCH-Resource-Pool-LCR-PSCH-ReconfRqst
877 Add-To-E-HICH-Resource-Pool-LCR-PSCH-ReconfRqst                                 N nbap.extension id-Add-To-E-HICH-Resource-Pool-LCR-PSCH-ReconfRqst
878 Modify-E-HICH-Resource-Pool-LCR-PSCH-ReconfRqst                                 N nbap.extension id-Modify-E-HICH-Resource-Pool-LCR-PSCH-ReconfRqst
879 Delete-From-E-HICH-Resource-Pool-PSCH-ReconfRqst                                N nbap.extension id-Delete-From-E-HICH-Resource-Pool-PSCH-ReconfRqst
880 SYNC-UL-Partition-LCR                                                                                   N nbap.extension id-SYNC-UL-Partition-LCR
881 PDSCH-AddInformation-LCR-AddItem-PSCH-ReconfRqst                                N nbap.extension id-PDSCH-AddInformation-LCR-PSCH-ReconfRqst
882 PDSCH-AddInformation-768-AddItem-PSCH-ReconfRqst                                N nbap.extension id-PDSCH-AddInformation-768-PSCH-ReconfRqst
883 TDD-DL-DPCH-TimeSlotFormat-LCR                                                                  N nbap.extension id-PDSCH-Timeslot-Format-PSCH-ReconfRqst-LCR
884 PDSCH-ModifyInformation-768-ModifyItem-PSCH-ReconfRqst                  N nbap.extension id-PDSCH-ModifyInformation-768-PSCH-ReconfRqst
885 PUSCH-AddInformation-LCR-AddItem-PSCH-ReconfRqst                                N nbap.extension id-PUSCH-AddInformation-LCR-PSCH-ReconfRqst
886 PUSCH-AddInformation-768-AddItem-PSCH-ReconfRqst                                N nbap.extension id-PUSCH-AddInformation-768-PSCH-ReconfRqst
887 TDD-UL-DPCH-TimeSlotFormat-LCR                                                                  N nbap.extension id-PUSCH-Timeslot-Format-PSCH-ReconfRqst-LCR
888 PUSCH-ModifyInformation-768-ModifyItem-PSCH-ReconfRqst                  N nbap.extension id-PUSCH-ModifyInformation-768-PSCH-ReconfRqst
889 DL-HS-PDSCH-Timeslot-Information-768-PSCH-ReconfRqst                    N nbap.extension id-dL-HS-PDSCH-Timeslot-Information-768-PSCH-ReconfRqst
890 HS-SCCH-Information-768-PSCH-ReconfRqst                                                 N nbap.extension id-hS-SCCH-Information-768-PSCH-ReconfRqst
891 HS-SCCH-InformationModify-768-PSCH-ReconfRqst                                   N nbap.extension id-hS-SCCH-InformationModify-768-PSCH-ReconfRqst
892 E-HICH-TimeOffset                                                                                               N nbap.extension id-E-HICH-TimeOffset
893 E-HICH-TimeOffsetLCR                                                                                    N nbap.extension id-E-HICH-TimeOffsetLCR
894 HSDSCH-Common-System-Information-ResponseFDD                                    N nbap.extension id-HSDSCH-Common-System-Information-ResponseFDD
895 HSDSCH-Paging-System-Information-ResponseFDD                                    N nbap.extension id-HSDSCH-Paging-System-Information-ResponseFDD
896 SYNCDlCodeId-TransInitLCR-CellSyncInitiationRqstTDD                             N nbap.extension id-SYNCDlCodeId-TransInitLCR-CellSyncInitiationRqstTDD
897 SYNCDlCodeId-MeasureInitLCR-CellSyncInitiationRqstTDD                   N nbap.extension id-SYNCDlCodeId-MeasureInitLCR-CellSyncInitiationRqstTDD
898 NSubCyclesPerCyclePeriod                                                                                N nbap.extension id-NSubCyclesPerCyclePeriod-CellSyncReconfRqstTDD
899 SYNCDlCodeIdTransReconfInfoLCR-CellSyncReconfRqstTDD                    N nbap.extension id-SYNCDlCodeIdTransReconfInfoLCR-CellSyncReconfRqstTDD
900 SYNCDlCodeIdMeasInfoLCR-CellSyncReconfRqstTDD                                   N nbap.extension id-SYNCDlCodeIdMeasReconfigurationLCR-CellSyncReconfRqstTDD
901 DwPCH-Power                                                                                                             N nbap.extension id-DwPCH-Power
902 TimingAdjustmentValueLCR                                                                                N nbap.extension id-TimingAdjustmentValueLCR
903 TimingAdjustmentValue                                                                                   N nbap.extension id-AccumulatedClockupdate-CellSyncReprtTDD
904 SyncDLCodeIdsMeasInfoList-CellSyncReprtTDD                                              N nbap.extension id-SyncDLCodeIdsMeasInfoList-CellSyncReprtTDD
905 E-DCH-RearrangeList-Bearer-RearrangeInd                                                 N nbap.extension id-E-DCH-RearrangeList-Bearer-RearrangeInd
906 E-DCH-FDD-Update-Information                                                                    N nbap.extension id-E-DCH-FDD-Update-Information
907
908 IPMulticastIndication                                                                                           N nbap.extension id-IPMulticastIndication
909 TimeSlotConfigurationList-LCR-CTCH-SetupRqstTDD                                         N nbap.extension id-TimeSlotConfigurationList-LCR-CTCH-SetupRqstTDD
910 Cell-Frequency-List-Information-LCR-MulFreq-AuditRsp                            N nbap.extension id-Cell-Frequency-List-Information-LCR-MulFreq-AuditRsp
911 Cell-Frequency-List-LCR-MulFreq-Cell-SetupRqstTDD                                       N nbap.extension id-Cell-Frequency-List-LCR-MulFreq-Cell-SetupRqstTDD
912 UARFCN-Adjustment                                                                                                       N nbap.extension id-UARFCN-Adjustment
913 Cell-Frequency-List-Information-LCR-MulFreq-ResourceStatusInd           N nbap.extension id-Cell-Frequency-List-Information-LCR-MulFreq-ResourceStatusInd
914 UPPCHPositionLCR                                                                                                        N nbap.extension id-UPPCHPositionLCR
915 UPPCH-LCR-Parameters-CTCH-ReconfRqstTDD                                                         N nbap.extension id-UPPCH-LCR-Parameters-CTCH-ReconfRqstTDD
916 UPPCH-LCR-InformationList-AuditRsp                                                                      N nbap.extension id-UPPCH-LCR-InformationList-AuditRsp
917 UPPCH-LCR-InformationList-ResourceStatusInd                                                     N nbap.extension id-UPPCH-LCR-InformationList-ResourceStatusInd
918 MultipleFreq-DL-HS-PDSCH-Timeslot-Information-LCR-PSCH-ReconfRqst       N nbap.extension id-multipleFreq-dL-HS-PDSCH-Timeslot-Information-LCR-PSCH-ReconfRqst
919 MultipleFreq-HS-DSCH-Resources-InformationList-AuditRsp                         N nbap.extension id-multipleFreq-HS-DSCH-Resources-InformationList-AuditRsp
920 MultipleFreq-HS-DSCH-Resources-InformationList-ResourceStatusInd        N nbap.extension id-multipleFreq-HS-DSCH-Resources-InformationList-ResourceStatusInd
921 Extended-HS-SCCH-ID                                                                                                     N nbap.extension id-Extended-HS-SCCH-ID
922 Extended-HS-SICH-ID                                                                                                     N nbap.extension id-Extended-HS-SICH-ID
923 HSSICH-InfoExt-DM-Rqst                                                                                          N nbap.extension id-HSSICH-InfoExt-DM-Rqst
924 Delete-From-HS-SCCH-Resource-PoolExt-PSCH-ReconfRqst                            N nbap.extension id-Delete-From-HS-SCCH-Resource-PoolExt-PSCH-ReconfRqst
925 HS-SCCH-InformationExt-LCR-PSCH-ReconfRqst                                                      N nbap.extension id-HS-SCCH-InformationExt-LCR-PSCH-ReconfRqst
926 HS-SCCH-InformationModifyExt-LCR-PSCH-ReconfRqst                                        N nbap.extension id-HS-SCCH-InformationModifyExt-LCR-PSCH-ReconfRqst
927 ControlGAP                                                                                                                      N nbap.extension id-PowerControlGAP
928 TimeslotLCR-Extension                                                                                           N nbap.extension id-MBSFN-SpecialTimeSlot-LCR
929 Common-MACFlows-to-DeleteFDD                                                                            N nbap.extension id-Common-MACFlows-to-DeleteFDD
930 Paging-MACFlows-to-DeleteFDD                                                                            N nbap.extension id-Paging-MACFlows-to-DeleteFDD
931 Maximum-Target-ReceivedTotalWideBandPower-LCR                                           N nbap.extension id-Maximum-Target-ReceivedTotalWideBandPower-LCR
932 E-DPDCH-PowerInterpolation                                                                                      N nbap.extension id-E-DPDCH-PowerInterpolation
933 E-TFCI-Boost-Information                                                                                        N nbap.extension id-E-TFCI-Boost-Information
934 Ext-Max-Bits-MACe-PDU-non-scheduled                                                                     N nbap.extension id-Ext-Max-Bits-MACe-PDU-non-scheduled
935 Ext-Reference-E-TFCI-PO                                                                                         N nbap.extension id-Ext-Reference-E-TFCI-PO
936 HARQ-MemoryPartitioningInfoExtForMIMO                                                           N nbap.extension id-HARQ-MemoryPartitioningInfoExtForMIMO
937 IPMulticastDataBearerIndication                                                                         N nbap.extension id-IPMulticastDataBearerIndication
938 MIMO-ActivationIndicator                                                                                        N nbap.extension id-MIMO-ActivationIndicator
939 MIMO-Mode-Indicator                                                                                                     N nbap.extension id-MIMO-Mode-Indicator
940 MIMO-N-M-Ratio                                                                                                          N nbap.extension id-MIMO-N-M-Ratio
941 Multicarrier-Number                                                                                                     N nbap.extension id-multicarrier-number
942 Number-Of-Supported-Carriers                                                                            N nbap.extension id-number-Of-Supported-Carriers
943 MultipleFreq-HSPDSCH-InformationList-ResponseTDDLCR                                     N nbap.extension id-multipleFreq-HSPDSCH-InformationList-ResponseTDDLCR
944 SixtyfourQAM-UsageAllowedIndicator                                                                      N nbap.extension id-SixtyfourQAM-UsageAllowedIndicator
945 SixtyfourQAM-DL-UsageIndicator                                                                          N nbap.extension id-SixtyfourQAM-DL-UsageIndicator
946 SixteenQAM-UL-Operation-Indicator                                                                       N nbap.extension id-SixteenQAM-UL-Operation-Indicator
947 TransportBearerNotRequestedIndicator                                                            N nbap.extension id-TransportBearerNotRequestedIndicator
948 TransportBearerNotSetupIndicator                                                                        N nbap.extension id-TransportBearerNotSetupIndicator
949 TSN-Length                                                                                                                      N nbap.extension id-tSN-Length
950 Extended-E-DCH-LCRTDD-PhysicalLayerCategory                                                     N nbap.extension id-Extended-E-DCH-LCRTDD-PhysicalLayerCategory
951 MultipleFreq-E-DCH-Resources-InformationList-AuditRsp                           N nbap.extension id-MultipleFreq-E-DCH-Resources-InformationList-AuditRsp
952 MultipleFreq-E-DCH-Resources-InformationList-ResourceStatusInd          N nbap.extension id-MultipleFreq-E-DCH-Resources-InformationList-ResourceStatusInd
953 MultipleFreq-E-PUCH-Timeslot-InformationList-LCR-PSCH-ReconfRqst        N nbap.extension id-MultipleFreq-E-PUCH-Timeslot-InformationList-LCR-PSCH-ReconfRqst
954 Extended-E-HICH-ID-TDD                                                                                          N nbap.extension id-Extended-E-HICH-ID-TDD
955 ContinuousPacketConnectivityHS-SCCH-less-Deactivate-Indicator           N nbap.extension id-ContinuousPacketConnectivityHS-SCCH-less-Deactivate-Indicator
956 E-DCH-MACdPDU-SizeCapability                                                                            N nbap.extension id-E-DCH-MACdPDU-SizeCapability
957 E-DCH-MACdPDUSizeFormat                                                                                         N nbap.extension id-E-DCH-MACdPDUSizeFormat
958 Maximum-Number-of-Retransmissions-For-E-DCH                                                     N nbap.extension id-MaximumNumber-Of-Retransmission-for-Scheduling-Info-LCRTDD
959 E-DCH-MACdFlow-Retransmission-Timer                                                                     N nbap.extension id-E-DCH-RetransmissionTimer-for-SchedulingInfo-LCRTDD
960 E-HICH-TimeOffset-ExtensionLCR                                                                          N nbap.extension id-E-HICH-TimeOffset-Extension
961 ControlGAP                                                                                                                      N nbap.extension id-E-PUCH-PowerControlGAP
962 HSDSCH-TBSizeTableIndicator                                                                                     N nbap.extension id-HSDSCH-TBSizeTableIndicator
963 E-DCH-DL-Control-Channel-Change-Information                                                     N nbap.extension id-E-DCH-DL-Control-Channel-Change-Information
964 E-DCH-DL-Control-Channel-Grant-Information                                                      N nbap.extension id-E-DCH-DL-Control-Channel-Grant-Information
965 DGANSS-Corrections-Req                                                                                          N nbap.extension id-DGANSS-Corrections-Req
966 #NULL                                                                                                                           N nbap.extension id-UE-with-enhanced-HS-SCCH-support-indicator
967 AdditionalTimeSlotListLCR                                                                                       N nbap.extension id-AdditionalTimeSlotListLCR
968 AdditionalMeasurementValueList                                                                          N nbap.extension id-AdditionalMeasurementValueList
969 E-AGCH-Table-Choice                                                                                                     N nbap.extension id-E-AGCH-Table-Choice
970 Cause                                                                                                                           N nbap.extension id-HS-Cause
971 Cause                                                                                                                           N nbap.extension id-E-Cause
972 Common-EDCH-Capability                                                                                          N nbap.extension id-Common-EDCH-Capability
973 E-AI-Capability                                                                                                         N nbap.extension id-E-AI-Capability
974 Common-EDCH-System-InformationFDD                                                                       N nbap.extension id-Common-EDCH-System-InformationFDD
975 Common-MACFlows-to-DeleteFDD                                                                            N nbap.extension id-Common-UL-MACFlows-to-DeleteFDD
976 E-DCH-MACdFlows-to-Delete                                                                                       N nbap.extension id-Common-EDCH-MACdFlows-to-DeleteFDD
977 Common-EDCH-System-Information-ResponseFDD                                                      N nbap.extension id-Common-EDCH-System-Information-ResponseFDD
978 Enhanced-UE-DRX-Capability                                                                                      N nbap.extension id-Enhanced-UE-DRX-Capability
979 Enhanced-UE-DRX-InformationFDD                                                                          N nbap.extension id-Enhanced-UE-DRX-InformationFDD
980 TransportBearerRequestIndicator                                                                         N nbap.extension id-TransportBearerRequestIndicator
981 SixtyfourQAM-DL-MIMO-Combined-Capability                                                        N nbap.extension id-SixtyfourQAM-DL-MIMO-Combined-Capability
982 E-RNTI                                                                                                                          N nbap.extension id-E-RNTI
983 MinimumReducedE-DPDCH-GainFactor                                                                        N nbap.extension id-MinimumReducedE-DPDCH-GainFactor
984 GANSS-Time-ID                                                                                                           N nbap.extension id-GANSS-Time-ID
985 GANSS-AddIonoModelReq                                                                                           N nbap.extension id-GANSS-AddIonoModelReq
986 GANSS-EarthOrientParaReq                                                                                        N nbap.extension id-GANSS-EarthOrientParaReq
987 GANSS-AddNavigationModelsReq                                                                            N nbap.extension id-GANSS-AddNavigationModelsReq
988 GANSS-AddUTCModelsReq                                                                                           N nbap.extension id-GANSS-AddUTCModelsReq
989 GANSS-AuxInfoReq                                                                                                        N nbap.extension id-GANSS-AuxInfoReq
990 GANSS-SBAS-ID                                                                                                           N nbap.extension id-GANSS-SBAS-ID
991 GANSS-ID                                                                                                                        N nbap.extension id-GANSS-ID
992 GANSS-Additional-Ionospheric-Model                                                                      N nbap.extension id-GANSS-Additional-Ionospheric-Model
993 GANSS-Earth-Orientation-Parameters                                                                      N nbap.extension id-GANSS-Earth-Orientation-Parameters
994 GANSS-Additional-Time-Models                                                                            N nbap.extension id-GANSS-Additional-Time-Models
995 GANSS-Additional-Navigation-Models                                                                      N nbap.extension id-GANSS-Additional-Navigation-Models
996 GANSS-Additional-UTC-Models                                                                                     N nbap.extension id-GANSS-Additional-UTC-Models
997 GANSS-Auxiliary-Information                                                                                     N nbap.extension id-GANSS-Auxiliary-Information
998 E-DPCCH-Power-Boosting-Capability                                                                       N nbap.extension id-E-DPCCH-Power-Boosting-Capability
999 HSDSCH-Common-System-InformationLCR                                                                     N nbap.extension id-HSDSCH-Common-System-InformationLCR
1000 HSDSCH-Common-System-Information-ResponseLCR                                            N nbap.extension id-HSDSCH-Common-System-Information-ResponseLCR
1001 HSDSCH-Paging-System-InformationLCR                                                                     N nbap.extension id-HSDSCH-Paging-System-InformationLCR
1002 HSDSCH-Paging-System-Information-ResponseLCR                                            N nbap.extension id-HSDSCH-Paging-System-Information-ResponseLCR
1003 Common-MACFlows-to-DeleteLCR                                                                            N nbap.extension id-Common-MACFlows-to-DeleteLCR
1004 Paging-MACFlows-to-DeleteLCR                                                                            N nbap.extension id-Paging-MACFlows-to-DeleteLCR
1005 Common-EDCH-System-InformationLCR                                                                       N nbap.extension id-Common-EDCH-System-InformationLCR
1006 Common-MACFlows-to-DeleteLCR                                                                            N nbap.extension id-Common-UL-MACFlows-to-DeleteLCR
1007 E-DCH-MACdFlows-to-DeleteLCR                                                                            N nbap.extension id-Common-EDCH-MACdFlows-to-DeleteLCR
1008 Common-EDCH-System-Information-ResponseLCR                                                      N nbap.extension id-Common-EDCH-System-Information-ResponseLCR
1009 Enhanced-UE-DRX-Capability                                                                                      N nbap.extension id-Enhanced-UE-DRX-CapabilityLCR
1010 Enhanced-UE-DRX-InformationLCR                                                                          N nbap.extension id-Enhanced-UE-DRX-InformationLCR
1011 HSDSCH-PreconfigurationSetup                                                                            N nbap.extension id-HSDSCH-PreconfigurationSetup
1012 HSDSCH-PreconfigurationInfo                                                                                     N nbap.extension id-HSDSCH-PreconfigurationInfo
1013 NoOfTargetCellHS-SCCH-Order                                                                                     N nbap.extension id-NoOfTargetCellHS-SCCH-Order
1014 EnhancedHSServingCC-Abort                                                                                       N nbap.extension id-EnhancedHSServingCC-Abort
1015 Additional-HS-Cell-Information-RL-Setup-List                                            N nbap.extension id-Additional-HS-Cell-Information-RL-Setup
1016 Additional-HS-Cell-Information-Response-List                                            N nbap.extension id-Additional-HS-Cell-Information-Response
1017 Additional-HS-Cell-Information-RL-Addition-List                                         N nbap.extension id-Additional-HS-Cell-Information-RL-Addition
1018 Additional-HS-Cell-Change-Information-Response-List                                     N nbap.extension id-Additional-HS-Cell-Change-Information-Response
1019 Additional-HS-Cell-Information-RL-Reconf-Prep                                           N nbap.extension id-Additional-HS-Cell-Information-RL-Reconf-Prep
1020 Additional-HS-Cell-Information-RL-Reconf-Req                                            N nbap.extension id-Additional-HS-Cell-Information-RL-Reconf-Req
1021 Additional-HS-Cell-Information-RL-Param-Upd                                                     N nbap.extension id-Additional-HS-Cell-Information-RL-Param-Upd
1022 Multi-Cell-Capability-Info                                                                                      N nbap.extension id-Multi-Cell-Capability-Info
1023 IMB-Parameters                                                                                                          N nbap.extension id-IMB-Parameters
1024 MACes-Maximum-Bitrate-LCR                                                                                       N nbap.extension id-MACes-Maximum-Bitrate-LCR
1025 Semi-PersistentScheduling-CapabilityLCR                                                         N nbap.extension id-Semi-PersistentScheduling-CapabilityLCR
1026 E-DCH-Semi-PersistentScheduling-Information-LCR                                         N nbap.extension id-E-DCH-Semi-PersistentScheduling-Information-LCR
1027 HS-DSCH-Semi-PersistentScheduling-Information-LCR                                       N nbap.extension id-HS-DSCH-Semi-PersistentScheduling-Information-LCR
1028 Add-To-Non-HS-SCCH-Associated-HS-SICH-Resource-Pool-LCR-PSCH-ReconfRqst                 N nbap.extension id-Add-To-Non-HS-SCCH-Associated-HS-SICH-Resource-Pool-LCR-PSCH-ReconfRqst
1029 Modify-Non-HS-SCCH-Associated-HS-SICH-Resource-Pool-LCR-PSCH-ReconfRqst                 N nbap.extension id-Modify-Non-HS-SCCH-Associated-HS-SICH-Resource-Pool-LCR-PSCH-ReconfRqst
1030 Delete-From-Non-HS-SCCH-Associated-HS-SICH-Resource-Pool-LCR-PSCH-ReconfRqst    N nbap.extension id-Delete-From-Non-HS-SCCH-Associated-HS-SICH-Resource-Pool-LCR-PSCH-ReconfRqst
1031 ContinuousPacketConnectivity-DRX-CapabilityLCR                                          N nbap.extension id-ContinuousPacketConnectivity-DRX-CapabilityLCR
1032 ContinuousPacketConnectivity-DRX-InformationLCR                                         N nbap.extension id-ContinuousPacketConnectivity-DRX-InformationLCR
1033 ContinuousPacketConnectivity-DRX-Information-ResponseLCR                        N nbap.extension id-ContinuousPacketConnectivity-DRX-Information-ResponseLCR
1034 CPC-InformationLCR                                                                                                      N nbap.extension id-CPC-InformationLCR
1035 HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR                       N nbap.extension id-HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR
1036 E-DCH-Semi-PersistentScheduling-Information-ResponseLCR                         N nbap.extension id-E-DCH-Semi-PersistentScheduling-Information-ResponseLCR
1037 E-AGCH-UE-Inactivity-Monitor-Threshold                                                          N nbap.extension id-E-AGCH-UE-Inactivity-Monitor-Threshold
1038 IdleIntervalInformation                                                                                         N nbap.extension id-IdleIntervalInformation
1039 HSSICH-ReferenceSignal-InformationLCR                                                           N nbap.extension id-HSSICH-ReferenceSignal-InformationLCR
1040 MIMO-ReferenceSignal-InformationListLCR                                                         N nbap.extension id-MIMO-ReferenceSignal-InformationListLCR
1041 MIMO-SFMode-For-HSPDSCHDualStream                                                                       N nbap.extension id-MIMO-SFMode-For-HSPDSCHDualStream
1042 MIMO-SFMode-For-HSPDSCHDualStream                                                                       N nbap.extension id-MIMO-SFMode-Supported-For-HSPDSCHDualStream
1043 UE-Selected-MBMS-Service-Information                                                            N nbap.extension id-UE-Selected-MBMS-Service-Information
1044 LCRTDD-HSDSCH-Physical-Layer-Category                                                           N nbap.extension id-MultiCarrier-HSDSCH-Physical-Layer-Category
1045 Common-E-DCH-HSDPCCH-Capability                                                                         N nbap.extension id-Common-E-DCH-HSDPCCH-Capability
1046 DL-RLC-PDU-Size-Format                                                                                          N nbap.extension id-DL-RLC-PDU-Size-Format
1047 HSSICH-ReferenceSignal-InformationModifyLCR                                                     N nbap.extension id-HSSICH-ReferenceSignal-InformationModifyLCR
1048 SchedulingPriorityIndicator                                                                                     N nbap.extension id-schedulingPriorityIndicator
1049 TimeSlotMeasurementValueListLCR                                                                         N nbap.extension id-TimeSlotMeasurementValueListLCR
1050 UE-SupportIndicatorExtension                                                                            N nbap.extension id-UE-SupportIndicatorExtension
1051 Single-Stream-MIMO-ActivationIndicator                                                          N nbap.extension id-Single-Stream-MIMO-ActivationIndicator
1052 Single-Stream-MIMO-Capability                                                                           N nbap.extension id-Single-Stream-MIMO-Capability
1053 Single-Stream-MIMO-Mode-Indicator                                                                       N nbap.extension id-Single-Stream-MIMO-Mode-Indicator
1054 Dual-Band-Capability-Info                                                                                       N nbap.extension id-Dual-Band-Capability-Info
1055 UE-AggregateMaximumBitRate                                                                                      N nbap.extension id-UE-AggregateMaximumBitRate
1056 UE-AggregateMaximumBitRate-Enforcement-Indicator                                        N nbap.extension id-UE-AggregateMaximumBitRate-Enforcement-Indicator
1057 MIMO-PowerOffsetForS-CPICHCapability                                                            N nbap.extension id-MIMO-Power-Offset-For-S-CPICH-Capability
1058 MIMO-PilotConfigurationExtension                                                                        N nbap.extension id-MIMO-PilotConfigurationExtension
1059 TxDiversityOnDLControlChannelsByMIMOUECapability                                        N nbap.extension id-TxDiversityOnDLControlChannelsByMIMOUECapability
1060 NumberOfReportedCellPortionsLCR                                                                         N nbap.extension id-NumberOfReportedCellPortionsLCR
1061 CellPortion-CapabilityLCR                                                                                       N nbap.extension id-CellPortion-CapabilityLCR
1062 Additional-EDCH-Setup-Info                                                                                      N nbap.extension id-Additional-EDCH-Cell-Information-RL-Setup-Req
1063 Additional-EDCH-Cell-Information-Response-List                                          N nbap.extension id-Additional-EDCH-Cell-Information-Response
1064 Additional-EDCH-Cell-Information-RL-Add-Req                                                     N nbap.extension id-Additional-EDCH-Cell-Information-RL-Add-Req
1065 Additional-EDCH-Cell-Information-Response-RL-Add-List                           N nbap.extension id-Additional-EDCH-Cell-Information-Response-RL-Add
1066 Additional-EDCH-Cell-Information-RL-Reconf-Prep                                         N nbap.extension id-Additional-EDCH-Cell-Information-RL-Reconf-Prep
1067 Additional-EDCH-Cell-Information-RL-Reconf-Req                                          N nbap.extension id-Additional-EDCH-Cell-Information-RL-Reconf-Req
1068 Additional-EDCH-Cell-Information-Bearer-Rearrangement-List                      N nbap.extension id-Additional-EDCH-Cell-Information-Bearer-Rearrangement
1069 Additional-EDCH-Cell-Information-RL-Param-Upd                                           N nbap.extension id-Additional-EDCH-Cell-Information-RL-Param-Upd
1070 Additional-EDCH-Preconfiguration-Information                                            N nbap.extension id-Additional-EDCH-Preconfiguration-Information
1071 NULL                                                                                                                            N nbap.extension id-EDCH-Indicator
1072 SPS-Reservation-Indicator                                                                                       N nbap.extension id-HS-DSCH-SPS-Reservation-Indicator
1073 SPS-Reservation-Indicator                                                                                       N nbap.extension id-E-DCH-SPS-Reservation-Indicator
1074 MultipleFreq-HARQ-MemoryPartitioning-InformationList                            N nbap.extension id-MultipleFreq-HARQ-MemoryPartitioning-InformationList
1075 Ul-common-E-DCH-MACflow-Specific-InfoResponseListLCR-Ext                        N nbap.extension id-Ul-common-E-DCH-MACflow-Specific-InfoResponseListLCR-Ext
1076 RepetitionPeriodIndex                                                                                           N nbap.extension id-RepetitionPeriodIndex
1077 MidambleShiftLCR                                                                                                        N nbap.extension id-MidambleShiftLCR
1078 MaxHSDSCH-HSSCCH-Power-per-CELLPORTION                                                          N nbap.extension id-MaxHSDSCH-HSSCCH-Power-per-CELLPORTION
1079 DormantModeIndicator                                                                                            N nbap.extension id-DormantModeIndicator
1080 DiversityMode                                                                                                           N nbap.extension id-DiversityMode
1081 TransmitDiversityIndicator                                                                                      N nbap.extension id-TransmitDiversityIndicator
1082 NonCellSpecificTxDiversity                                                                                      N nbap.extension id-NonCellSpecificTxDiversity
1083 Cell-Capability-Container                                                                                       N nbap.extension id-Cell-Capability-Container
1084 NULL                                                                                                                            N nbap.extension id-E-RNTI-List-Request
1085 E-RNTI-List                                                                                                                     N nbap.extension id-E-RNTI-List
1086 ControlGAP                                                                                                                      N nbap.extension id-PowerControlGAP-For-CellFACHLCR
1087 UL-Synchronisation-Parameters-LCR                                                                       N nbap.extension id-UL-Synchronisation-Parameters-For-FACHLCR
1088 HS-DSCH-SPS-Operation-Indicator                                                                         N nbap.extension id-HS-DSCH-SPS-Operation-Indicator
1089 Out-of-Sychronization-Window                                                                            N nbap.extension id-Out-of-Sychronization-Window
1090 Max-RTWP-perUARFCN-Information-LCR-PSCH-ReconfRqst                                      N nbap.extension id-Max-RTWP-perUARFCN-Information-LCR-PSCH-ReconfRqst
1091 E-HICH-TimeOffset-ReconfFailureTDD                                                                      N nbap.extension id-E-HICH-TimeOffset-ReconfFailureTDD
1092 TDD-TPC-DownlinkStepSize                                                                                        N nbap.extension id-HSSCCH-TPC-StepSize
1093 TS0-CapabilityLCR                                                                                                       N nbap.extension id-TS0-CapabilityLCR
1094 UE-TS0-CapabilityLCR                                                                                            N nbap.extension id-UE-TS0-CapabilityLCR
1095 Common-System-Information-ResponseLCR                                                           N nbap.extension id-Common-System-Information-ResponseLCR
1096 Additional-EDCH-Cell-Information-Response-RLReconf-List                         N nbap.extension id-Additional-EDCH-Cell-Information-ResponseRLReconf
1097 Multicell-EDCH-InformationItemIEs                                                                       N nbap.ies id-Multicell-EDCH-InformationItemIEs
1098 Multicell-EDCH-RL-Specific-InformationItemIEs                                           N nbap.ies id-Multicell-EDCH-RL-Specific-InformationItemIEs
1099 Non-HS-SCCH-Associated-HS-SICH-InformationList-Ext                                      N nbap.extension id-Add-To-Non-HS-SCCH-Associated-HS-SICH-Resource-Pool-LCR-PSCH-ReconfRqst-Ext
1100 Modify-Non-HS-SCCH-Associated-HS-SICH-InformationList-Ext                       N nbap.extension id-Modify-Non-HS-SCCH-Associated-HS-SICH-Resource-Pool-LCR-PSCH-ReconfRqst-Ext
1101 Delete-From-Non-HS-SCCH-Associated-HS-SICH-Resource-Pool-LCR-PSCH-ReconfRqst-Ext        N nbap.extension id-Delete-From-Non-HS-SCCH-Associated-HS-SICH-Resource-Pool-LCR-PSCH-ReconfRqst-Ext
1102 DL-Power                                                                                                                        N nbap.extension id-Initial-DL-Transmission-Power
1103 DL-Power                                                                                                                        N nbap.extension id-Maximum-DL-Power
1104 DL-Power                                                                                                                        N nbap.extension id-Minimum-DL-Power
1105 DCH-MeasurementOccasion-Information                                                                     N nbap.extension id-DCH-MeasurementOccasion-Information
1106 CommonPhysicalChannelID                                                                                         N nbap.extension id-AssociatedPhsicalChannelID
1107 DGNSS-ValidityPeriod                                                                                            N nbap.extension id-DGNSS-ValidityPeriod
1108 PhysicalChannelID-for-CommonERNTI-RequestedIndicator                            N nbap.extension id-PhysicalChannelID-for-CommonERNTI-RequestedIndicator
1109 PrecodingWeightSetRestriction                                                                           N nbap.extension id-PrecodingWeightSetRestriction
1110
1111 #NBAP-ELEMENTARY-PROCEDURE
1112 CellSetupRequestFDD                    S nbap.proc.imsg "id-cellSetup/fdd"
1113 CellSetupResponse                      S nbap.proc.sout "id-cellSetup/fdd"
1114 CellSetupFailure                       S nbap.proc.uout "id-cellSetup/fdd"
1115 CellSetupRequestTDD                    S nbap.proc.imsg "id-cellSetup/tdd"
1116 CellSetupResponse                      S nbap.proc.sout "id-cellSetup/tdd"
1117 CellSetupFailure                       S nbap.proc.uout "id-cellSetup/tdd"
1118 CellReconfigurationRequestFDD          S nbap.proc.imsg "id-cellReconfiguration/fdd"
1119 CellReconfigurationResponse            S nbap.proc.sout "id-cellReconfiguration/fdd"
1120 CellReconfigurationFailure             S nbap.proc.uout "id-cellReconfiguration/fdd"
1121 CellReconfigurationRequestTDD          S nbap.proc.imsg "id-cellReconfiguration/tdd"
1122 CellReconfigurationResponse            S nbap.proc.sout "id-cellReconfiguration/tdd"
1123 CellReconfigurationFailure             S nbap.proc.uout "id-cellReconfiguration/tdd"
1124 CellDeletionRequest                    S nbap.proc.imsg "id-cellDeletion/common"
1125 CellDeletionResponse                   S nbap.proc.sout "id-cellDeletion/common"
1126 CommonTransportChannelSetupRequestFDD  S nbap.proc.imsg "id-commonTransportChannelSetup/fdd"
1127 CommonTransportChannelSetupResponse    S nbap.proc.sout "id-commonTransportChannelSetup/fdd"
1128 CommonTransportChannelSetupFailure     S nbap.proc.uout "id-commonTransportChannelSetup/fdd"
1129 CommonTransportChannelSetupRequestTDD  S nbap.proc.imsg "id-commonTransportChannelSetup/tdd"
1130 CommonTransportChannelSetupResponse    S nbap.proc.sout "id-commonTransportChannelSetup/tdd"
1131 CommonTransportChannelSetupFailure     S nbap.proc.uout "id-commonTransportChannelSetup/tdd"
1132 CommonTransportChannelReconfigurationRequestFDD S nbap.proc.imsg "id-commonTransportChannelReconfigure/fdd"
1133 CommonTransportChannelReconfigurationResponse S nbap.proc.sout "id-commonTransportChannelReconfigure/fdd"
1134 CommonTransportChannelReconfigurationFailure S nbap.proc.uout "id-commonTransportChannelReconfigure/fdd"
1135 CommonTransportChannelReconfigurationRequestTDD S nbap.proc.imsg "id-commonTransportChannelReconfigure/tdd"
1136 CommonTransportChannelReconfigurationResponse S nbap.proc.sout "id-commonTransportChannelReconfigure/tdd"
1137 CommonTransportChannelReconfigurationFailure S nbap.proc.uout "id-commonTransportChannelReconfigure/tdd"
1138 CommonTransportChannelDeletionRequest  S nbap.proc.imsg "id-commonTransportChannelDelete/common"
1139 CommonTransportChannelDeletionResponse S nbap.proc.sout "id-commonTransportChannelDelete/common"
1140 AuditRequest                           S nbap.proc.imsg "id-audit/common"
1141 AuditResponse                          S nbap.proc.sout "id-audit/common"
1142 AuditFailure                           S nbap.proc.uout "id-audit/common"
1143 BlockResourceRequest                   S nbap.proc.imsg "id-blockResource/common"
1144 BlockResourceResponse                  S nbap.proc.sout "id-blockResource/common"
1145 BlockResourceFailure                   S nbap.proc.uout "id-blockResource/common"
1146 RadioLinkSetupRequestFDD               S nbap.proc.imsg "id-radioLinkSetup/fdd"
1147 RadioLinkSetupResponseFDD              S nbap.proc.sout "id-radioLinkSetup/fdd"
1148 RadioLinkSetupFailureFDD               S nbap.proc.uout "id-radioLinkSetup/fdd"
1149 RadioLinkSetupRequestTDD               S nbap.proc.imsg "id-radioLinkSetup/tdd"
1150 RadioLinkSetupResponseTDD              S nbap.proc.sout "id-radioLinkSetup/tdd"
1151 RadioLinkSetupFailureTDD               S nbap.proc.uout "id-radioLinkSetup/tdd"
1152 SystemInformationUpdateRequest         S nbap.proc.imsg "id-systemInformationUpdate/common"
1153 SystemInformationUpdateResponse        S nbap.proc.sout "id-systemInformationUpdate/common"
1154 SystemInformationUpdateFailure         S nbap.proc.uout "id-systemInformationUpdate/common"
1155 ResetRequest                           S nbap.proc.imsg "id-reset/common"
1156 ResetResponse                          S nbap.proc.sout "id-reset/common"
1157 CommonMeasurementInitiationRequest     S nbap.proc.imsg "id-commonMeasurementInitiation/common"
1158 CommonMeasurementInitiationResponse    S nbap.proc.sout "id-commonMeasurementInitiation/common"
1159 CommonMeasurementInitiationFailure     S nbap.proc.uout "id-commonMeasurementInitiation/common"
1160 RadioLinkAdditionRequestFDD            S nbap.proc.imsg "id-radioLinkAddition/fdd"
1161 RadioLinkAdditionResponseFDD           S nbap.proc.sout "id-radioLinkAddition/fdd"
1162 RadioLinkAdditionFailureFDD            S nbap.proc.uout "id-radioLinkAddition/fdd"
1163 RadioLinkAdditionRequestTDD            S nbap.proc.imsg "id-radioLinkAddition/tdd"
1164 RadioLinkAdditionResponseTDD           S nbap.proc.sout "id-radioLinkAddition/tdd"
1165 RadioLinkAdditionFailureTDD            S nbap.proc.uout "id-radioLinkAddition/tdd"
1166 RadioLinkDeletionRequest               S nbap.proc.imsg "id-radioLinkDeletion/common"
1167 RadioLinkDeletionResponse              S nbap.proc.sout "id-radioLinkDeletion/common"
1168 RadioLinkReconfigurationPrepareFDD     S nbap.proc.imsg "id-synchronisedRadioLinkReconfigurationPreparation/fdd"
1169 RadioLinkReconfigurationReady          S nbap.proc.sout "id-synchronisedRadioLinkReconfigurationPreparation/fdd"
1170 RadioLinkReconfigurationFailure        S nbap.proc.uout "id-synchronisedRadioLinkReconfigurationPreparation/fdd"
1171 RadioLinkReconfigurationPrepareTDD     S nbap.proc.imsg "id-synchronisedRadioLinkReconfigurationPreparation/tdd"
1172 RadioLinkReconfigurationReady          S nbap.proc.sout "id-synchronisedRadioLinkReconfigurationPreparation/tdd"
1173 RadioLinkReconfigurationFailure        S nbap.proc.uout "id-synchronisedRadioLinkReconfigurationPreparation/tdd"
1174 RadioLinkReconfigurationRequestFDD     S nbap.proc.imsg "id-unSynchronisedRadioLinkReconfiguration/fdd"
1175 RadioLinkReconfigurationResponse       S nbap.proc.sout "id-unSynchronisedRadioLinkReconfiguration/fdd"
1176 RadioLinkReconfigurationFailure        S nbap.proc.uout "id-unSynchronisedRadioLinkReconfiguration/fdd"
1177 RadioLinkReconfigurationRequestTDD     S nbap.proc.imsg "id-unSynchronisedRadioLinkReconfiguration/tdd"
1178 RadioLinkReconfigurationResponse       S nbap.proc.sout "id-unSynchronisedRadioLinkReconfiguration/tdd"
1179 RadioLinkReconfigurationFailure        S nbap.proc.uout "id-unSynchronisedRadioLinkReconfiguration/tdd"
1180 DedicatedMeasurementInitiationRequest                           S nbap.proc.imsg "id-dedicatedMeasurementInitiation/common"
1181 DedicatedMeasurementInitiationResponse                          S nbap.proc.sout "id-dedicatedMeasurementInitiation/common"
1182 DedicatedMeasurementInitiationFailure                           S nbap.proc.uout "id-dedicatedMeasurementInitiation/common"
1183 PhysicalSharedChannelReconfigurationRequestFDD          S nbap.proc.imsg "id-physicalSharedChannelReconfiguration/fdd"
1184 PhysicalSharedChannelReconfigurationResponse            S nbap.proc.sout "id-physicalSharedChannelReconfiguration/fdd"
1185 PhysicalSharedChannelReconfigurationFailure                     S nbap.proc.uout "id-physicalSharedChannelReconfiguration/fdd"
1186 PhysicalSharedChannelReconfigurationRequestTDD          S nbap.proc.imsg "id-physicalSharedChannelReconfiguration/tdd"
1187 PhysicalSharedChannelReconfigurationResponse            S nbap.proc.sout "id-physicalSharedChannelReconfiguration/tdd"
1188 PhysicalSharedChannelReconfigurationFailure                     S nbap.proc.uout "id-physicalSharedChannelReconfiguration/tdd"
1189 InformationExchangeInitiationRequest                            S nbap.proc.imsg "id-informationExchangeInitiation/common"
1190 InformationExchangeInitiationResponse                           S nbap.proc.sout "id-informationExchangeInitiation/common"
1191 InformationExchangeInitiationFailure                            S nbap.proc.uout "id-informationExchangeInitiation/common"
1192 CellSynchronisationInitiationRequestTDD                         S nbap.proc.imsg "id-cellSynchronisationInitiation/tdd"
1193 CellSynchronisationInitiationResponseTDD                        S nbap.proc.sout "id-cellSynchronisationInitiation/tdd"
1194 CellSynchronisationInitiationFailureTDD                         S nbap.proc.uout "id-cellSynchronisationInitiation/tdd"
1195 CellSynchronisationReconfigurationRequestTDD            S nbap.proc.imsg "id-cellSynchronisationReconfiguration/tdd"
1196 CellSynchronisationReconfigurationResponseTDD           S nbap.proc.sout "id-cellSynchronisationReconfiguration/tdd"
1197 CellSynchronisationReconfigurationFailureTDD            S nbap.proc.uout "id-cellSynchronisationReconfiguration/tdd"
1198 CellSynchronisationAdjustmentRequestTDD                         S nbap.proc.imsg "id-cellSynchronisationAdjustment/tdd"
1199 CellSynchronisationAdjustmentResponseTDD                        S nbap.proc.sout "id-cellSynchronisationAdjustment/tdd"
1200 CellSynchronisationAdjustmentFailureTDD                         S nbap.proc.uout "id-cellSynchronisationAdjustment/tdd"
1201 ResourceStatusIndication                                                        S nbap.proc.imsg "id-resourceStatusIndication/common"
1202 AuditRequiredIndication                                                         S nbap.proc.imsg "id-auditRequired/common"
1203 CommonMeasurementReport                S nbap.proc.imsg "id-commonMeasurementReport/common"
1204 CommonMeasurementTerminationRequest    S nbap.proc.imsg "id-commonMeasurementTermination/common"
1205 CommonMeasurementFailureIndication     S nbap.proc.imsg "id-commonMeasurementFailure/common"
1206 RadioLinkReconfigurationCommit         S nbap.proc.imsg "id-synchronisedRadioLinkReconfigurationCommit/common"
1207 RadioLinkReconfigurationCancel         S nbap.proc.imsg "id-synchronisedRadioLinkReconfigurationCancellation/common"
1208 RadioLinkFailureIndication             S nbap.proc.imsg "id-radioLinkFailure/common"
1209 RadioLinkPreemptionRequiredIndication  S nbap.proc.imsg "id-radioLinkPreemption/common"
1210 RadioLinkRestoreIndication             S nbap.proc.imsg "id-radioLinkRestoration/common"
1211 DedicatedMeasurementReport             S nbap.proc.imsg "id-dedicatedMeasurementReport/common"
1212 DedicatedMeasurementTerminationRequest S nbap.proc.imsg "id-dedicatedMeasurementTermination/common"
1213 DedicatedMeasurementFailureIndication  S nbap.proc.imsg "id-dedicatedMeasurementFailure/common"
1214 DL-PowerControlRequest                 S nbap.proc.imsg "id-downlinkPowerControl/fdd"
1215 DL-PowerTimeslotControlRequest         S nbap.proc.imsg "id-downlinkPowerTimeslotControl/tdd"
1216 CompressedModeCommand                  S nbap.proc.imsg "id-compressedModeCommand/fdd"
1217 UnblockResourceIndication              S nbap.proc.imsg "id-unblockResource/common"
1218 ErrorIndication                        S nbap.proc.imsg "id-errorIndicationForDedicated/common"
1219 ErrorIndication                        S nbap.proc.imsg "id-errorIndicationForCommon/common"
1220 CellSynchronisationReportTDD           S nbap.proc.imsg "id-cellSynchronisationReporting/tdd"
1221 CellSynchronisationTerminationRequestTDD S nbap.proc.imsg "id-cellSynchronisationTermination/tdd"
1222 CellSynchronisationFailureIndicationTDD S nbap.proc.imsg "id-cellSynchronisationFailure/tdd"
1223 PrivateMessage                         S nbap.proc.imsg "id-privateMessageForDedicated/common"
1224 PrivateMessage                         S nbap.proc.imsg "id-privateMessageForCommon/common"
1225 InformationReport                      S nbap.proc.imsg "id-informationReporting/common"
1226 InformationExchangeTerminationRequest  S nbap.proc.imsg "id-informationExchangeTermination/common"
1227 InformationExchangeFailureIndication   S nbap.proc.imsg "id-informationExchangeFailure/common"
1228 BearerRearrangementIndication          S nbap.proc.imsg "id-BearerRearrangement/common"
1229 RadioLinkActivationCommandFDD          S nbap.proc.imsg "id-radioLinkActivation/fdd"
1230 RadioLinkActivationCommandTDD          S nbap.proc.imsg "id-radioLinkActivation/tdd"
1231 RadioLinkParameterUpdateIndicationFDD  S nbap.proc.imsg "id-radioLinkParameterUpdate/fdd"
1232 RadioLinkParameterUpdateIndicationTDD  S nbap.proc.imsg "id-radioLinkParameterUpdate/tdd"
1233 MBMSNotificationUpdateCommand          S nbap.proc.imsg "id-mBMSNotificationUpdate/common"
1234 UEStatusUpdateCommand                                   S nbap.proc.imsg "id-uEStatusUpdate/common"
1235 SecondaryULFrequencyReport                              S nbap.proc.imsg "id-secondaryULFrequencyReporting/fdd"
1236 SecondaryULFrequencyUpdateIndication    S nbap.proc.imsg "id-secondaryULFrequencyUpdate/fdd"
1237 #.END