mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-03 04:23:12 +01:00
-------------------------------------------------------------------------------
* 07c8a16 Before dectmngr2 does a fast exit (in case of an error), try to send a failure response to any ubus quierier (or might block in a timeout).
* c5619c2 - Only shuttdown ubus receiver if the radio is configured for auto off and is about to become off soon. - Comments
* a4898c8 - Extend timeout error message to ubus querier due to deleting a handset may be very slow sometimes. - When shutting down ubus receiver, also send an error to any active querier (to avoid blocking timeouts). - Only enable ubus receiver once if needed.
-------------------------------------------------------------------------------
commit 07c8a1665dc1f767c8ae2da92e41f482956f8959
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-06-28 15:43:12 +0200
Before dectmngr2 does a fast exit (in case of an error), try to send a
failure response to any ubus quierier (or might block in a timeout).
Base directory -> /
src/error.c | 5 +++++
src/ubus.c | 1 +
2 files changed, 6 insertions(+)
-------------------------------------------------------------------------------
commit c5619c257a199eb331f41798a01d5d608ce149b5
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-06-28 13:35:02 +0200
- Only shuttdown ubus receiver if the radio is configured for auto off and
is about to become off soon. - Comments
Base directory -> /
src/handset.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit a4898c88a49b94bccb5c9a60cab3f6bdff94cffc
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-06-28 13:33:08 +0200
- Extend timeout error message to ubus querier due to deleting a handset may
be very slow sometimes. - When shutting down ubus receiver, also send an
error to any active querier (to avoid blocking timeouts). - Only enable ubus
receiver once if needed.
Base directory -> /
src/ubus.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
|
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||