summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTriatmoko2011-11-18 22:41:39 +0100
committerTriatmoko2011-11-18 22:41:39 +0100
commit7b19f89a504ee90bcd5064ab20e1d5f1214cfdc6 (patch)
tree8b6f4106460c86cc3d53242e34c9be0c60e19550
parentdelete unused script smart function (diff)
downloadgsm-selftest-7b19f89a504ee90bcd5064ab20e1d5f1214cfdc6.tar.gz
gsm-selftest-7b19f89a504ee90bcd5064ab20e1d5f1214cfdc6.tar.xz
gsm-selftest-7b19f89a504ee90bcd5064ab20e1d5f1214cfdc6.zip
add error code 801
-rw-r--r--Code/Server-Code/truthtableClass.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Code/Server-Code/truthtableClass.py b/Code/Server-Code/truthtableClass.py
index b886922..63151bc 100644
--- a/Code/Server-Code/truthtableClass.py
+++ b/Code/Server-Code/truthtableClass.py
@@ -206,7 +206,7 @@ class trueTable:
name = y[0]
if name == call:
if int(result) == 200:
- if int(y[1]) == 486 or int(y[1]) == 999 or int(y[1]) == 998 or int(y[1]) == 801:
+ if int(y[1]) == 486 or int(y[1]) == 999 or int(y[1]) == 998 or int(y[1]) == 801 or int(y[1]) == 802 or int(y[1]) == 402:
self.nanoBts.remove(y)
else:
found = True
@@ -224,7 +224,7 @@ class trueTable:
name = y[0]
if name == dest:
if int(result) == 200:
- if int(y[1]) == 486 or int(y[1]) == 999 or int(y[1]) == 998 or int(y[1]) == 402 or int(y[1]) == 802:
+ if int(y[1]) == 486 or int(y[1]) == 999 or int(y[1]) == 998 or int(y[1]) == 402 or int(y[1]) == 802 or int(y[1]) == 801:
self.nanoBts.remove(y)
else:
found = True