No description
Find a file
Ronny Nilsson cd86ff9396 Update feed [ feed_inteno_packages ] package [ dectmngr2 ]
-------------------------------------------------------------------------------
* ee63f0c Kill third party proxy applications when we need to exit dectmngr2. They too need to restart. Gigaset ULE has an own watchdog and will restart by itself in 45 s (if in use). This is crude and of course we need a better API!
* 28dd5ba Default to radio auto mode if we can't understand the parameter (it may be of an old format).
* c084e7d Comments
* 6c4e378 Before starting a registration of handsets we always set the access code (PIN code) to 0000 due to third party applications also change the code sometimes and we might get out of sync.
* 26a15d5 Fix a compiler warning
* 73533fb Add support for third party proxy appliations. ULE daemon use this for communicating with Dect stack.
* 01e80ba Debug print what file descriptor we use
* 5043296 Fix memory leak if re-registering same device over and over again.
* 2620e49 Ignore ULE sensors, they are handled by another daemon. We only care of voice handsets.
* a849015 Always refresh the handset list, just in case.
* 04f8c99 Report error back if someone tries to start a call without first activating the radio.
* 742423b - When querying dectmngr2 with UBUS for state we also report Natalie version, radio spectrum type and fixed part RFPI. - Don't exit program if device RFPI is invalid, due to program must be running for factory setup tool (which writes new RFPI). Instead we issue a warning, both in log and via UBUS.
* ad2026e - Fixed issue where flash programming of Natalie V12.26 failed on ARM. refs #9584 - Add packet retransmitt support if we get no answer for a request. - Remove unused code. - Fix compiler warnings. - Cleanups
* baefb8d - Remove unused code. - Fix compiler warnings.
* 22527d5 - Correct arguments to calloc() - Fix many compiler warnings. - Add check for reading beyond buffer end. - Comments
-------------------------------------------------------------------------------
commit ee63f0c087840adba9d944ae31d71a3ef9d64043
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-20 15:13:18 +0200

    Kill third party proxy applications when we need to exit dectmngr2. They too
    need to restart. Gigaset ULE has an own watchdog and will restart by itself
    in 45 s (if in use). This is crude and of course we need a better API!

Base directory -> /
 src/connection_init.c | 10 ++++++++++
 1 file changed, 10 insertions(+)
-------------------------------------------------------------------------------
commit 28dd5ba319dacfe9aa15363002866644e902ce2e
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-20 15:11:16 +0200

    Default to radio auto mode if we can't understand the parameter (it may be
    of an old format).

Base directory -> /
 src/ubus.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit c084e7de33394bb786a0b8158556bfd3f743aab0
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-20 15:09:13 +0200

    Comments

Base directory -> /
 files/dectmngr-wrapper.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 6c4e3789d67484ee1574074a5f1bf59d1a974123
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-16 17:51:03 +0200

    Before starting a registration of handsets we always set the access code
    (PIN code) to 0000 due to third party applications also change the code
    sometimes and we might get out of sync.

Base directory -> /
 src/connection_init.c | 77 +++++++++++++++++++++++++++++++++++++++------------
 src/connection_init.h |  1 +
 2 files changed, 60 insertions(+), 18 deletions(-)
-------------------------------------------------------------------------------
commit 26a15d54f118ca8ae4237ab8f5f38394d3a165be
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-16 17:45:08 +0200

    Fix a compiler warning

Base directory -> /
 src/handset.c | 1 +
 1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit 73533fb3c9729fc16e37ab063730ba01b1b20207
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-15 17:50:50 +0200

    Add support for third party proxy appliations. ULE daemon use this for
    communicating with Dect stack.

Base directory -> /
 src/Makefile          |   2 +-
 src/app.c             |   2 +
 src/connection_init.c |  55 ++++++------
 src/connection_init.h |   1 +
 src/handset.c         |   4 +-
 src/rawmailproxy.c    | 227 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/rawmailproxy.h    |  23 +++++
 7 files changed, 283 insertions(+), 31 deletions(-)
