Skip to content

Commit a098f18

Browse files
committed
Release 1.0.0
1 parent 27e7ea1 commit a098f18

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Super SIM UPLMN Codec
1+
# Super SIM UPLMN Codec 1.0.0
22

33
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).
44

@@ -18,17 +18,17 @@ Values are not checked for validity.
1818

1919
**Examples**
2020

21-
```
21+
```shell
2222
$ python plmn_codec.py 310 410
2323
AT+CRSM=214,28512,0,0,5,1300144080
2424
```
2525

26-
```
26+
```shell
2727
$ python plmn_codec.py 310 410 310 260
2828
AT+CRSM=214,28512,0,0,10,13001440801300624080
2929
```
3030

31-
```
31+
```shell
3232
$ python plmn_codec.py 310 410 310
3333
[ERROR] An MCC-MNC pairing is incomplete
3434
```
@@ -43,24 +43,24 @@ You can decode UPLMN table entries, or entire tables, with the `-p` option.
4343

4444
**Examples**
4545

46-
```
46+
```shell
4747
$ python plmn_codec.py -p '+CRSM: 144,0,1300144080'
4848
1. MCC: 310 MNC: 410 RAT(s): E-UTRAN in WB-S1, NB-S1 modes, GSM + EC-GSM-IoT
4949
```
5050

51-
```
51+
```shell
5252
$ python plmn_codec.py -p AT+CRSM=214,28512,0,0,10,13006240801300144080
5353
1. MCC: 310 MNC: 260 RAT(s): E-UTRAN in WB-S1, NB-S1 modes, GSM + EC-GSM-IoT
5454
2. MCC: 310 MNC: 410 RAT(s): E-UTRAN in WB-S1, NB-S1 modes, GSM + EC-GSM-IoT
5555
```
5656

57-
```
57+
```shell
5858
$ python plmn_codec.py -p 13006240801300144080
5959
1. MCC: 310 MNC: 260 RAT(s): E-UTRAN in WB-S1, NB-S1 modes, GSM + EC-GSM-IoT
6060
2. MCC: 310 MNC: 410 RAT(s): E-UTRAN in WB-S1, NB-S1 modes, GSM + EC-GSM-IoT
6161
```
6262

63-
```
63+
```shell
6464
$ python plmn_codec.py -p 1300624
6565
[ERROR] Malformed PLMNS data: 1300624
6666
```

0 commit comments

Comments
 (0)