- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help to do your B.E., and M.E., M.Tech., & M.S., Project in Ns2 ›
- How to change parameters via TCL file in 802.11e TKN model
sunny
Participant
I’m using 802.11e TKN model and I just want to know the way to change
the parameters (e.g. AIFS, TXOP, CW_MIN, etc) via TCL file. I tried as
follows
but didn’t work.
$opt(ifq-bs) Prio 0 CW_MIN 31
If anyone knows the way please reply me. Thanks in advance.
CharlesPandian
Keymaster
According to the 802.11e documentation,
changes to 802.11e parameters (CW_MIN, CW_MAX, AIFS, TXOPLimit, PF) should be made in /ns-allinone-2.xx/ns-2.xx/mac/802_11e/priority.tcl for each queue. After changing this file then make ns2 again. Then only the parameters will change.