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.
|
3 years ago | |
---|---|---|
.. | ||
runit | 4 years ago | |
.release | 4 years ago | |
Dockerfile | 3 years ago | |
Makefile | 4 years ago | |
README | 4 years ago | |
Release.key | 3 years ago | |
osmo-ggsn.cfg | 4 years ago | |
osmo-hlr.cfg | 4 years ago | |
osmo-mgw.cfg | 4 years ago | |
osmo-msc.cfg | 4 years ago | |
osmo-msc.cfg.base | 4 years ago | |
osmo-sgsn.cfg | 4 years ago | |
osmo-stp.cfg | 4 years ago | |
provision-hlr.py | 4 years ago | |
run.sh | 4 years 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.