ETSI's Bug Tracker - Ext Pack: Extended TRI (ES 202 789)
View Issue Details
0006327Ext Pack: Extended TRI (ES 202 789)Technicalpublic06-11-2012 08:0111-12-2012 14:19
Tomas Urban 
Ina Schieferdecker 
normalminorhave not tried
closedfixed 
v1.1.1 (published 2012-04) 
v1.2.1 (published 2013-04)v1.2.1 (published 2013-04) 
0006327: Invalid C# mapping of XTriMapParam and XTriUnmapParam
In the C# IXTriCommunicationSA definition (9.5.2.1), the third parameters of XTriMapParam and XTriUnmapParam methods are currently of the ITciValueList type. That's incorrect, because the abstract interface definition (as specified in 5.5.2.3 and 5.5.2.5) requires the parameters to be of the TciParameterListType. This type shall be mapped to ITciParameterList in C#.
No tags attached.
Issue History
06-11-2012 08:01Tomas UrbanNew Issue
13-11-2012 12:52Tomas UrbanNote Added: 0011180
10-12-2012 13:49Gyorgy RethyStatusnew => assigned
10-12-2012 13:49Gyorgy RethyAssigned To => Ina Schieferdecker
10-12-2012 16:40Gyorgy RethyTarget Version => Edition 1.2.1 (ongoing)
11-12-2012 14:18Ina SchieferdeckerNote Added: 0011227
11-12-2012 14:19Ina SchieferdeckerStatusassigned => resolved
11-12-2012 14:19Ina SchieferdeckerResolutionopen => fixed
11-12-2012 14:19Ina SchieferdeckerFixed in Version => Edition 1.2.1 (ongoing)
11-12-2012 14:19Ina SchieferdeckerStatusresolved => closed

Notes
(0011180)
Tomas Urban   
13-11-2012 12:52   
Several other methods are affected too: XTriCall, XTriCallBC, XTriCallMC, XTriReply, XTriReplyBC, XTriReplyMC, XTriExternalFunction, XTriEnqueueCall and XTriEnqueueReply.
(0011227)
Ina Schieferdecker   
11-12-2012 14:18   
Implemented as proposed for all parameterList parameters in the C# mapping.