]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/txt/tep125.txt
fix the range - NALP code for TinyOS is 0x3f
[tinyos-2.x.git] / doc / txt / tep125.txt
index 0be638f9f69f546e73bdd3cd2f54cc90ae7b6c7c..6f2b4f1bd1ea1ff45010235e0ab39a31b587b1e5 100644 (file)
@@ -77,10 +77,10 @@ The TinyOS 802.15.4 I-frame format is as follows::
   +-------------------+---------+------------------------------+--------------+
 
 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 192-255. 
-TinyOS uses code 255.
+this as a TinyOS packet. NALP codes must be in the range of 0-63.
+TinyOS uses code 63.
 
-The AM type 255 is reserved for both T-Frames and I-Frames. A TinyOS 
+The AM type 63 is reserved for both T-Frames and I-Frames. A TinyOS 
 program MUST NOT use it.
 
 4. Implementation