modem_shell with softsim enabled: but APDUs are never sent in less than a second

Hi,

I've integrated the softsim feature to the modem_shell application, which is working fine.

But I have a performance issue: I'm receiving the APDU from the modem after 1 second when milli-seconds are expected.

Any idea about this 1 second delay?

Example:

10.868 VG- [00:10:39.188,568] <inf> cloudsim: CS>80f20000000168
(0)
10.868 VG- Receive STATUS(FCP) APDU: 80f20000000168
10.868 VG- Server response: #1(0 ms) STATUS (0) 782183023f008a01058b032f060fc60c90012083010183018183010a9000
10.876 VG- mosh:~$ cloudsim apdu 621e8202782183023f008a01058b032f060fc60c900120830101830181
10.877 VG- 83010a9000
11.892 VG- [00:10:40.212,066] <inf> cloudsim: CS>00a408040000022fe20168
11.892 VG- Extended SELECT-FILE TO normal. 00a40804022fe2

80f20000000168 Received at 10.868s, answered at 10.876

But the next APDU is received only at 11.892 !!!

Any idea are welcome.

Related