On 28/05/18 11:00, Kevin Redon wrote: > > I used two programs to write the SIM file containing the list of forbidden > PLMN (EF_FPLMN). > The first is in C and was used to provision SIM cards (e.g. writing a lot of > other files). > The second is easier and more convenient to use. It's a scriptor script. Thanks Kevin!
I was looking at pySim - I've now got pySim-read.py to output the FPLMN list formatted for human reading, although my code is probably not yet best practice pythonic. :-) I will try to see if I can reverse that logic and include FPLMN list updating in pySim-prog.py
