ETSI's Bug Tracker - IPv6 Testing Conformance (TTCN3 + TPs)
View Issue Details
0001985IPv6 Testing Conformance (TTCN3 + TPs)Test Case (TTCN3 ATS)public12-09-2007 14:1901-11-2007 10:59
Sebastian Muellers 
Alexandre Berge 
normalminorhave not tried
resolvedfixed 
Mobility
0001985: delete /* comments within TTCN objects - T3doc does not support them
T3 doc does NOT support inside any TTCN-3 object (function, type , template etc.) the notation /* */
 
as shown below
 
     /*
     * @desc Testcase function for Router of Home Network
     * @param p_cfMsg Configuration message for Test Adapter
    */
    function f_TC_MOB_1401_03_HomeRT01(CfMessage p_cfMsg)
    runs on Ipv6Node {
     //Variables
     var FncRetCode v_ret := e_success;
 
     /****************************************
        Not supported by T3doc
     ****************************************/
 
===================================================================
 
T3 doc DOES support in any TTCN-3 object (function, type , template etc.)
 
as shown below
 
     /*
     * @desc Testcase function for Router of Home Network
     * @param p_cfMsg Configuration message for Test Adapter
    */
    function f_TC_MOB_1401_03_HomeRT01(CfMessage p_cfMsg)
    runs on Ipv6Node {
     //Variables
     var FncRetCode v_ret := e_success;
 
     /////////////////////////////////////////////////
        Not supported by T3doc
     //////////////////////////////////////////////////
 
Please keep this in mind
No tags attached.
Issue History
12-09-2007 14:19Sebastian MuellersNew Issue
12-09-2007 14:19Sebastian MuellersMob - Sec - Trans => Mobility
29-10-2007 13:41Alexandre BergeStatusnew => assigned
29-10-2007 13:41Alexandre BergeAssigned To => Alexandre Berge
01-11-2007 10:59Alexandre BergeStatusassigned => resolved
01-11-2007 10:59Alexandre BergeResolutionopen => fixed

There are no notes attached to this issue.