I want to study the HSUPA, so downloaded the EURANE module from
http://www.ti-wmc.nl/eurane/ . I patched
the patch file(ns-
eurane-111.diff ) to ns-2.28, then I did the configure, make clean,
make depend, and make. No error is reported during the procedure. But
when I tried the example.tcl, error came.
###################### 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?
--