Yate Community Forum

OpenLTE => YateBTS => Topic started by: rogierq on November 26, 2018, 03:28:51 AM

Title: RuntimeError: SW match failed ! Expected 9000 and got 6a86.
Post by: rogierq on November 26, 2018, 03:28:51 AM
Hi Guys,

I am trying to create my own cell netwrok with some tutorials from the web.
Very slowly i am getting there, most tutorials are older and the parts they use are replaced with new ones.
Finally i am able to write sim cards, but it is not working as it should be i guess

The sim cards i use are from sysmocom

When i try to write a sim card i they the error message below
Programming ...
RuntimeError: SW match failed ! Expected 9000 and got 6a86.

Surfing the web is not giving me any idea for what i do or did wrong

Can somebody help me out with this?

Regards
Rogier
Title: Re: RuntimeError: SW match failed ! Expected 9000 and got 6a86.
Post by: goodboytower on November 27, 2018, 06:07:27 PM
I had this same problem. I was never able to write a SIM from the NIB web gui, but I was able to do it from the command line. Here is a command that may be helpful to you that uses the pySim script itself instead of doing it through NIB.

Code: [Select]
./pySim-prog.py -p0 -t [card type] -a [ADM Pin] -x [mobile country code] -y [mobile network code] -i [IMSI] -s [iccid] -k [ki] -o [opc] -n [whatever name]