Logo etsi

ETSI's Bug Tracker

Notice: information submitted on the ETSI issue Tracker may be incorporated in ETSI publication(s) and therefore subject to the ETSI IPR policy.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005160SIP LibraryBug reportpublic07-05-2009 16:5128-09-2009 15:55
ReporterMiguel Angel Reina Ortega 
Assigned ToPeter Schmitting 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusassignedResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005160: Function f_SDPlength contains some errors
DescriptionFunction f_SDPlength uses some indexes (i, j, k) and they are sometimes wrongly used. As examples:

for(var integer k:=0; j<sizeof(p_mb.times[i].time_repeat[j].offsets[k]);k:=k+1)

 - Mixing j and k for this for loop
 - "offsets[k]" is not a list. Should be "offsets"

A review of this function is needed.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0008638)
Axel Rennoch (manager)
19-05-2009 13:35

The upper condition of the for-loops (calculation of "times") have been corrected and commited.
(0009025)
Stephan Schulz (reporter)
28-09-2009 15:55

Peter - could you please have this issue checked as part of the upcoming validation for for STF 370?

- Issue History
Date Modified Username Field Change
07-05-2009 16:51 Miguel Angel Reina Ortega New Issue
19-05-2009 13:35 Axel Rennoch Note Added: 0008638
31-07-2009 15:17 Stephan Schulz Project ETSI TTCN-3 Libraries => SIP Library
28-09-2009 15:55 Stephan Schulz Note Added: 0009025
28-09-2009 15:55 Stephan Schulz Status new => assigned
28-09-2009 15:55 Stephan Schulz Assigned To => Peter Schmitting


MantisBT 1.2.14 [^]
Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker