hi
i am trying eurane programming for ns2. i got every thing write except error in 
tracing information regarding the transmission time of data from node. i some 
of my program is following......


set f [open outmodified.tr w]
$ns trace-all $f

# Node address is 0.
set rnc [$ns create-Umtsnode]
# Node address is 1.
set bs [$ns create-Umtsnode]

# Node address for ue1 and ue2 is 2 and 3, respectively.
set ue1 [$ns create-Umtsnode]
set ue2 [$ns create-Umtsnode]# Node address for sgsn0 and ggsn0 is 4 and 5, 
respectively
set sgsn0 [$ns node]
set ggsn0 [$ns node]

# Node address for node0 is 6
set node0 [$ns node]
# Connections between fixed network nodes
$ns duplex-link $rnc $sgsn0 655Mbit 1ms DropTail 1000
$ns duplex-link $sgsn0 $ggsn0 655Mbit 1ms DropTail 1000
$ns duplex-link $ggsn0 $node0 655Mbit 1ms DropTail 1000

# Tracing for all DCH traffic in downtarget
$rnc trace-inlink-tcp $f 0
$bs trace-outlink $f 2
$bs trace-inlink $f 2

#  UE1 Tracing
$ue1 trace-inlink $f 2
$ue1 trace-inlink-tcp $f 2


please tell me what to add to get the trace information of node0 to sgsn. i am 
not able to check the time at which data is transmited from node0.
please help me if u know what to add in this. i need this urgently for my 
program. 
thanks in advance


harpreet singh

Reply via email to