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
0005484IPv6 Testing Conformance (TTCN3 + TPs)Test Case (TTCN3 ATS)public09-03-2010 10:0109-03-2010 10:01
Reportertepelmann 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Summary0005484: counter i not increased based on result of f_get_autoconfNs in f_TP_periodicDadMessages
DescriptionThe following code in the function f_TP_periodicDadMessages should be changed to the one given in the additional information - e.g. result e_timeout does also increase i:
...
        t_controlWhile.start;
        while (t_controlWhile.running)
        {
                v_ret := f_get_autoconfNs (p_paramsIut.solNodeMca, p_paramsIut.lla);
                    i := i + 1;
        }
        if (i == PX_DAD_DUP_ADDR_DETECT_TRANSMITS_IUT)
...
Additional Information...
        t_controlWhile.start;
        while (t_controlWhile.running)
        {
                v_ret := f_get_autoconfNs (p_paramsIut.solNodeMca, p_paramsIut.lla);
                if (v_ret == e_success) {
                    i := i + 1;
                }
        }
        if (i == PX_DAD_DUP_ADDR_DETECT_TRANSMITS_IUT)
...
TagsNo tags attached.
Cor - Mob - Sec - TransCore
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
09-03-2010 10:01 tepelmann New Issue
09-03-2010 10:01 tepelmann Cor - Mob - Sec - Trans => Core


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