-------------------------------------------------------------------------------
commit 01e80ba291b31786487f89c37b6b1f0fdfd6db83
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-15 17:47:14 +0200

    Debug print what file descriptor we use

Base directory -> /
 src/rawmail.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 504329668e2a9bd56990abb77eabf7aa5e572890
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-14 16:32:11 +0200

    Fix memory leak if re-registering same device over and over again.

Base directory -> /
 src/handset.c | 1 +
 1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit 2620e49c8a84d40b1087b3939de8a659239ffd86
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-14 16:31:57 +0200

    Ignore ULE sensors, they are handled by another daemon. We only care of
    voice handsets.

Base directory -> /
 src/handset.c | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit a849015ff3d3f0964b9cdcceb498ada4df0144f8
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-14 16:31:01 +0200

    Always refresh the handset list, just in case.

Base directory -> /
 src/handset.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 04f8c99f88115c0aba0a2ae2925d6e3cf65029e7
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-08 17:40:02 +0200

    Report error back if someone tries to start a call without first activating
    the radio.

Base directory -> /
 src/external_call.c | 3 +++
 1 file changed, 3 insertions(+)
-------------------------------------------------------------------------------
commit 742423b37ba23d1d6e62ba28aa3ef1a827f7d9e7
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-08 17:38:45 +0200

    - When querying dectmngr2 with UBUS for state we also report Natalie
    version, radio spectrum type and fixed part RFPI. - Don't exit program if
    device RFPI is invalid, due to program must be running for factory setup
    tool (which writes new RFPI). Instead we issue a warning, both in log and
    via UBUS.

Base directory -> /
 src/connection_init.c | 100 ++++++++++++++++++++++++++++++++++++++++++--------
 src/connection_init.h |   7 +++-
 src/ubus.c            |  26 +++++++++++--
 3 files changed, 113 insertions(+), 20 deletions(-)
-------------------------------------------------------------------------------
commit ad2026e462bb9f5e8fb2b0625a61c1e530966f8e
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-08 13:45:00 +0200

    - Fixed issue where flash programming of Natalie V12.26 failed on ARM. refs
    #9584 - Add packet retransmitt support if we get no answer for a request. -
    Remove unused code. - Fix compiler warnings. - Cleanups

Base directory -> /
 src/flashloader.c | 216 +++++++++++++++++++++++++-----------------------------
 1 file changed, 99 insertions(+), 117 deletions(-)
-------------------------------------------------------------------------------
commit baefb8dd4db285852d84b619f2a4a9c8c04a3bd6
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-08 11:00:27 +0200

    - Remove unused code. - Fix compiler warnings.

Base directory -> /
 src/busmail.c | 52 +---------------------------------------------------
 1 file changed, 1 insertion(+), 51 deletions(-)
-------------------------------------------------------------------------------
commit 22527d5e39c58d651086adbdeb668c68a6e20362
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-09-08 10:45:25 +0200

    - Correct arguments to calloc() - Fix many compiler warnings. - Add check
    for reading beyond buffer end. - Comments

Base directory -> /
 src/buffer.c | 38 +++++++++++++++++++++-----------------
 src/buffer.h | 26 +++++++++++++-------------
 2 files changed, 34 insertions(+), 30 deletions(-)
