[layer23] Added XOR and COMP128 encryption to test SIM
authorAndreas.Eversberg <jolly@eversberg.eu>
Fri, 17 Sep 2010 15:51:23 +0000 (15:51 +0000)
committerAndreas.Eversberg <jolly@eversberg.eu>
Fri, 17 Sep 2010 15:51:23 +0000 (15:51 +0000)
commit7b3e80f64b87c568dcfe5213b0b117c97dce00dc
tree8205e98f17b9b1accd8857d08018fd7dc8a21e14
parent1e238a8c11184cdf9dece02836bb61d4afcbd6dc
[layer23] Added XOR and COMP128 encryption to test SIM

To define/change a key for the test SIM, use the following sequence:

conf t
ms 1
test-sim
ki comp128 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx
end
write

or use:
ki xor xx xx xx xx xx xx xx xx xx xx xx xx
src/host/layer23/include/osmocom/bb/mobile/settings.h
src/host/layer23/include/osmocom/bb/mobile/subscriber.h
src/host/layer23/src/mobile/subscriber.c
src/host/layer23/src/mobile/vty_interface.c