summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2018-01-08 13:42:54 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2018-01-08 13:43:31 +0900
commit9362752a471a5c892d679548fbf2828d5fc5684b (patch)
tree83c7d29a28556906938f5c2198d81e2d35f86f92 /TODO
parent22633ced6225d294ce8483efbf2b39ea0c0c1b65 (diff)
downloadconnman-9362752a471a5c892d679548fbf2828d5fc5684b.tar.gz
connman-9362752a471a5c892d679548fbf2828d5fc5684b.tar.bz2
connman-9362752a471a5c892d679548fbf2828d5fc5684b.zip
Imported Upstream version 1.35upstream/1.35
Change-Id: I174854914d9fd06a813270b57d1f7bc2bac63c6a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO51
1 files changed, 17 insertions, 34 deletions
diff --git a/TODO b/TODO
index dac2ea27..c1694e3d 100644
--- a/TODO
+++ b/TODO
@@ -85,17 +85,6 @@ Core
utilize the information already provided by netlink in src/device.c.
-- Simplify gateway selection code
-
- Priority: Low
- Complexity: C4
-
- The service list is always sorted according to preference with the
- first service always owning the default route. See if update_order and
- find_default_gateway in src/connection.c can be modified to use the
- sorted service list instead of walking through the gateway_hash.
-
-
- Support D-Bus ObjectManager
Priority: Medium
@@ -110,6 +99,20 @@ Core
ObjectManager common to Linux desktops can be implemented.
+Tethering
+=========
+
+- Verify if bridge has been correctly created and configured
+
+ Priority: Low
+ Complexity: C1
+
+ When enabling tethering check if there was any error while creating and
+ configuring the bridge before continue. It has been done only for WiFi
+ technology, for other tethering technologies it should be evaluated
+ and implemented in case it is advantageous.
+
+
WiFi
====
@@ -152,16 +155,10 @@ WiFi
wifi's technology set_regdom implementation. Removing autoscan fallback.
(Note: should be done around the end 2012)
+
Bluetooth
=========
-- Remove Bluez 4.x support
-
- Priority: Low
- Complexity: C1
-
- Remove plugins/bluetooth-legacy.c support in about 6 month (July 2013) or
- when Bluez 4.x usage becomes minimal.
Cellular
========
@@ -200,23 +197,9 @@ VPN
Tools
=====
-- Add Clock API and MoveBefore/MoveAfter support to connmanctl
+- Add Clock API support to connmanctl
Priority: Low
Complexity: C2
- The connmanctl command line tool should support Clock API and Service API
- MoveBefore/MoveAfter.
-
-
-User Interface
-==============
-
-- GNOME3 UI
-
- Priority: Low
- Complexity: C4
-
- A GNOME3 shell user interface would make it easier for mainstream distros
- users to use ConnMan. Continue/restart the work at
- https://github.com/connectivity/gnome-extension-connman
+ The connmanctl command line tool should support Clock API.