aboutsummaryrefslogtreecommitdiffstats
path: root/src/sim
AgeCommit message (Collapse)AuthorFilesLines
2024-04-13SIM: Display SIM version in programming mode on memory location 06Andreas Eversberg1-2/+6
Untested!
2024-04-05Increase compiler warnings and fix themAndreas Eversberg4-9/+13
2024-04-05C-Netz SIM: Fix entering card numbers with leading zeroesAndreas Eversberg1-9/+8
Numbers for the SIM card can be entered with zeroes in the front. This will not change numbers to octal. The Bosch OF 7 phone will not accept numbers in the phone book with less than 4 digits, so it is essential to allow entering numbers with zeroes in front. Also state that in the documents.
2024-02-18Move from local to external osmo* librariesAndreas Eversberg4-247/+249
src/libdebug -> libosmocore src/libselect -> libosmocore src/libtimer -> libosmocore src/libosmocc -> libosmo-cc src/libg711 -> libosmo-cc
2024-01-04C-Netz-SIM: Store Jolly's phone number to phonebook entry 02Andreas Eversberg2-2/+8
Also set version number to 3.
2023-09-10C-Netz-SIM: Store version number in phone book entry 01 as default.Andreas Eversberg2-0/+7
2023-08-27C-Netz-SIM: Added delay before answering to messagesAndreas Eversberg3-5/+22
This delay is required, so that the card reader has enough time to release the I/O line. The AEG OLYMPIA now works.
2021-11-07SIM sniffer: Minor output fixAndreas Eversberg1-1/+1
2021-11-07Refactoring ASCCI-Art image printingAndreas Eversberg3-71/+4
2021-09-17Optionally output date with each debug lineAndreas Eversberg1-5/+1
2021-04-03SIM: Option to write sniffed PDU to fileAndreas Eversberg2-2/+20
2021-03-20Config file path can be changed by command line option "--config <path>"Andreas Eversberg1-1/+4
2021-03-07Added special strdup to liboptions, to prevent memory leaks for option stringsAndreas Eversberg1-11/+13
If you are doing memory leak debugging you don't want to see any leaks when stopping the program.
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke4-10/+10
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