From 9b44c86fe6731c51e78ba3cbd48e45b31474c269 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 20 Sep 2018 10:17:54 +0200 Subject: osmo-cn-latest: Add README with instructions for provisioning Change-Id: I3e29106373cb72773f4d8b9f164aa9a6163addc7 --- osmo-cn-latest/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 osmo-cn-latest/README diff --git a/osmo-cn-latest/README b/osmo-cn-latest/README new file mode 100644 index 0000000..293dee9 --- /dev/null +++ b/osmo-cn-latest/README @@ -0,0 +1,11 @@ +You need a csv with the simcard data. + +To create hlr.db and change the mcc/mnc run: +./create_hlr.py --mcc 901 --mnc 23 source.csv + +This will create the hlr.db and a simcards.csv where the first digits of the +IMSI will be changed to match the MCC/MNC. In order to reprogram the SIM cards +run pySim-prog like this: + +./pySim-prog.py -p 0 -t sysmoUSIM-SJS1 --source=csv --read-csv=simcards.csv --read-iccid + -- cgit v1.2.3