aboutsummaryrefslogtreecommitdiff
path: root/package/network/config/ltq-vdsl-vr11-app/Makefile
Commit message (Collapse)AuthorAge
* ltq-*-app: correctly report downstream band bordersJan Hoffmann2025-07-13
| | | | | | | | | The direction needs to be included in the IOCTL call. Fixes: b91d7d9d78ea ("ltq-*-app: extend ubus metrics/statistics") Signed-off-by: Jan Hoffmann <jan@3e8.eu> Link: https://github.com/openwrt/openwrt/pull/19363 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* ltq-vdsl-vr11-app: exit more quickly if orderly shutdown failsJan Hoffmann2025-02-22
| | | | | | | | | | | | | | | | | | On exit, the app tries to do an orderly shutdown of the DSL connection before it is stopped forcibly. Since the driver does 3 attempts with a timeout of 2 seconds each, this might take about 6 seconds in the worst case. This is problematic on sysupgrade, because any process that doesn't exit within 4 seconds is killed. This means that the DSL connection might not be stopped at all before the actual system upgrade begins. To avoid this, use the newly added option in the driver to not retry the L3 request on failure. Signed-off-by: Jan Hoffmann <jan@3e8.eu> Link: https://patchwork.ozlabs.org/project/openwrt/patch/20250130102108.1606919-3-jan@3e8.eu/ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* ltq-vdsl-vr11-app: perform orderly shutdown on exitJan Hoffmann2024-08-31
| | | | | | | | | | | Try to do a clean disconnection via L3 request before the connection is stopped. Because this might take up to 6 seconds (the driver does 3 attempts with a timeout of 2 seconds each), a termination timeout needs to be defined in the init script. Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* ltq-vdsl-vr11-app: always disconnect on exitJan Hoffmann2024-08-31
| | | | | | | | | Move the code for disconnection on exit to a separate function, and also call it in the code paths for SIGINT and the "quit" CLI command. While at it, make the patch description a bit clearer. Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* ltq-vdsl-vr11-app: fix error handling during disconnectionJan Hoffmann2024-08-31
| | | | | | | Use the correct return value in error message. Fixes: 6e4c9738bed0 ("ltq-vdsl-vr11-app: add version 4.23.1 for vr11 targets") Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* ltq-*-app: extend ubus metrics/statisticsJan Hoffmann2023-02-03
| | | | | | | | | | | | | | Expose a few additional useful values via ubus: - Channel error counters (CRC, FEC) - Retransmission counters (MINEFTR, LEFTRS) - Impulse noise protection level - Rate adaptation mode - OLR statistics (Bitswap, SRA, SOS) - Pilot tones - Upstream/downstream band information Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* ltq-vdsl-vr11-app: add version 4.23.1 for vr11 targetsMartin Schiller2023-01-16
This uses version 4.23.1 of the dsl_cpe_control package from the Intel UGW 8.5.2.10 for the VRX518. Signed-off-by: Martin Schiller <ms.3headeddevs@gmail.com> [rebased] Signed-off-by: Jan Hoffmann <jan@3e8.eu> [update to 4.23.1, added Jan's vector mac patch, fix warnings, switch to tag tarball] Signed-off-by: Andre Heider <a.heider@gmail.com> [add missing nLine in autoboot script, fix disconnect on termination, remove unneeded VR9 leftovers in init script] Signed-off-by: Jan Hoffmann <jan@3e8.eu> Signed-off-by: Andre Heider <a.heider@gmail.com>