You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-playground/osmo-cn-latest
Oliver Smith 4f459b779e
docker kill: wait until containers are stopped
3 weeks ago
..
runit osmo-cn-latest: Let osmo-hlr upgrade the db scheme 4 years ago
Dockerfile osmo-*-latest: use OSMOCOM_REPO_VERSION 2 years ago
Makefile Add first osmo-cn-latest image 4 years ago
README osmo-cn-latest: Clarify steps for provisioning 4 years ago
osmo-ggsn.cfg Add first osmo-cn-latest image 4 years ago
osmo-hlr.cfg Add first osmo-cn-latest image 4 years ago
osmo-mgw.cfg osmo-mgw: Use DSCP value in valid range (<= 63) 2 years ago
osmo-msc.cfg remove deprecated 'logging level all everything' from configs 2 years ago
osmo-msc.cfg.base remove deprecated 'logging level all everything' from configs 2 years ago
osmo-sgsn.cfg remove deprecated 'logging level all everything' from configs 2 years ago
osmo-stp.cfg remove deprecated 'logging level all everything' from configs 2 years ago
provision-hlr.py osmo-cn-latest: Rename the script to provision the hlr 4 years ago
run.sh docker kill: wait until containers are stopped 3 weeks ago

README

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:
./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 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.