ETSI's Bug Tracker - Ext Pack: Perf & Real Time Testing (ES 202 782)
View Issue Details
0006636Ext Pack: Perf & Real Time Testing (ES 202 782)Technicalpublic08-10-2013 13:2706-01-2016 09:28
Jacob Wieland - Spirent 
Jens Grabowski 
normalminorhave not tried
closedfixed 
 
v1.2.1 (published 2014-06)v1.2.1 (published 2014-06) 
Section 6, 7
Testing Technologies - Jacob Wieland
2010
0006636: inconsistencies for timepoint parameter in TRI part for different language mappings
The tri specification for the real time package adds a timepoint parameter which is supposed to be a TriTimerDuration (carrying the point in time since beginning of the testcase as a float in seconds). However, in the Java mapping, this is mapped to a long parameter (where it is unclear what the relation between the long and the seconds shall be).

Also, there is no way for the SA to be informed by the PA that this point in time has been reached, so the pattern wait(x); send is hard to implement in the SA.

Therefore, I propose to add a blocking function in PA triWaitUntil(TriTimerDuration timepoint) which blocks until the given timpoint is reached or causes an error if the timepoint is already passed.
No tags attached.
Issue History
08-10-2013 13:27Jacob Wieland - SpirentNew Issue
08-10-2013 13:27Jacob Wieland - SpirentClause Reference(s) => Section 6, 7
08-10-2013 13:27Jacob Wieland - SpirentSource (company - Author) => Testing Technologies - Jacob Wieland
08-10-2013 13:27Jacob Wieland - SpirentTS version => 2010
08-10-2013 13:28Jacob Wieland - SpirentStatusnew => assigned
08-10-2013 13:28Jacob Wieland - SpirentAssigned To => Jacob Wieland - Spirent
25-11-2013 16:18Jacob Wieland - SpirentNote Added: 0011827
25-11-2013 16:19Jacob Wieland - SpirentNote Added: 0011828
25-11-2013 16:19Jacob Wieland - SpirentAssigned ToJacob Wieland - Spirent => Jens Grabowski
25-11-2013 16:19Jacob Wieland - SpirentStatusassigned => confirmed
26-12-2013 12:06Jens GrabowskiNote Added: 0011895
26-12-2013 12:23Jens GrabowskiStatusconfirmed => closed
26-12-2013 12:23Jens GrabowskiResolutionopen => fixed
06-01-2016 09:28Gyorgy RethyFixed in Version => v1.2.1 (published 2014-06)
06-01-2016 09:28Gyorgy RethyTarget Version => v1.2.1 (published 2014-06)

Notes
(0011827)
Jacob Wieland - Spirent   
25-11-2013 16:18   
Resolution proposal can be found in CR 6310
(0011828)
Jacob Wieland - Spirent   
25-11-2013 16:19   
please review proposal
(0011895)
Jens Grabowski   
26-12-2013 12:06   
Implemented as proposed.