summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/tricode/gsmselftest2.py
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode/tricode/gsmselftest2.py')
-rwxr-xr-xnotFinishedCode/tricode/gsmselftest2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/notFinishedCode/tricode/gsmselftest2.py b/notFinishedCode/tricode/gsmselftest2.py
index a40e2ac..37272c1 100755
--- a/notFinishedCode/tricode/gsmselftest2.py
+++ b/notFinishedCode/tricode/gsmselftest2.py
@@ -329,7 +329,7 @@ if dbStatus == 1:
db.errorCode(makeTest.result)
print 'Result : ' +str(makeTest.result)+ ' ' +str(db.errCode)
- message = '|' + str(makeTest.result) + '|' + str(db.errCode)
+ message = '|' + str(callFrom) + '|' + str(callTo) + '|' + str(makeTest.result) + '|' + str(db.errCode)
if server.sendData(message+ chr(10)) == 1:
print 'data sent successfully'