###################### example.tcl ##############
...
$ns node-config -UmtsNodeType_ rnc
set rnc [$ns create-Umtsnode]
...
#################################################
(_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 "example.tcl" line 24)
#######################################
It seems that the "create-Umtsnode" wasn't wrote right, but I don't
know how to do.Is there anyone also using this module? and how can I
solve this problem please?
Best regards,
Jaroslaw
c> I want to study the HSUPA, so downloaded the EURANE module from
c> http://www.ti-wmc.nl/eurane/.I patched the patch file(ns-
c> eurane-111.diff) to ns-2.28, then I did the configure, make clean,
c> make depend, and make. No error is reported during the procedure. But
c> when I tried the example.tcl, error came.
c> ###################### example.tcl ##############
c> ...
c> $ns node-config -UmtsNodeType_ rnc
c> set rnc [$ns create-Umtsnode]
c> ...
c> #################################################
c> (_o3 cmd line 1)
c> invoked from within
c> "_o3 cmd create-Umtsnode"
c> invoked from within
c> "catch "$self cmd $args" ret"
c> invoked from within
c> "if [catch "$self cmd $args" ret] {
c> set cls [$self info class]
c> global errorInfo
c> set savedInfo $errorInfo
c> error "error when calling class $cls: $args" $..."
c> (procedure "_o3" line 2)
c> (SplitObject unknown line 2)
c> invoked from within
c> "$ns create-Umtsnode"
c> invoked from within
c> "set rnc [$ns create-Umtsnode]"
c> (file "example.tcl" line 24)
c> #######################################
c> It seems that the "create-Umtsnode" wasn't wrote right, but I don't
c> know how to do.Is there anyone also using this module? and how can I
c> solve this problem please?
c>