aboutsummaryrefslogtreecommitdiffstats
path: root/src/sim
AgeCommit message (Collapse)AuthorFilesLines
2020-10-29C-Netz SIM: Terminate phone number string at first 0xfAndreas Eversberg1-1/+4
2020-10-29SIM: several fixesAndreas Eversberg3-14/+25
2020-10-29SIM: Fix output of numbers >32767 when using EBD program modeAndreas Eversberg1-4/+4
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-05-24Added SIM card emulator/sniffer for C-NetzAndreas Eversberg9-0/+3334