Hello,
I'm using ns2.34 built from modules.
I've tried to run the test case "test-suite-wireless-lan-ap.tcl" test suite
simulation, but got "bss_id lookup failed" error (detailed error below).
Do you guys have any lead on how to solve this?
Thank you.
Detailed error:
bss_id lookup
failed
(_o20 cmd line 1)
invoked from within
"_o20 cmd bss_id 0"
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 "_o20" line 2)
(SplitObject unknown line 2)
invoked from within
"$mac_($i) bss_id $AP_ADDR"
(procedure "_o3" line 47)
(Test/basic init line 47)
invoked from within
"_o3 init "
(Class create line 1)
invoked from within
"Test/basic create _o3 "
invoked from within
"catch "$className create $o $args" msg"
invoked from within
"if [catch "$className create $o $args" msg] {
if [string match "__FAILED_SHADOW_OBJECT_" $msg] {
delete $o
return ""
}
global errorInfo
error "class $..."
(procedure "new" line 3)
invoked from within
"new Test/$test"
(procedure "runtest" line 16)
invoked from within
"runtest $argv"
(file "test-suite-wireless-lan-ap.tcl" line 352)