John
John
When decoding the following GSM SIB2: 59061A8BE7D683080000000000000000000000FF010000 I get the following ARFCNs (975 is the original ARFCN): 975, 1023, 1148 and 1152 The correct networks should be: 975, 124 ,128,...
getServer() should include the first and the last ip address in the subnet. closes #10
in getServers(), the while loop post-increments current before pushing to result. This means the first address is never in the result list. possibly add between lines 68 and 69: result.push(ip.fromLong(current)...