X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=doc%2Ftxt%2Ftep125.txt;h=5de7d04fb95729c6f7bf9dbe328de21f396cca47;hb=6f095cc416fe0a3ca3912e743603531430e1b55f;hp=f7b1955ff34bfcda26e6b6dc740db85223b5b026;hpb=45e64f45bb57d5b569805222c998bc8d13707e76;p=tinyos-2.x.git 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.