Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
sdk:scripts:best-operator [2021/09/23 08:57] dodenhoeftsdk:scripts:best-operator [2022/10/12 13:43] schmitt
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(status) == "available" && net != "") {+    if (trim(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,