Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13444 )
Change subject: osmo-cn-latest: Clarify steps for provisioning ...................................................................... osmo-cn-latest: Clarify steps for provisioning Change-Id: Ia55181c791cc66ae95ce41bb1c39092d38751ecb --- M osmo-cn-latest/README 1 file changed, 6 insertions(+), 4 deletions(-) Approvals: Daniel Willmann: Verified Harald Welte: Looks good to me, approved diff --git a/osmo-cn-latest/README b/osmo-cn-latest/README index 293dee9..7e60cec 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. -- To view, visit https://gerrit.osmocom.org/13444 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ia55181c791cc66ae95ce41bb1c39092d38751ecb Gerrit-Change-Number: 13444 Gerrit-PatchSet: 1 Gerrit-Owner: Daniel Willmann <dwillm...@sysmocom.de> Gerrit-Reviewer: Daniel Willmann <dwillm...@sysmocom.de> Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>