Project

General

Profile

Cardem » History » Version 11

tsaitgaist, 10/01/2019 09:33 AM
add software purpose

1 2 tsaitgaist
{{>toc}}
2
3 1 tsaitgaist
h1. Cardem
4
5
Card emulation (cardem for short) is a firmware for the SIMtrace v2 board allowing to emulate cards (e.g. SIM).
6
You then can leave the card adapter cable in the reader (e.g. phone), and have the actual card outside.
7
This allows to easily change or reprogram the card without having to touch the phone.
8
9
This functionality is already implemented and working on sysmoQMOD board.
10 10 tsaitgaist
It is now also available for SIMtrace v2 boards.
11 1 tsaitgaist
*This is a beta firmware and still in development*.
12
See [[Cardem#Limitations|limitations]] for known limitations and issues.
13
14
h2. Flashing
15
16 8 tsaitgaist
You can download the beta firmware for the SIMtrace v2 board here: attachment:simtrace-cardem-dfu.bin.
17 1 tsaitgaist
18
To flash the firmware on the board:
19
<pre>
20 9 tsaitgaist
sudo dfu-util --device 1d50:60e3 --cfg 1 --alt 1 --reset --download simtrace-cardem-dfu.bin
21 1 tsaitgaist
</pre>
22
23
For more details about the flashing procedure, read [[Flashing#SIMtrace2-board|this article]].
24
25
h2. Software
26
27
With the cardem firmware, the SIMtrace v2 board mainly forwards the ISO 7816 card communication over USB.
28
A software on the host must receive the APDU requests and send the corresponding APDU response.
29
There are several software available to do that.
30
Since the USB messages are "specified":https://git.osmocom.org/simtrace2/tree/firmware/libcommon/include/simtrace_prot.h and the software is "open source":https://git.osmocom.org/simtrace2/tree/host, you could implement your own APDU handler.
31
32 11 tsaitgaist
Following are examples on how to use @simtrace2-remsim@ and @osmo-remsim@:
33
* @simtrace2-remsim@ is meant to be used when you have a local setup (e.g. everything on one host computer). The SIMtrace board is connected to the phone/modem, and the actual card you want to forward the traffic to is inserted in a CCID reader connected to the host. The benefit of this setup is that you can easily re-program the card without having to remove it from the phone/modem slot.
34
* @osmo-remsim@ extends the @simtrace2-remsim@ functionality by allowing to have multiple cards located on other hosts. The traffic is then forwarded over the network.
35
36 1 tsaitgaist
h3. simtrace2-remsim
37
38
@simtrace2-remsim@ is the simplest solution.
39
If forwards the APDU request/response to/from a PCSC card reader.
40
41
To get @simtrace2-remsim@:
42
* Install required packages to compile the software:
43
<pre>
44
sudo apt-get install libusb-1.0-0-dev libosmocore-dev libpcsclite-dev
45
</pre>
46
* Get and compile the software:
47
<pre>
48
git clone git://git.osmocom.org/simtrace2.git
49
cd simtrace2/host/
50
make
51
</pre>
52
53
To use @simtrace2-remsim@:
54 5 tsaitgaist
# power off phone
55 1 tsaitgaist
# insert card adapter cable into phone
56
# insert card adapter cable SIMtrace v2 board
57
# plug SIMtrace v2 board in host computer USB port
58
# connect external card reader to host (any USB CCID reader should do the job)
59 5 tsaitgaist
# install PCSC daemon (only needs to be done once)
60 1 tsaitgaist
<pre>
61
sudo apt install pcscd
62
</pre>
63
# ensure the PCSC daemon is started
64
<pre>
65
sudo systemctl start pcscd
66
</pre>
67
# install tool to check reader status
68
<pre>
69 3 tsaitgaist
sudo apt install pcsc-tools
70 1 tsaitgaist
</pre>
71
# check if the card is detected by the reader (use CTRL-C to exit)
72
<pre>
73
pcsc_scan 
74
75
Using reader plug'n play mechanism
76
Scanning present readers...
77
0: OMNIKEY 6321 CLi USB (OKCM0030506091345044320140749730) 00 00
78
 
79
Tue Sep 10 16:03:49 2019
80
 Reader 0: OMNIKEY 6321 CLi USB (OKCM0030506091345044320140749730) 00 00
81
  Event number: 0
82
  Card state: Card inserted, 
83
  ATR: 3B 9F 94 80 1F C7 80 31 E0 73 FE 21 1B 67 01 00 00 04 4D 02 01 99
84
</pre>
85
# get SIMtrace USB path (this step will soon be not required anymore)
86
<pre>
87
dfu-util -l
88
89
...
90
Found Runtime: [1d50:60e3] ver=0002, devnum=59, cfg=1, intf=1, path="1-2.2", alt=0, name="UNKNOWN", serial="UNKNOWN"
91
</pre>
92
# start @simtrace2-remsim@ with corresponding USB path (here 1-2.2)
93
<pre>
94
./simtrace2-remsim --usb-vendor 1d50 --usb-product 60e3 --usb-path 1-2.2 --usb-config 1
95
96
(C) 2010-2017, Harald Welte <laforge@gnumonks.org>
97
(C) 2018, sysmocom -s.f.m.c. GmbH, Author: Kevin Redon <kredon@sysmocom.de>
98
99
SCardEstablishContext: OK
100
101
SCardListReaders: OK
102
103
SCardConnect: OK
104
105
<- 01 05 00 00 00 00 09 00 01 
106
<- 02 02 00 00 00 00 09 00 01 
107
<= cardem_request_set_atr(3b 00 )
108
<- 01 02 00 00 00 00 0b 00 02 3b 00 
109
<- 02 01 00 00 00 00 0b 00 02 2c 01 
110
Entering main loop
111
</pre>
112
# now you can power on the phone (only after @simtrace2-remsim@ is started since @simtrace2-remsim@ can't tell the phone a card has been inserted). you should also see some APDU traffic
113
<pre>
114
URB: 01 06 00 00 00 00 13 00 01 00 00 00 05 00 a0 a4 00 00 02 
115
-> 01 06 00 00 00 00 13 00 01 00 00 00 05 00 a0 a4 00 00 02 
116
=> DATA: flags=1, a0 a4 00 00 02 : CLA=a0 INS=a4 P1=00 P2=00 P3=02; case=4, lc=2(0), le=0(0)
117
<= cardem_request_pb_and_rx(a4, 2)
118
<- 01 01 00 00 00 00 0f 00 08 00 00 00 01 00 a4 
119
URB: 01 06 00 00 00 00 10 00 02 00 00 00 02 00 7f 20 
120
-> 01 06 00 00 00 00 10 00 02 00 00 00 02 00 7f 20 
121
=> DATA: flags=2, 7f 20 : CLA=a0 INS=a4 P1=00 P2=00 P3=02; case=4, lc=2(2), le=0(0)
122
TX: a0 a4 00 00 02 7f 20 
123
SCardEndTransaction: OK
124
125
RX: 9f 17 
126
SW=0x9f17, len_rx=0
127
<= cardem_request_sw_tx(9f 17)
128
<- 01 01 00 00 00 00 10 00 06 00 00 00 02 00 9f 17 
129
URB: 01 06 00 00 00 00 13 00 01 00 00 00 05 00 a0 f2 00 00 17 
130
-> 01 06 00 00 00 00 13 00 01 00 00 00 05 00 a0 f2 00 00 17 
131
=> DATA: flags=1, a0 f2 00 00 17 : CLA=a0 INS=f2 P1=00 P2=00 P3=17; case=2, lc=0(0), le=23(0)
132
TX: a0 f2 00 00 17 
133
SCardEndTransaction: OK
134
</pre>
135 5 tsaitgaist
136
h3. osmo-remsim
137
138
"osmo-remsim":/projects/osmo-remsim/wiki is a separate project allowing to have the card/SIM at a different location than the modem/phone. It also allows to manage multiple cards and emulators. The setup is a bit more complicated though.
139
140 6 tsaitgaist
# add the "osmo-remsim":/projects/cellular-infrastructure/wiki/Binary_Packages repository on each host you want to operator parts of @osmo-remsim@ (so you don't have to compile osmo-remsim yourself)
141 5 tsaitgaist
# @osmo-remsim@ uses PCSC to access card readers (this setup only needs to be done once)
142
** connect external card readers to host (any USB CCID reader should do the job)
143 7 tsaitgaist
** install PCSC daemon (will also be needed on the host which will run the bankd)
144 5 tsaitgaist
<pre>
145
sudo apt install pcscd
146
</pre>
147
** ensure the PCSC daemon is started
148
<pre>
149
sudo systemctl start pcscd
150
</pre>
151
** install tool to get reader name
152
<pre>
153
sudo apt install pcsc-tools
154
</pre>
155
** get reader name (use CTRL-C to exit)
156
<pre>
157
pcsc_scan 
158
159
Using reader plug'n play mechanism
160
Scanning present readers...
161
0: OMNIKEY 6321 CLi USB (OKCM0030506091345044320140749730) 00 00
162
</pre>
163
** create a @bankd_pcsc_slots.csv@ file listing the card readers @osmo-remsim@ should use. The CSV format is: user provided bank number (collection of readers/slots), user provided slot number (individual card in reader/bank), PCSC reader name.
164
<pre>
165
echo << EOF > bankd_pcsc_slots.csv
166
"1","1","OMNIKEY 6321 CLi USB (OKCM0030506091345044320140749730) 00 00"
167
EOF
168
</pre>
169 6 tsaitgaist
# run the server. This is the central instance telling the bankd which reader to use, and the client which bankd to contact.
170
** install @osmo-remsim-server@:
171 5 tsaitgaist
<pre>
172 6 tsaitgaist
sudo apt install osmo-remsim-server
173 5 tsaitgaist
</pre>
174 6 tsaitgaist
** run server (*the @bankd_pcsc_slots.csv@ file must be in the current working directory*)
175 5 tsaitgaist
<pre>
176
osmo-remsim-server
177
</pre>
178
# the server needs to be additionally configured through its RESTful interface. For that we will use the small tool @remsim-apitool.py@
179
** download @remsim-apitool.py@
180
<pre>
181
wget https://git.osmocom.org/osmo-remsim/plain/contrib/remsim-apitool.py
182 1 tsaitgaist
</pre>
183 5 tsaitgaist
** tell the server client 1 with slot 1 (on the modem side) should use bank 1 slot 1 (on the reader side). This must be done every time after to server is started.
184 1 tsaitgaist
<pre>
185
python remsim-apitool.py --create-slotmap 1 1 1 1
186
</pre>
187
# run the bankd. This will contact the server (which can be on another host) to know which card reader it will manage.
188 7 tsaitgaist
** install PCSC daemon (if not already done)
189
<pre>
190
sudo apt install pcscd
191
</pre>
192
** ensure the PCSC daemon is started
193
<pre>
194
sudo systemctl start pcscd
195
</pre>
196 6 tsaitgaist
** install @osmo-remsim-bankd@:
197 5 tsaitgaist
<pre>
198 6 tsaitgaist
sudo apt install osmo-remsim-bankd
199
</pre>
200
** here we tell it will take care of the card reader from bank 1.
201
<pre>
202 5 tsaitgaist
osmo-remsim-bankd --server-host localhost --server-port 9998 --bank-id 1
203 1 tsaitgaist
</pre>
204
# now we need to actually emulate the card
205
** power off phone
206
** insert card adapter cable into phone
207 5 tsaitgaist
** insert card adapter cable SIMtrace v2 board
208
** plug SIMtrace v2 board in host computer USB port
209 6 tsaitgaist
** install @osmo-remsim-client@:
210
<pre>
211
sudo apt install osmo-remsim-client
212
</pre>
213 5 tsaitgaist
** get SIMtrace USB path (this step will soon be not required anymore)
214
<pre>
215
dfu-util -l
216
217
...
218
Found Runtime: [1d50:60e3] ver=0002, devnum=59, cfg=1, intf=1, path="1-2.2", alt=0, name="UNKNOWN", serial="UNKNOWN"
219
</pre>
220
** start the @osmo-remsim-client-st2@ client with corresponding USB path (here 1-2.2). This will contact the server (which can be on another host) to know which bankd to contact. Here we tell it will take care of slot 1 of modem 1 (SIMtrace can only emulate one card).
221
<pre>
222
osmo-remsim-client-st2 --usb-vendor 1d50 --usb-product 60e3 --usb-path 1-2.2 --usb-config 1 --client-id 1 --client-slot 1 --server-host localhost --server-port 9998
223
</pre>
224
** you can now power on the phone, and should see some APDU traffic on the client and bankd.
225 1 tsaitgaist
226
h2. Limitations
227
228
Here are the known limitations:
229
* there is no way for SIMtrace to tell the reader that a new card has been inserted. There is no specified way to do it (e.g. in ISO 7816 standard). This is generally done inside the reader hardware by a mechanical switch. The only way around is to restarted the reader (e.g. phone).
230
* the cardem is currently a separate firmware. it is planned to combine it with the trace firmware (the software will then select the right functionality)
231
* the firmware ignores the sent ATR (sent by the software, from the card to forward). this is to prevent the reader from switching to a yet untested baud rate
232
* the error messages returned by @simtrace2-remsim@ are not very useful
233
* @simtrace2-remsim@ does not automatically reconnect to the SIMtrace board when the hardware is reset
234
* you have to specify the USB path to @simtrace2-remsim@
235
* no long term tests have been performed (this is already planned)
236 2 tsaitgaist
* you can't use the card reader built in SIMtrace
237 4 tsaitgaist
* @simtrace2-remsim@ does not send the APDU to GSMTAP so you can trace the traffic using wireshark
238 2 tsaitgaist
* @simtrace2-remsim-udp@ does not connect to SIMtrace v2 boards
239 1 tsaitgaist
240
We are currently working on resolving these issues.
241
If you found yet unknown issues, you can report them to the main developer at kredon AT sysmocom DOT de.
242
If possible, please also attach the corresponding debug serial output. To get the serial output, connect a USB to UART cable either to the 2.5 mm stereo headphone connector (tip = TX, ring = RX, sleeve = GND) or the nearby DEBUG port (pin 1 = GND, pin 4 = TX, pin 5 = RX). Open the serial port with the following configuration: 921600 8N1.
Add picture from clipboard (Maximum size: 48.8 MB)