Issue212

Title Missing message element values
Priority bug Status chatting
Superseder Nosy List pcalhoun
Assigned To pcalhoun Topics

Created on 2008-09-25.15:48:55 by pcalhoun, last changed 2008-09-25.15:48:55 by pcalhoun.

Messages
msg603 (view) Author: pcalhoun Date: 2008-09-25.15:48:55
> Section 4.6:
> 
> What about type values 0, 65025-65535? What are they and should one 
> care about them at all?

Hmmm..... I actually have no idea why the numbers stop at 65024. There is no 
technical reason, however the value zero (0) is reserved and MUST NOT be used. 
I am therefore proposing the following text:

<proposed text>
   The 16 bit Type field identifies the information carried in the Value
   field and Length (16 bits) indicates the number of bytes in the Value
   field.  The value of zero (0) is reserved and MUST NOT be used.  The
   rest of the Type field values are allocated as follows:

              Usage                              Type Values

   CAPWAP Protocol Message Elements                   1 - 1023
   IEEE 802.11 Message Elements                    1024 - 2047
   Reserved for Future Use                         2048 - 3071
   EPCGlobal Message Elements                      3072 - 4095
   Reserved for Future Use                         4096 - 65535
</proposed text>
History
Date User Action Args
2008-09-25 15:48:55pcalhouncreate