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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user