[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Michael 'Mickey' Lauer mickey at vanille-media.de
Sat Aug 6 08:18:08 UTC 2011


The following commit has been merged in the debian branch:
commit 23f99551b4813af105a41b3af3b5796fcfc5be1c
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Aug 26 16:26:18 2009 +0200

    ogsmd: add number type 161 as reported by shishz
    Closes FSO #469

diff --git a/framework/subsystems/ogsmd/gsm/const.py b/framework/subsystems/ogsmd/gsm/const.py
index 9bb31d8..607576e 100644
--- a/framework/subsystems/ogsmd/gsm/const.py
+++ b/framework/subsystems/ogsmd/gsm/const.py
@@ -13,7 +13,7 @@ Module: const
 GSM constants, strings, formats, parse patterns, timeouts, you name it.
 """
 
-__version__ = "0.8.3.1"
+__version__ = "0.8.3.2"
 MODULE_NAME = "ogsmd.const"
 
 from framework import config
@@ -1062,9 +1062,9 @@ def phonebookTupleToNumber( nstring, ntype ):
     Returns a full number depending on a number string and a number type.
     """
 
-    # FIXME unknown types seen so far: 160, 185, 208, 255
+    # FIXME document unknown types
     # type128: network TR TCELL appears to use it as 4 digit intracompany calls
-    if ntype not in ( 128, 129, 145, 160, 185, 208, 255 ):
+    if ntype not in ( 128, 129, 145, 160, 161, 185, 208, 255 ):
         logger.warning( "Out-of-spec GSM number type seen: %s. Please report." % ntype )
 
     if ntype == 145: # should not include '+' then, but on some modems, it does

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list