Attention is currently required from: laforge.
1 comment:
Patchset:
note that this is likely not an e1d driver specific issue, but a general issue, also present wit dah […]
It is part of the osmo-e1d crash problem. In this case it really matters since the value of the file descriptor is checked to determine of the file descriptor is currently open (TS is in use) or closed (-1). The checks there would used <= 0 as condition, which is a bit misleading. That is why I fixed this as well.
At least DAHDI has similar issues: https://gitea.osmocom.org/osmocom/libosmo-abis/src/branch/master/src/input/dahdi.c#L658
To view, visit change 32401. To unsubscribe, or for help writing mail filters, visit settings.