Re: [ns] Need 802.11e Implementation For NS2

2006-08-24 Thread Kye Sang Lee

Hamid,

I know one site:
http://www.tkn.tu-berlin.de/research/802.11e_ns2/
Try it for the basic access. Their code contains the RTS/CTS mode. However,
they said that they did not test RTS/CTS mode. It looks to me that the
RTS/CTS mode seems not working. Refer to my mail one up above on the
archive.

Best Regards,
Kye Sang Lee

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of hamid reza
> Sent: Thursday, August 24, 2006 8:06 PM
> To: ns-users@ISI.EDU
> Subject: [ns] Need 802.11e Implementation For NS2
> 
> 
> Dear All,
> We knew that real package of NS 2.27 didnt support
> 802.11e Protocol.
> Do you have a link for a good package that implemented
> 
> 802.11e For NS2?
> 
> Best Regards
> Hamid Reza
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com



[ns] TKN 802.11e RTS/CTS not working ... need help

2006-08-24 Thread Kye Sang Lee

Dear ns users;

 

When the RTS/CTS is enabled, the following trace is obtained;

 

s 10.110075000 _1_ MAC  --- 0 RTS 44 [239e 0 1 0]
r 10.110427170 _0_ MAC  --- 0 RTS 44 [239e 0 1 0]
s 10.110437170 _0_ MAC  --- 0 CTS 38 [2264 1 0 0]
D 10.110741339 _1_ MAC  STA 0 CTS 38 [2264 1 0 0]
s 10.110995000 _1_ MAC  --- 0 RTS 44 [239e 0 1 0]
D 10.111347170 _0_ MAC  BSY 0 RTS 44 [239e 0 1 0]
s 10.112115000 _1_ MAC  --- 0 RTS 44 [239e 0 1 0]
D 10.112467170 _0_ MAC  BSY 0 RTS 44 [239e 0 1 0]
s 10.114015000 _1_ MAC  --- 0 RTS 44 [239e 0 1 0]
D 10.114367170 _0_ MAC  BSY 0 RTS 44 [239e 0 1 0]
s 10.115915000 _1_ MAC  --- 0 RTS 44 [239e 0 1 0]
D 10.116267170 _0_ MAC  BSY 0 RTS 44 [239e 0 1 0]
D 10.116585000 _1_ MAC  RET 0 RTS 44 [239e 0 1 0]
D 10.116585000 _1_ MAC  --- 6 cbr 1060 [13a 0 1 0] --- [1:1 0:1 32 0]
[0] 0 0

 

After I read the code in the file Mac802_11e.cc, I found that other
priorities than priority 0 are not supported. RTS does not convey the
priority information, and the responding node always reply with a priority-0
CTS. Therefore, I guess that the initiating node having a packet with
priority 1, 2, or 3 will have the wrong state (STA in the above trace). The
successive RTS's retransmitted by the initiator are all discarded by the
responder which is waiting DATA packet.

 

I know that TKN group said that they did not test the RTS/CTS mechanism. Is
there anybody who had this experience? Any comments, patch or help will be
appreciated very much. Thank you for reading.

 

K. Lee

[EMAIL PROTECTED]