Issue140

Title ME issues
Priority bug Status resolved
Superseder Nosy List pcalhoun
Assigned To pcalhoun Topics

Created on 2008-07-03.20:25:54 by pcalhoun, last changed 2008-07-07.21:52:39 by pcalhoun.

Messages
msg385 (view) Author: pcalhoun Date: 2008-07-07.21:52:39
Fixed in draft-ietf-capwap-protocol-specification-11.txt
msg372 (view) Author: pcalhoun Date: 2008-07-03.20:30:26
> 4.6.4   > 0   to >= 1
I think in the end, unless there is an error, it doesn't matter. However, if 
you believe it reads better, then OK.

> 
> 4.6.5  > 2  to >= 2       Here is an error!!
Yes, this is an issue that I have fixed.

> 
> 4.6.7
> 
> Num of Entries:   The number of instances of the Type/MAC Addresses
>       fields in the array.  This value MUST NOT exceed 1024.
> 
> 1024 should be 255. NOT exceed 255 mean it can be 255.
> 
> 4.6.9 same as 4.6.7
> 4.6.18 same as 4.6.7
Oh right - being it is a one octet field, 255 is the max. I have made the 
change.

> 
> 4.6.31 >0  to >=1
It means the same thing, but if you believe it helps, ok.

> 
> 4.6.36 >=1 to >=6   this is an error.
I agree - this needs to be fixed.
msg371 (view) Author: pcalhoun Date: 2008-07-03.20:25:54
I saw some place define the me len use ">", and some place use ">=".
Maybe we should unify them into one format.


4.6.4   > 0   to >= 1

4.6.5  > 2  to >= 2       Here is an error!!

4.6.7

Num of Entries:   The number of instances of the Type/MAC Addresses
      fields in the array.  This value MUST NOT exceed 1024.

1024 should be 255. NOT exceed 255 mean it can be 255.

4.6.9 same as 4.6.7
4.6.18 same as 4.6.7

4.6.31 >0  to >=1

4.6.36 >=1 to >=6   this is an error.
History
Date User Action Args
2008-07-07 21:52:39pcalhounsetstatus: chatting -> resolved
messages: + msg385
2008-07-03 20:30:26pcalhounsetstatus: unread -> chatting
messages: + msg372
2008-07-03 20:25:54pcalhouncreate