-------------------------------------------------------------------------------
2016-09-21 15:17:33 +02:00
4g-support 4g-support: send hotplug.usb events with dongle details 2016-06-10 17:30:34 +02:00
asterisk-1.8.x-mod asterisk updated 2016-06-15 17:55:58 +02:00
bootchart2 Add bootchart2. 2016-03-11 20:59:14 +01:00
catv changed back config from 0/1 to no/yes for backwords compability reasons 2016-08-31 15:27:01 +02:00
crashlog crashlog: put into syslog that we have received a file. 2015-09-24 13:15:44 +02:00
dectmngr dectmngr: sync file in initscript. 2016-02-26 16:00:07 +01:00
dectmngr2 Update feed [ feed_inteno_packages ] package [ dectmngr2 ] 2016-09-21 15:17:33 +02:00
endptcfg Add OPEN config parameters to the kconfig system 2016-04-15 11:39:13 +02:00
eventlog eventlog package 2016-09-12 12:46:25 +02:00
ice-client new ice-client 4.0.1-RC7 2016-09-15 21:31:32 +02:00
icgroupd icgroupd: Disable RT-scheduling control due to mips malfunction 2016-04-20 10:24:12 +02:00
icwmp icwmp-3.0-2016-09-15 2016-09-17 12:39:53 +02:00
ifsi Fix circular dependency 2015-09-01 10:39:16 +02:00
inotify-tools Add inotify-tools, iop_write_monitor. 2016-02-25 18:19:22 +01:00
inteno-netmodes inteno-netmodes: add wireless config for all netmodes 2016-09-14 11:05:02 +02:00
iop Rename ex300 to ex400 2016-09-19 15:36:57 +02:00
iup iup: remove unneeded log message 2016-08-30 14:43:39 +02:00
iwatchdog Creashlog: handle default values. 2015-09-21 16:01:57 +02:00
layer2interface layer2interface: set wps_device_name to Inteno 2016-08-24 13:32:07 +02:00
libcgroup libcgroup: Add missing dependency on librt 2016-06-08 15:49:44 +02:00
libstrophe libstrophe: rename base64_decode/encode functions 2016-07-05 14:42:41 +02:00
lmbench lmbench again. for real this time. 2016-09-02 15:07:05 +02:00
mtd-utils Update feed [ feed_inteno_packages ] package [ mtd-utils ] 2016-02-25 16:47:39 +01:00
multiwan multiwan package 2016-07-14 15:56:54 +02:00
natalie-dect Fixed NATALIE_OPEN 2016-04-15 12:33:17 +02:00
natalie-dect-h natalie-dect-h: remove PKG_RELEASE to align with natalie-dect package 2016-03-02 13:08:28 +01:00
ndisc ndisc package 2016-09-09 15:08:07 +02:00
netcheck Fix libjson-c dependency for cc branch 2016-04-19 13:54:06 +02:00
peripheral_manager Update feed [ feed_inteno_packages ] package [ peripheral_manager ] 2016-09-13 13:47:51 +02:00
picolisp add picolisp-3.1.10 2016-02-29 21:39:17 +01:00
port-management in port_management added a loop thats populate the ports config with sfpports from db 2016-09-21 11:32:03 +02:00
power-management power-management: replace unexisting pwrctl command with correct one 2016-02-29 10:07:06 +01:00
questd Update feed [ feed_inteno_packages ] package [ questd ] 2016-09-21 14:20:03 +02:00
samba2 samba2: set --with-included-popt 2016-07-05 17:04:35 +02:00
samba3 samba3: triggered by interface events 2016-09-14 13:27:15 +02:00
sipcalc add sipcalc package 2015-12-18 11:18:47 +01:00
speedtest-cli Merged some of the quarantine files 2015-06-23 17:27:14 +02:00
syslog-ng3 syslong-ng3: depend on libeventlog 2016-09-12 12:46:25 +02:00
tptest Changed Makefiles to use HTTP URLs. 2016-02-19 11:24:32 +01:00
uboot Update feed [ feed_inteno_packages ] package [ u-boot ] 2016-09-20 14:18:43 +02:00
ubus-mqtt Changed Makefiles to use HTTP URLs. 2016-02-19 11:24:32 +01:00
voice-client voice-client: add firewall.sip file 2016-09-13 15:27:57 +02:00
voicesec replaced ihgsp and iopsys urls 2016-03-09 16:13:34 +01:00
wifimngr update package dependencies for ice-client and wifimngr 2016-04-06 13:36:07 +02:00