[ns] schedular ERROR : PLZ HELP

2006-11-16 Thread Bilel Romdhani
Hi list, i have a problem and i hope u can help me on it : i m simulating ad hoc on ns2.27 version and i m modifiying in transmit() function in the mac-802_11.cc file before sending pkt i must do an admission control as described bellow : for each pkt i verify if the idle time in the

Re: [ns] Compilation Error ns2.1b8a

2006-11-16 Thread Renata Vidal
http://mailman.isi.edu/pipermail/ns-users/2003-August/035002.html On 11/15/06, Mohammad Haseeb Zafar [EMAIL PROTECTED] wrote: Got answer from http://www.jlsnet.co.uk/index.php?tab=4page=ns2_comperror Cheers Haseeb -Original Message- From: [EMAIL PROTECTED] on behalf of Mohammad

[ns] error model not working... advice needed

2006-11-16 Thread luqman_ngs
hello, I have having problems with error model attachment in a umts scenario. I followed the eurane user guide 1.6: set em [new ErrorModel] $em unit pkt $em set rate 0.02 $em ranvar [new RandomVariable/Uniform] $ue1 interface-errormodel $em 2 ue1 is a umts node with dch channel, cbr

[ns] How to aquire current queue length in MAC?

2006-11-16 Thread M. Shen
Dear all, In 802_11 MAC, when one packet is received, how to aquire the current queue length information, i.e. how many packets have already been in the buffer of this receiver? I completely don't know what to do, since I'm a ns beginner. Does anyone know this? Thank you very much, Maggie

[ns] MANNASIM SENSORS EXTENSION

2006-11-16 Thread antonis antoniou
Hello everyone, i am new in ns-2 and i try mannasim extesion now.TCL examples give from mannasim webpage give me errors. can any one help?

[ns] Installing ns-2.26 in FC5!

2006-11-16 Thread Diana Asnani
Hi folks, Has anyone successfully installed ns-2.26 in FC5? It says tcl8.3.2configuration failed! Is there a way to fix the tcl? Please let me know. Thanks. Diana -- visit my blog at http://sawkal.blogspot.com

[ns] Installing ns-2.26 in FC5!

2006-11-16 Thread Diana Asnani
Hi folks, Has anyone successfully installed ns-2.26 in FC5? It says tcl8.3.2configuration failed! Is there a way to fix the tcl? Please let me know.Thanks. Diana -- visit my blog at http://sawkal.blogspot.com

Re: [ns] how to calculate end to end delay in wireless scenario

2006-11-16 Thread Anoop Ramamurthy
Hi Venkat, If you want to find end to end delay of a single packet, here is the procesure. You can keep track of packet id (which signifies the uniquness of a particular packet) and find the difference between the start time (at the source node) and end time (at destination node)