Project

General

Profile

Actions

Bug #1988

closed

problem changing the ICCID on sysmo-usim-sjs1

Added by dexter about 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
03/20/2017
Due date:
% Done:

100%

Spec Reference:

Description

When programming an sysmo-usim-sjs1, all parameters are written fine, except for the ICCID. There are no error messages printend. When checking the ICCID with the phone, the original ICCID is shown, regardless what is previously programmed.

$ ./mksim.sh 
Insert card now (or CTRL-C to cancel)
Generated card parameters :
 > Name    : Magic
 > SMSP    : e1ffffffffffffffffffffffff0581005155f5ffffffffffff000000
 > ICCID   : 1234567890123456789
 > MCC/MNC : 1/1
 > IMSI    : 001010000000006
 > Ki      : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
 > OPC     : 79316551103BD050B7C8CDB0030C49F0
 > ACC     : None

Programming ...
Done !

Script used for programming:

#!/bin/bash

PYSIM=~/bin/pysim/pySim-prog.py
ADM1=14546485
OPC=79316551103BD050B7C8CDB0030C49F0
MCC=001
MNC=01
IMSI=001010000000006
KI=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
ICCID=1234567890123456789
python $PYSIM -p 0 -t sysmoUSIM-SJS1 -o $OPC -k $KI -x $MCC -y $MNC -i $IMSI -s $ICCID -a $ADM1
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)