From 8de199e54acecc3eacb43be124c7108e87bf5ec9 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Fri, 5 Oct 2018 17:31:56 +0200 Subject: [PATCH] osmo-cn-latest: Clarify steps for provisioning Change-Id: Ia55181c791cc66ae95ce41bb1c39092d38751ecb --- osmo-cn-latest/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/osmo-cn-latest/README b/osmo-cn-latest/README index 293dee93..7e60cec0 100644 --- a/osmo-cn-latest/README +++ b/osmo-cn-latest/README @@ -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.