[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error-module with 802.11, not proper
reply to: [email protected]
X-Mailer: ELM [version 2.4 PL25]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 1286
Hello,
I am using ns version 2.1b3 (allinone). The error module does not seem
to work properly, with Mac 802.11. I am using a simple LAN topology, with the
MAC being 802.11. The script seems to abruptly come to a stop.
Does anyone know about this or can anyone help me?..
thanks,
Vinay.
------------ Parts of the script -----------------------------------------
#
# topology
#$mac is set to Mac/802_11
#
set lan [$ns make-lan $nodelist $bw $delay LL $ifq $mac $chan]
$lan addNode [list $node(0)] $bw $delay $ll $ifq $mac LL
#
# attach Source
#
#
# Error
#
set e1 [new ErrorModel/Expo $rate $unit]
set e2 [new ErrorModel/Expo $rate $unit]
foreach dst $dstlist {
$lan install-error $e1 $src $dst
$lan install-error $e2 $dst $src
}
------------ script end ----------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HOME : 3902 College Main, Country Place Apt #501, BRYAN, TX 77801
WORK : #514A, H R Bright Building, Texas A&M, Collegestation, TX 77843
PHONE : HOME : (409)-846-2517 WORK : (409)-845-5007
EMAIL : [email protected] WEB URL : http://www.cs.tamu.edu/people/v0s5080
_____________________________________________________________________________