hi sir, i am analysing data transmission in olsr including the performance metrics like throughput, dropped data and end-to-end delay. i generate the network environment from osm sumo. below i attached the link to my tcl, awk, mobility model and network route files. i get below error after running the tcl file. can you help me to solve this problem and can you check as well whether my awk file is correct because i can't get the dropped data value. please help me sir.
gdrive link :
https://drive.google.com/drive/folders/15LLcAPMSiEHFC9dLnAenHT1Y7NazAiNt?usp=sharingcan't read "agent_addr_": no such variable
while executing
"subst $[subst $var]"
(procedure "_o488" line 5)
(Object next line 5)
invoked from within
"_o488 next agent_addr_"
("eval" body line 1)
invoked from within
"eval $self next $args"
(procedure "_o488" line 11)
(Object next line 11)
invoked from within
"_o488 next agent_addr_"
("eval" body line 1)
invoked from within
"eval $self next $args"
(procedure "_o488" line 13)
(Application/Traffic/CBR set line 13)
invoked from within
"$dst set agent_addr_"
(procedure "_o3" line 2)
(Simulator simplex-connect line 2)
invoked from within
"$self simplex-connect $dst $src"
(procedure "_o3" line 10)
(Simulator connect line 10)
invoked from within
"$ns_ connect $cbr($i) $tcp($i)"
("for" body line 6)
invoked from within
"for {set i 0} {$i < $val(nn)-1} {incr i} {
set cbr($i) [new Application/Traffic/CBR]
$cbr($i) set packetSize_ 1000
$cbr($i) set rate_ 1mb
..."
(file "peta.tcl" line 89)