]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
there was a request to put hex for 63 (for clarity)
authorgnawali <gnawali>
Fri, 20 Jun 2008 05:41:23 +0000 (05:41 +0000)
committergnawali <gnawali>
Fri, 20 Jun 2008 05:41:23 +0000 (05:41 +0000)
doc/txt/tep125.txt

index f7b1955ff34bfcda26e6b6dc740db85223b5b026..5de7d04fb95729c6f7bf9dbe328de21f396cca47 100644 (file)
@@ -76,9 +76,9 @@ The TinyOS 802.15.4 I-frame format is as follows::
   | 802.15.4 Header   | 6lowpan | AM type |        data        | 802.15.4 CRC |
   +-------------------+---------+------------------------------+--------------+
 
-AM type is the same as in a T-frame. 6lowpan is the NALP code to identify 
-this as a TinyOS packet. NALP codes must be in the range of 0-63.
-TinyOS uses code 63.
+AM type is the same as in a T-frame. 6lowpan is the NALP code to
+identify this as a TinyOS packet. NALP codes must be in the range of
+0-63.  TinyOS uses code 63 (0x3F).
 
 The AM type 63 is reserved for both T-Frames and I-Frames. A TinyOS 
 program MUST NOT use it.