You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Super SIM UPLMN Codec
1
+
# Super SIM UPLMN Codec 1.0.0
2
2
3
3
A basic but handy SIM UPLMN (User-controlled Public Land Mobile Network) table coder and decoder. Use it to generate and check Super SIM UPLMN table entries. For more details see [**How and Why You Can Set Super SIM’s Network Attach Priority List**](https://www.twilio.com/docs/iot/supersim/how-and-why-to-set-super-sims-uplmn-table).
4
4
@@ -18,17 +18,17 @@ Values are not checked for validity.
18
18
19
19
**Examples**
20
20
21
-
```
21
+
```shell
22
22
$ python plmn_codec.py 310 410
23
23
AT+CRSM=214,28512,0,0,5,1300144080
24
24
```
25
25
26
-
```
26
+
```shell
27
27
$ python plmn_codec.py 310 410 310 260
28
28
AT+CRSM=214,28512,0,0,10,13001440801300624080
29
29
```
30
30
31
-
```
31
+
```shell
32
32
$ python plmn_codec.py 310 410 310
33
33
[ERROR] An MCC-MNC pairing is incomplete
34
34
```
@@ -43,24 +43,24 @@ You can decode UPLMN table entries, or entire tables, with the `-p` option.
0 commit comments