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
0005293IMS LibraryBug reportpublic31-07-2009 14:4631-07-2009 14:51
Reporteruser567 
Assigned Touser567 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005293: compilation errors with MessageMagic
Description1. "Unexpected template" (appearing in LibIms_Templates, line 626, 646, 651, 683, 707): In all these cases, a template of bitstring type is passed to the bit2str function. However, this function is supposed to work with values, not templates. The template should be converted to value using the valueof operator.

2. "Error in the parameter "x"; template keyword expected." (appearing in LibIms_Templates, line 1593, 2086): In both cases, a modified parametrised template contains a parameter which is not preceded by the "template" keyword. This keyword is present in the parent template so it should not be omitted. If the intention is to constraint the parameter only to templates which can be used for sending, template(value) restriction should be used.

3. "The template types are not compatible." (appearing in LibIms_Templates, line 1753): In this case, the type of the modified template is different than the template of the parent type. Although both types are compatible, I don't think it is allowed to modify template and change its type. It actually seems to be a copy/paste type bug and the parent template should be replaced with mw_ACK_Request_Base.

4. "The function cannot be executed in this context; the test component type is different than required." (in LibIms_Steps, line 858) : The f_initSipUrl function is supposed to run on ImsComponent while the component type of the current function is SipComponent (which is a base component type of ImsComponent). While opposite conversion (from extended type to base type) is allowed, this one is not.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0008910)
user567
31-07-2009 14:51

Point 1, 3 and 4 are fixed in LibIms. Point 2 is not reproducible with the current code.
(0008911)
user567
31-07-2009 14:51

Point 1, 3 and 4 are fixed in LibIms. Point 2 is not reproducible with the current code.

- Issue History
Date Modified Username Field Change
31-07-2009 14:46 user567 New Issue
31-07-2009 14:46 user567 Status new => assigned
31-07-2009 14:46 user567 Assigned To => Stephan Schulz
31-07-2009 14:49 user567 Assigned To Stephan Schulz => user567
31-07-2009 14:51 user567 Note Added: 0008910
31-07-2009 14:51 user567 Status assigned => resolved
31-07-2009 14:51 user567 Resolution open => fixed
31-07-2009 14:51 user567 Note Added: 0008911


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