Skip to content

Commit

Permalink
Added support to Vodafone's B28 CIDs, fixed a bug with iliad's RAN Sh…
Browse files Browse the repository at this point in the history
…aring
  • Loading branch information
Andreag00 authored Jul 11, 2022
1 parent 6a6717d commit 376ab8d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Scriptable-JS/ShorteNB-Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Binary file modified ShorteNB.shortcut
Binary file not shown.
4 changes: 3 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Corretta una mia dimenticanza per la correzione dei nodi secondari W3.
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.
2 changes: 1 addition & 1 deletion link
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://www.icloud.com/shortcuts/d606ba1a6c31421dad97dce727db358b
https://www.icloud.com/shortcuts/98d686ed558e4a19a6b7e2f43a3d6414
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit 376ab8d

Please sign in to comment.