From 9acd710a2a939a5da3b0ed0e35b22a430e04cd00 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Wed, 7 Dec 2016 10:34:45 +0100 Subject: [PATCH] net: Update TODO list on L2 and 15.4 tasks Change-Id: I1c9e11b05cc8af337349d249d46f524c8a75a4fc Signed-off-by: Tomasz Bursztyka --- subsys/net/TODO | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/subsys/net/TODO b/subsys/net/TODO index 2c1a3ba8b4c..6b23c90a4b4 100644 --- a/subsys/net/TODO +++ b/subsys/net/TODO @@ -130,47 +130,19 @@ TCP LOWPAN_NHC (See RFC 6282, Chapter 4). -L2 -== - -- Add a interface management API - - Priority: High - Complexity: C4 - - Add a generic API to let upper layers configuring network interfaces - as well as tweaking its L2 layer and raising dedicated process. - (I.e.: Running a scan in 802.15.4) - - IEEE 802.15.4 ============= 2011 version ------------ -- CSMA-CA Radio protocol support +- CSMA-CA Radio protocol, time-slotted, support Priority: Low Complexity: C2 - Add CSMA-CA radio protocol as a replacement of the current - too simplistic ALOHA radio protocol. - -- Beacon frame support - - Priority: Medium - Complexity: C1 - - Add the means to parse or create Beacon frames. - -- MAC command frame support - - Priority: High - Complexity: C2 - - Add the means to parse or create MAC command frames. - All commands as stated in table 5. + Current CSMA-CA radio protocol implementation does not support + time-slots. - Management service: RFD level support