[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone5.1

Michael 'Mickey' Lauer mickey at vanille-media.de
Sat Jun 6 12:21:48 UTC 2009


The following commit has been merged in the master branch:
commit b652f9cc4efbccc1df941c0d93e156631879f174
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Feb 21 01:39:01 2009 +0100

    tools: add cell broadcast to cli-framework

diff --git a/docs/ogsmd/lessons b/docs/ogsmd/lessons
index e4a6062..a253026 100644
--- a/docs/ogsmd/lessons
+++ b/docs/ogsmd/lessons
@@ -31,3 +31,7 @@ Lessons learned from the implementation of ogsmd 1.x
   * a mapping of values to types.
   This could reduce quite some boilerplate code.
 
+* Try to treat channels equally. Send commands in a round-robin fashion
+  (except those for which there is per-channel state) to improve latency
+  and throughput.
+
diff --git a/tools/cli-framework b/tools/cli-framework
index 0ae29ac..932e220 100755
--- a/tools/cli-framework
+++ b/tools/cli-framework
@@ -10,7 +10,7 @@ Interactive console for the freesmartphone.org framework
 GPLv2 or later
 """
 
-__version__ = "0.9.3.0"
+__version__ = "0.9.3.1"
 
 import dbus.service
 import dbus.mainloop.glib
@@ -196,6 +196,10 @@ gsmcall = getInterface( \
     "org.freesmartphone.ogsmd",
     "/org/freesmartphone/GSM/Device",
     "org.freesmartphone.GSM.Call" )
+gsmcb = getInterface( \
+    "org.freesmartphone.ogsmd",
+    "/org/freesmartphone/GSM/Device",
+    "org.freesmartphone.GSM.CB" )
 gsmpdp = getInterface( \
     "org.freesmartphone.ogsmd",
     "/org/freesmartphone/GSM/Device",

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list