osmo-cn-latest: Clarify steps for provisioning

Change-Id: Ia55181c791cc66ae95ce41bb1c39092d38751ecb
This commit is contained in:
Daniel Willmann 2018-10-05 17:31:56 +02:00
parent e6ce3a1414
commit 8de199e54a
1 changed files with 6 additions and 4 deletions

View File

@ -1,11 +1,13 @@
You need a csv with the simcard data.
You need a csv with the simcard data and osmo-config-merge needs to be in your
path.
To create hlr.db and change the mcc/mnc run:
./create_hlr.py --mcc 901 --mnc 23 source.csv
./provision_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:
IMSI will be changed to match the MCC/MNC. In order to reprogram the IMSIs of
the SIM cards run pySim-prog:
./pySim-prog.py -p 0 -t sysmoUSIM-SJS1 --source=csv --read-csv=simcards.csv --read-iccid
This is only needed if the mcc/mnc options are used.