From 00192c6a5e72fb1ec6abf61fb6caa808d4a7d606 Mon Sep 17 00:00:00 2001 From: Refik Hadzialic Date: Sat, 10 Sep 2011 19:48:25 +0200 Subject: Comments --- notFinishedCode/web/testCase.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'notFinishedCode/web/testCase.php') diff --git a/notFinishedCode/web/testCase.php b/notFinishedCode/web/testCase.php index c2719db..88de683 100644 --- a/notFinishedCode/web/testCase.php +++ b/notFinishedCode/web/testCase.php @@ -188,11 +188,11 @@ elseif($GSMEO < 0) } //NETWORK OPERABILITY -$GSMINTPercent = 54; -$GSMEXTPercent = 75; -$SIPPercent = 100; -$UNISIPPercent = 36; -$LANDLINEPercent = 70; +$GSMINTPercent = rand(1,100); +$GSMEXTPercent = rand(1,100); +$SIPPercent = rand(1,100); +$UNISIPPercent = rand(1,100); +$LANDLINEPercent = rand(1,100); //print_r($GSMINTCOL); // add here to set the color for each node after the test ;) -- cgit v1.2.3-55-g7522