10
0
Fork 0

README: minor, fix typos

This commit is contained in:
Kevin Redon 2021-04-06 15:10:33 +02:00
parent 2112cbccb5
commit f183e69c7a
1 changed files with 6 additions and 7 deletions

13
README
View File

@ -32,7 +32,7 @@ demo_client :
- copy : copies the files from the SIM into a XML file (see copy_client.rb) - copy : copies the files from the SIM into a XML file (see copy_client.rb)
info_client.rb : info_client.rb :
- it read and displayed information stored on the SIM : - it reads and displays information stored on the SIM :
- ICCID - ICCID
- IMSI - IMSI
- MSISDN - MSISDN
@ -43,14 +43,14 @@ info_client.rb :
- it's easy to decode more info - it's easy to decode more info
copy_client.rb : copy_client.rb :
- it copies all the files (MF/DF/EF) from the SIM into a XML file - it copies all the files (MF/DF/EF) from the SIM into an XML file
- it's not a cloned, as Ki can not be copied (used for the authentication and encryption) - it's not a clone, as Ki can not be copied (used for the authentication and encryption)
- some authentication triplets are also extracted - some authentication triplets are also extracted
- the CHV1/PIN is also saved - the CHV1/PIN is also saved
- only the body of the files with access condition ALWAYS and CHV1 can be copied, otherwise only the header is saved. - only the body of the files with access condition ALWAYS and CHV1 can be copied, otherwise only the header is saved.
demo_server.rb : demo_server.rb :
- it's purpose is to start the server implementations (sim, pcsc) - its purpose is to start the server implementations (sim, pcsc)
- use the CLI to configure it - use the CLI to configure it
- a sim.xml SIM file is provided for demonstration and testing purposes, but you can make your own using copy_client.rb - a sim.xml SIM file is provided for demonstration and testing purposes, but you can make your own using copy_client.rb
@ -64,7 +64,7 @@ simos_server.rb :
apdu_forward : apdu_forward :
- it's just a APDU to SAP wrapped - it's just a APDU to SAP wrapped
- it take APDu from a IO, acts as a SAP client, connects to a SAP server, gets the response, return the response APDU - it takes APDU from an I/O, acts as a SAP client, connects to a SAP server, gets the response, return the response APDU
- it has been used do use external SIM (or softSIM) with osmocomBB - it has been used do use external SIM (or softSIM) with osmocomBB
Requirements : Requirements :
@ -78,8 +78,7 @@ Requirements :
TODO : TODO :
SAP : SAP :
- it does not implement the functions for the proactive SIM : power_on/off, - it does not implement the functions for the proactive SIM : power_on/off, reset, ...
reset , ...
sim_server : sim_server :
- not all the commands are implemented (even the PIN verification) - not all the commands are implemented (even the PIN verification)