Commit Graph

3 Commits

Author SHA1 Message Date
Andreas Eversberg a98b05beb0 SIM: several fixes 2020-10-29 07:33:30 +01:00
Andreas Eversberg 28de2a54ca SIM: Fix output of numbers >32767 when using EBD program mode
A shift of an unsigned char is interpreted as signed char, which causes
all bits above the shift result to become 1, if bit 7 of the char is 1.
2020-10-29 07:32:23 +01:00
Andreas Eversberg 8fea1ef7bf Added SIM card emulator/sniffer for C-Netz 2020-05-24 16:46:39 +02:00