mirror of
https://github.com/open-simh/simh.git
synced 2026-01-17 16:54:08 +00:00
TMXR: Return modem Ring signal only for connected lines
Ring indicates an incoming call and should preceded carrier coming up, it shouldn't persist beyond the initial call/session setup.
This commit is contained in:
parent
09109d2186
commit
7b3e63aa75
@ -1383,7 +1383,7 @@ if ((lp->sock) || (lp->serport) || (lp->loopback)) {
|
||||
incoming_state |= TMXR_MDM_DCD;
|
||||
}
|
||||
else
|
||||
incoming_state = TMXR_MDM_RNG | TMXR_MDM_DCD | TMXR_MDM_DSR;
|
||||
incoming_state = TMXR_MDM_DCD | TMXR_MDM_DSR;
|
||||
}
|
||||
else
|
||||
if ((lp->master) || (lp->mp && lp->mp->master) ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user