-------------------------------------------------------------------------------
* e996241 Remove space from dect daemon identification string to the system log. It didn't work with web GUI.
-------------------------------------------------------------------------------
commit e996241b776ad2aacfe4eb39d545c279c11f10a0
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-14 16:01:31 +0200
Remove space from dect daemon identification string to the system log. It
didn't work with web GUI.
Base directory -> /
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* 3c08463 Support for syslog. On critical errors we send a message to the system log.
-------------------------------------------------------------------------------
commit 3c08463deea1f13480d11b0c775ff1e5b0410e20
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-14 14:32:36 +0200
Support for syslog. On critical errors we send a message to the system log.
Base directory -> /
src/connection_init.c | 24 ++++++++++++++++++++----
src/error.c | 11 ++++++++---
src/handset.c | 2 ++
src/main.c | 5 +++++
4 files changed, 35 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* a25800e Comment
* 36b8ce1 Fixed crash when debugging internal Dect.
* 4e4a468 Fixed swaped arguments for calloc
* 737aa13 Due to some units of product DG400 has been faulty initialized at produciton factory we need to complete the first time setup ourself. Issues we now look for: - Blacklisted RFPI addresses - Faulty RFPI ranges - Incorrect radio calibration frequency - Blank NVS - Missing Natalie firmware Invalid RFPI and radio freq can be repaired by dectmngr2 during startup. For the rest we print warnings.
-------------------------------------------------------------------------------
commit a25800e9e424867c9fb6167b3ebf4af32d3402eb
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-12 16:05:56 +0200
Comment
Base directory -> /
src/rawmailproxy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 36b8ce18ed4ed6932d71b058059ef9e790708677
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-12 16:05:32 +0200
Fixed crash when debugging internal Dect.
Base directory -> /
src/debugger.c | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit 4e4a468c335cb6f0595e0f5de50d0ffbff5dbed2
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-12 16:04:07 +0200
Fixed swaped arguments for calloc
Base directory -> /
src/busmail.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 737aa1392ff2033e15f0f9fa4c9c05de4f2c283f
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-11 17:06:05 +0200
Due to some units of product DG400 has been faulty initialized at produciton
factory we need to complete the first time setup ourself. Issues we now look
for: - Blacklisted RFPI addresses - Faulty RFPI ranges -
Incorrect radio calibration frequency - Blank NVS - Missing
Natalie firmware Invalid RFPI and radio freq can be repaired by dectmngr2
during startup. For the rest we print warnings.
Base directory -> /
src/connection_init.c | 356 +++++++++++++++++++++++++++++++++++++++++---------
src/connection_init.h | 3 +
2 files changed, 295 insertions(+), 64 deletions(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* ada7cc5 Debug printout
* ba1046b Block third party apps from re-enabling registration if dectmngr2 is busy.
* ded07cc If we for some reason can't enable the radio we return an error for UBUS registration requests. This shows up in the GUI as a malfunction.
-------------------------------------------------------------------------------
commit ada7cc5a8498e5f6688e330cd706d273c1fce89d
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-28 15:26:18 +0200
Debug printout
Base directory -> /
src/rawmailproxy.c | 3 +++
1 file changed, 3 insertions(+)
-------------------------------------------------------------------------------
commit ba1046ba0ff14c947a4ea93628a0dd7e6cfd70c2
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-28 14:53:25 +0200
Block third party apps from re-enabling registration if dectmngr2 is busy.
Base directory -> /
src/rawmailproxy.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 77 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit ded07cc9f2bbdcaddf7ebf191c41387292f3dfbd
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-28 12:22:13 +0200
If we for some reason can't enable the radio we return an error for UBUS
registration requests. This shows up in the GUI as a malfunction.
Base directory -> /
src/connection_init.c | 5 +++++
1 file changed, 5 insertions(+)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* d33b0cc Delay application exit after the radio has been turned off due to ubus need some time for sending a reply to an off-request.
-------------------------------------------------------------------------------
commit d33b0cccfc9fbf3db63f7e67a92692d616c88f0b
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-22 14:38:35 +0200
Delay application exit after the radio has been turned off due to ubus need
some time for sending a reply to an off-request.
Base directory -> /
src/connection_init.c | 49 ++++++++++++++++++++++++++++++++-----------------
1 file changed, 32 insertions(+), 17 deletions(-)
-------------------------------------------------------------------------------