A-Netz / B-Netz: Add function to change state, debug with channel info
Change state uses a function rather than directly setting state variable. Some debug commands now use channel number. (for multi-trx setups)
This commit is contained in:
@@ -11,6 +11,7 @@ enum dsp_mode {
|
||||
|
||||
/* current state of b-netz sender */
|
||||
enum bnetz_state {
|
||||
BNETZ_NULL = 0,
|
||||
BNETZ_FREI, /* sending 'Gruppenfreisignal' */
|
||||
BNETZ_WAHLABRUF, /* sending 'Wahlabruf', receiving call setup */
|
||||
BNETZ_SELEKTIVRUF_EIN, /* paging phone (switch to calling channel) */
|
||||
|
Reference in New Issue
Block a user