From 493ce4bd62e988fc44dda4258558c6e8fea1b54f Mon Sep 17 00:00:00 2001 From: gnawali Date: Fri, 20 Jun 2008 05:41:23 +0000 Subject: [PATCH] there was a request to put hex for 63 (for clarity) --- doc/txt/tep125.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/txt/tep125.txt b/doc/txt/tep125.txt index f7b1955f..5de7d04f 100644 --- a/doc/txt/tep125.txt +++ b/doc/txt/tep125.txt @@ -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. -- 2.39.2