[pkg-fso-commits] [SCM] framworkd debian packageing branch, master, updated. milestone2-110-g76700a0

Michael 'Mickey' Lauer mickey at vanille-media.de
Tue Sep 2 10:34:57 UTC 2008


The following commit has been merged in the master branch:
commit f0742b906ef2bf69ff8daf0363226beb9f6a84c7
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Aug 28 20:14:30 2008 +0200

    ogsmd: add valid emergency numbers

diff --git a/framework/subsystems/ogsmd/gsm/const.py b/framework/subsystems/ogsmd/gsm/const.py
index 568e0ca..f08e979 100644
--- a/framework/subsystems/ogsmd/gsm/const.py
+++ b/framework/subsystems/ogsmd/gsm/const.py
@@ -71,8 +71,6 @@ def groupDictIfMatch( pattern, string ):
     return match.groupdict() if match is not None else None
 
 #=========================================================================#
-# timeouts
-#=========================================================================#
 TIMEOUT = { \
   "CPIN": 6+1,
   "CFUN": 8+1,
@@ -84,6 +82,17 @@ TIMEOUT = { \
 }
 
 #=========================================================================#
+#        "112"      // GSM 02.30, Europe
+#        "911"      // GSM 02.30, US and Canada
+#        "08"       // GSM 02.30, Mexico
+#        "000"      // GSM 22.101, Australia
+#        "999"      // GSM 22.101, United Kingdom
+#        "110"      // GSM 22.101
+#        "118"      // GSM 22.101
+#        "119"      // GSM 22.101
+EMERGENCY_NUMBERS = "112 911 08 000 999 110 118 119".split()
+
+#=========================================================================#
 CME = { \
     0:    "Phone failure",
     1:    "No connection to phone",

-- 
framworkd debian packageing



More information about the pkg-fso-commits mailing list