I installed ns-2.30 on ubuntu 8.0.4 and the eurane patch as required but
when i try to run the test_tcp.tcl file i get the following error. Any
suggestions??
d...@dk-laptop:~$ ns test1.tcl
(_o3 cmd line 1)
invoked from within
"_o3 cmd create-Umtsnode"
invoked from within
"catch "$self cmd $args" ret"
invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..."
(procedure "_o3" line 2)
(SplitObject unknown line 2)
invoked from within
"$ns create-Umtsnode"
invoked from within
"set rnc [$ns create-Umtsnode]"
(file "test1.tcl" line 28)
d...@dk-laptop:~$