aboutsummaryrefslogtreecommitdiff
path: root/Wrt3g/HtmlParser.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-12-18 00:20:16 +0100
committerChristian Weiske <cweiske@cweiske.de>2010-12-18 00:20:16 +0100
commit6a5bf4c36f788ac0eb8112ccec0bbd371d5bbd94 (patch)
tree87145daface9dbf7d54479e4304f1e7da6fd68cf /Wrt3g/HtmlParser.php
parentec85023a1006f6f2fe3ea947b6be81bb4515aa8a (diff)
downloadlinksys-wrt3g-tools-6a5bf4c36f788ac0eb8112ccec0bbd371d5bbd94.tar.gz
linksys-wrt3g-tools-6a5bf4c36f788ac0eb8112ccec0bbd371d5bbd94.zip
make the request observer work correctly, remove response logging in main class
Diffstat (limited to 'Wrt3g/HtmlParser.php')
-rw-r--r--Wrt3g/HtmlParser.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Wrt3g/HtmlParser.php b/Wrt3g/HtmlParser.php
index 9574cd0..bd613ac 100644
--- a/Wrt3g/HtmlParser.php
+++ b/Wrt3g/HtmlParser.php
@@ -20,8 +20,10 @@ class Wrt3g_HtmlParser
'GPRS_MSG.WWBEAR_GPRS' => 'GPRS',
'GPRS_MSG.WWBEAR_UMTS' => 'UMTS',
'GPRS_MSG.None' => null,
+ 'GPRS_MSG.FAIR' => 'fair',
'GPRS_MSG.GOOD' => 'good',
'GPRS_MSG.EXCELLENT' => 'excellent',
+ 'GPRS_MSG.NOSIGNAL' => 'no signal',
'GPRS_MSG.CTIME' => 'connection time',
'GPRS_MSG.CFW' => 'card firmware',
'GPRS_MSG.CMOD' => 'card model',