Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
sdk:scripts:best-operator [2022/10/12 14:22]
schmitt
sdk:scripts:best-operator [2023/06/26 10:07]
dodenhoeft
Line 59: Line 59:
     if (is_void(net) || is_void(lai) || is_void(status)) continue;     if (is_void(net) || is_void(lai) || is_void(status)) continue;
  
-    if (trim(tolower(status)) == "available" && net != ""​) {+    if (trim(tolower(status)) == "Available" && net != ""​) {
         nb_syslog("​detected network '​%s'​ (lai %s)", net, lai);         nb_syslog("​detected network '​%s'​ (lai %s)", net, lai);
         networks[netcount++] = mkstruct("​network",​ net,          networks[netcount++] = mkstruct("​network",​ net,