diff --git a/Scriptable-JS/ShorteNB-Core.js b/Scriptable-JS/ShorteNB-Core.js index 34dde50..ee1fa0c 100644 --- a/Scriptable-JS/ShorteNB-Core.js +++ b/Scriptable-JS/ShorteNB-Core.js @@ -18,7 +18,7 @@ CID = CellID % 256; if (eNB >= 10000 && eNB <= 99999) { // Vodafone - band = [,20,,3,1,7,,,,8,,20,,3,1,7][~~(CID / 10)]; + band = [,20,,3,1,7,28,,,8,,20,,3,1,7][~~(CID / 10)]; actMNC = 22210; } else if (eNB >= 100000 && eNB <= 999999) { if (MNC1 == 22288 || MNC2 == 22288) { diff --git a/ShorteNB.shortcut b/ShorteNB.shortcut index cb459cf..c2453f2 100644 Binary files a/ShorteNB.shortcut and b/ShorteNB.shortcut differ diff --git a/changelog b/changelog index 2e6a226..7bba3d4 100644 --- a/changelog +++ b/changelog @@ -1 +1,3 @@ -Corretta una mia dimenticanza per la correzione dei nodi secondari W3. \ No newline at end of file +Aggiunto supporto ai CID della B28 Vodafone, corretto un bug col RAN Sharing di iliad. + +Se usate lo Shortcut per iliad cancellate il file "settings.json" nella cartella "ShorteNB" su iCloud Drive e rieseguite il primo setup. \ No newline at end of file diff --git a/link b/link index 9abd033..0536715 100644 --- a/link +++ b/link @@ -1 +1 @@ -https://www.icloud.com/shortcuts/d606ba1a6c31421dad97dce727db358b \ No newline at end of file +https://www.icloud.com/shortcuts/98d686ed558e4a19a6b7e2f43a3d6414 \ No newline at end of file diff --git a/version b/version index 7f20734..e6d5cb8 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file