From 8d07709069fc9f8edbeb3e7dbf9f5bb0aa9844ed Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 19 Jun 2018 18:15:58 +0100 Subject: [PATCH] Revert "Changed ue.conf op to opc" This reverts commit 3631c4a83f5fb72daaad69c0b6ab067692235c13. --- srsue/src/main.cc | 2 +- srsue/ue.conf.example | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srsue/src/main.cc b/srsue/src/main.cc index 25b43f590..fd754a4b3 100644 --- a/srsue/src/main.cc +++ b/srsue/src/main.cc @@ -131,7 +131,7 @@ void parse_args(all_args_t *args, int argc, char *argv[]) { ("usim.mode", bpo::value(&args->usim.mode)->default_value("soft"), "USIM mode (soft or pcsc)") ("usim.algo", bpo::value(&args->usim.algo), "USIM authentication algorithm") - ("usim.opc", bpo::value(&args->usim.op), "USIM operator ciphered variant") + ("usim.op", bpo::value(&args->usim.op), "USIM operator variant") ("usim.imsi", bpo::value(&args->usim.imsi), "USIM IMSI") ("usim.imei", bpo::value(&args->usim.imei), "USIM IMEI") ("usim.k", bpo::value(&args->usim.k), "USIM K") diff --git a/srsue/ue.conf.example b/srsue/ue.conf.example index 395a6e21d..cbeca8541 100644 --- a/srsue/ue.conf.example +++ b/srsue/ue.conf.example @@ -88,7 +88,7 @@ file_max_size = -1 # # mode: USIM mode (soft/pcsc) # algo: Authentication algorithm (xor/milenage) -# opc: 128-bit Operator Ciphered Variant Algorithm Configuration Field (hex) +# op: 128-bit Operator Variant Algorithm Configuration Field (hex) # k: 128-bit subscriber key (hex) # imsi: 15 digit International Mobile Subscriber Identity # imei: 15 digit International Mobile Station Equipment Identity @@ -98,7 +98,7 @@ file_max_size = -1 [usim] mode = soft algo = xor -opc = 63BFA50EE6523365FF14C1F45F88737D +op = 63BFA50EE6523365FF14C1F45F88737D k = 00112233445566778899aabbccddeeff imsi = 001010123456789 imei = 353490069873319