Commit Graph

14 Commits

Author SHA1 Message Date
Andreas Eversberg
b3d169bef6 C-Netz: Enter and display FUTLN via phone book with 0161 prefix
0161 prefix can be entered optionally when writing to telephone book.
0161 prefix is always show when displaying telephone book.
2024-08-18 23:56:15 +02:00
Andreas Eversberg
9d8c9d8986 C-Netz SIM: Improve and use PIN input to program card
Imrovements are less memeory usage.

Card data can be programmed by using PIN input.
2024-08-18 23:56:10 +02:00
Andreas Eversberg
f96994e0e7 SIM: Display SIM version in programming mode on memory location 06
Untested!
2024-04-13 23:04:33 +02:00
Andreas Eversberg
6e2fd793ac Increase compiler warnings and fix them 2024-04-05 21:51:41 +02:00
Andreas Eversberg
470fc49341 C-Netz SIM: Fix entering card numbers with leading zeroes
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-04-05 21:47:57 +02:00
Andreas Eversberg
3158c48365 Move from local to external osmo* libraries
src/libdebug -> libosmocore
src/libselect -> libosmocore
src/libtimer -> libosmocore
src/libosmocc -> libosmo-cc
src/libg711 -> libosmo-cc
2024-02-18 16:23:29 +01:00
Andreas Eversberg
6cd2c3e323 C-Netz-SIM: Store Jolly's phone number to phonebook entry 02
Also set version number to 3.
2024-01-04 17:58:30 +01:00
Andreas Eversberg
43dfab23e0 C-Netz-SIM: Store version number in phone book entry 01 as default. 2023-09-10 21:36:39 +02:00
Andreas Eversberg
4252ca1f82 C-Netz-SIM: Added delay before answering to messages
This delay is required, so that the card reader has enough time to
release the I/O line. The AEG OLYMPIA now works.
2023-08-27 20:28:43 +02:00
Martin Hauke
a07764f0d9 Fixed typos in cli output and source code comments 2021-01-03 09:57:03 +01:00
Andreas Eversberg
2a435abb43 C-Netz SIM: Terminate phone number string at first 0xf 2020-10-29 07:37:11 +01:00
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