B-Netz: Some cleanups

This commit is contained in:
Andreas Eversberg
2018-02-15 07:33:43 +01:00
parent 6b9326982a
commit a5aee82e53
3 changed files with 4 additions and 29 deletions

View File

@@ -68,7 +68,7 @@ typedef struct bnetz {
int callref; /* call reference */
enum dial_mode dial_mode; /* sub state while dialing is received */
enum dial_type dial_type; /* defines if mobile supports metering pulses */
char dial_number[14]; /* dial string received */
char dial_number[14]; /* dial string received (13 digits + termination, first 0-digit not included) */
int dial_pos; /* current position while receiving digits */
char station_id[6]; /* current station ID */
int station_id_pos; /* position while transmitting */