BTS creation/deletion // -> Show Alarms // // bssfunc.php ___ bssstatus.php (upper) // \__ bssfuncinfo.php (bottom) // ?>
"; $result = mysql_query($sqlstring,$db) or die("Invalid query: $sqlstring\n" . mysqli_error($pubConn)); while ( $row = mysqli_fetch_row($result) ) { list($ip,$name,$connected) = $row; } if (mysqli_num_rows($result) != 1) { echo "Problem in OMCR database\n"; return; } $sqlstring = "SELECT ObjectId,Presence from OMCR_BSSTREE " . "WHERE bssid=$bssid and ObjectId REGEXP 'BtsMgr.[1-9]'";//read BtsMgr.1~12 from BssTree //echo "$sqlstring