anetz: Add release timer, so station keeps blocked for a while

This prevents other mobile phone or outgoing call to seize the
base station before the current phone releases the transmitter.
This commit is contained in:
Andreas Eversberg
2016-03-11 18:08:57 +01:00
parent 0dc81fe210
commit e9234e3926
2 changed files with 24 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ enum anetz_state {
ANETZ_FREI, /* sending 2280 Hz tone */
ANETZ_GESPRAECH, /* during conversation */
ANETZ_ANRUF, /* phone is paged */
ANETZ_AUSLOESEN, /* releasing towards phone */
};
typedef struct anetz {