c2b5452 Disable dectmngr logging to file by default
6d0af6c SUOTA implementation
79fa843 Fix the bug of syslog messages with incorrect ident and facility
The service must be started but without any instance in case it is
disabled via uci. If it is stopped entirely, the reload trigger does
not work and it is impossible to re-enable mapcontroller via uci
without explicit reload.
-------------------------------------------------------------------------------
* 6d7b2e9 Adapt Broadcom SDK 5.04 workaround version check to 5.04L.02p1
* f28a1b7 BCM: Adapt to SDK 5.04L.02p1 endpoint_api changes
-------------------------------------------------------------------------------
commit 6d7b2e9c90234767cb56a1e7885f42825bd6287a
Author: Andreas Gnau <andreas.gnau@iopsys.eu>
Date: 2021-10-20 17:43:37 +0200
Adapt Broadcom SDK 5.04 workaround version check to 5.04L.02p1
Adapt the version check for the workaround for BCM SDK 5.04 a9e612c (Add a
workaround need for building with Broadcom 5.04., 2020-11-08) to cover BCM
SDK 5.04L.02p1.
Base directory -> /
src/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit f28a1b7b08a0bcc8faa2b25e1acebf811e05e87c
Author: Andreas Gnau <andreas.gnau@iopsys.eu>
Date: 2021-09-21 16:32:17 +0200
BCM: Adapt to SDK 5.04L.02p1 endpoint_api changes
In SDK 5.04L.02p1, Broadcom has changed rtcpXRMode in struct EPZCNXPARAM
with a bitfield rtcpXRConfig which enables a more fine-grained control of
the RTCP XR configuration.
For now, set it to HAPI_RTP_RTCP_XR_GENERATE_VOIP_REPORT as recommended by
the comment in endpoint_api.h. More bits to set can be found in hapi_rtp.h
in the SDK.
Base directory -> /
src/connection.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------