[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] Reg trace output!!



Hi,

Why is it not possible to use the trace-all function with 

$ns duplex-intserv-link $n0 $n1 $bandwidth 1ms SimpleIntServ SALink $adc
$est CL

These are the set of errors i am getting when I execute my code :

this is in ns-intserv.tcl 
called "_o16" with too many arguments
    (IntServLink trace line 1)
    invoked from within
"$link_([$n1 id]:[$n2 id]) trace $self $file"
    (procedure "_o3" line 7)
    (Simulator trace-queue line 7)
    invoked from within
"$self trace-queue $n1 $n2 $trace"
    (procedure "_o3" line 59)
    (Simulator simplex-link line 59)
    invoked from within
"_o3 simplex-link _o11 _o13 1e6 1ms intserv SimpleIntServ SALink AggPeak
AggPeak
 CL"
    ("eval" body line 1)
    invoked from within
"eval $self simplex-link $n1 $n2 $bw $delay $type $args"
    (procedure "_o3" line 9)
    (Simulator duplex-link line 9)
    invoked from within
"_o3 duplex-link _o11 _o13 1e6 1ms intserv SimpleIntServ SALink AggPeak
AggPeak 
CL"
    ("eval" body line 1)
    invoked from within
"eval $self duplex-link $n1 $n2 $bw $pd intserv $sched $signal $adc $args"
    (procedure "_o3" line 2)
    (Simulator duplex-intserv-link line 2)
    invoked from within
"$ns duplex-intserv-link $n0 $n1 $bandwidth 1ms SimpleIntServ SALink $adc
$est C
L"
    (file "pbac.tcl" line 177)

Is there any way I can use the trace function with duplex-intserv-link....

Thanks in advance,
Archana