iup needs to be started at boot, not just just configured.
(also, iup needs to stop in waiting for default route)
So removing the boot function is the good solution.
-------------------------------------------------------------------------------
* 69bbcfd set eswap per radio instead of per interface
-------------------------------------------------------------------------------
commit 69bbcfd3f2f181529d7898bbe937e37116ee96da
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-10-16 15:17:00 +0200
set eswap per radio instead of per interface
Base directory -> /
broadcom.c | 30 +++++++-----------------------
1 file changed, 7 insertions(+), 23 deletions(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* 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(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* 54bd596 show max rate instead of bit rate per radio
-------------------------------------------------------------------------------
commit 54bd596ef73a2abc0964a082bcb1b9dd09cf8afd
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-10-03 18:50:31 +0200
show max rate instead of bit rate per radio
Base directory -> /
questd.c | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* 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(+)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* ec56d86 LED behavior has changed. Only dectmngr2 should turn it off (when the radio is disabled). When uleapp connects to dectmngr2 the radio is enabled automatically.
-------------------------------------------------------------------------------
commit ec56d8652c75b1e014b27532345ce8b9e2650b4f
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-28 15:18:14 +0200
LED behavior has changed. Only dectmngr2 should turn it off (when the radio
is disabled). When uleapp connects to dectmngr2 the radio is enabled
automatically.
Base directory -> /
sysroot/usr/share/gigaset/usr/bin/led.sh | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
* 16665ce Comment out error for now
* 3f484c3 call broadcom specific functions only if broadcom is defined
* 6b828d8 call broadcom specific functions only if broadcom is defined
-------------------------------------------------------------------------------
commit 16665ce6a657d92671139f9072cb1078c6440a2d
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2016-09-23 14:42:50 +0200
Comment out error for now
Base directory -> /
dumper.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 3f484c3bd63bcf9cd9eb3e6414375b48d8ef73c9
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-09-23 14:34:30 +0200
call broadcom specific functions only if broadcom is defined
Base directory -> /
questd.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit 6b828d82bfd47dda7a346648d6252dfe2e3d62a3
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-09-23 14:30:18 +0200
call broadcom specific functions only if broadcom is defined
Base directory -> /
questd.c | 18 ++++++++++++++++--
questd.h | 2 ++
2 files changed, 18 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------