-------------------------------------------------------------------------------
* 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(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* 61a08e5 - After last handset has been deleted we need to block incomming ubus messages due to we will be busy for a long time. - Cleanups
-------------------------------------------------------------------------------
commit 61a08e5de748ab2e317a1f0384f97087b25728cd
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-06-27 15:11:10 +0200
- After last handset has been deleted we need to block incomming ubus
messages due to we will be busy for a long time.
- Cleanups
- refs #9633
Base directory -> /
src/connection_init.c | 6 +++-
src/handset.c | 5 ++++
src/ubus.c | 78 +++++++++++++++++++++++++++++++++++++++------------
src/ubus.h | 2 ++
4 files changed, 72 insertions(+), 19 deletions(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* 6ad4d1e made enough space for the time to fixe logs in arm
-------------------------------------------------------------------------------
commit 6ad4d1ec64e17889ef5be674329234f948137837
Author: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: 2016-06-14 12:05:14 +0200
made enough space for the time to fixe logs in arm
Base directory -> /
questd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------