I'm trying to simulate a script for two UES connected with a high speed common channel. The file is the same I've used in not enhanced umts with some changes, and it worked perfectly. The changes are indicated in the EURANE guide.
There are two lines of code:
Code:
$bs setErrorTrace 0 "UE1_trace_file"
$bs setErrorTrace 1 "UE2_trace_file"
that give me an error when I try to run the file .tcl
I've downloaded files I needed from EURANE page: SNRBLERMatrix and Ray_corr-3kmh-300m-0-200s-UEnr1,Ray_corr-3kmh-500m-0-200s-UEnr1,Ray_corr-3kmh-700m-0-200s-UEnr1
I've tried to use the first and the third for UE1 and UE2 respectively
The error I get is:
Code:
ns umts_hsdpaStella.tcl
wrong # args: should be "_o16 self class proc flow filename"
(Node/UmtsNode setErrorTrace line 1)
invoked from within
"$bs setErrorTrace 0 "Ray_corr-3kmh-300m-0-200s-UEnr1 " #"UE1_trace_file""
(file "umts_hsdpaStella.tcl" line 119)
I edit: The definition of the connection of TCP agents and sinks was incorrect.