|
|
|
@ -130,7 +130,7 @@ void parse_args(all_args_t *args, int argc, char *argv[]) {
|
|
|
|
|
("usim.mode", bpo::value<string>(&args->usim.mode)->default_value("soft"), "USIM mode (soft or pcsc)")
|
|
|
|
|
("usim.algo", bpo::value<string>(&args->usim.algo), "USIM authentication algorithm")
|
|
|
|
|
("usim.op", bpo::value<string>(&args->usim.op), "USIM operator code")
|
|
|
|
|
("usim.opc", bpo::value<string>(&args->usim.op), "USIM operator code (ciphered variant)")
|
|
|
|
|
("usim.opc", bpo::value<string>(&args->usim.opc), "USIM operator code (ciphered variant)")
|
|
|
|
|
("usim.imsi", bpo::value<string>(&args->usim.imsi), "USIM IMSI")
|
|
|
|
|
("usim.imei", bpo::value<string>(&args->usim.imei), "USIM IMEI")
|
|
|
|
|
("usim.k", bpo::value<string>(&args->usim.k), "USIM K")
|
|
|
|
|