vdutta
2f333148b2
uspd: Multiple fixes
...
- 'transaction_*' apis with usp.raw object
- new method 'setm_values' to set multiple values at once
- 'dump_schema' with usp specific proto
- Fix multiple output in 'getm_*' methods
- Generate fault when set/add/del operations called without transaction
using usp.raw object
- Generate fault when set/add/del operation called using usp object and
another transaction is in progress
2020-11-24 16:58:14 +05:30
Ronny Nilsson
8a275944e3
endptmngr: add a file necessary for build.
2020-11-24 11:29:48 +01:00
Ronny Nilsson
76d40e2e1e
Update feed [ iopsys ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* c1d337a Fix a crash when endptmngr runs in Iopsys 6 with Broadcom 5.04.
-------------------------------------------------------------------------------
commit c1d337a584b42b5872fb3f3d043d487299d4f826
Author: Ronny Nilsson <ronny.nilsson@iopsys.eu>
Date: 2020-11-23 16:41:10 +0100
Fix a crash when endptmngr runs in Iopsys 6 with Broadcom 5.04.
Base directory -> /
src/Makefile | 1 +
src/brcm-504-workaround.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++
src/line.c | 2 ++
src/main.c | 2 ++
4 files changed, 83 insertions(+)
-------------------------------------------------------------------------------
2020-11-23 21:36:31 +01:00
Sukru Senli
e00394f158
iop: sync config
2020-11-23 12:31:00 +01:00
sverma
64944425f5
wfadatad: Change UBUS object name to 'wifi.dataelements'.
2020-11-23 16:22:46 +05:30
Omar Kallel
9d996bdf9e
icwmp: remove the use of forced_inform and force_notifications uci sections
2020-11-23 11:16:39 +01:00
Amin Ben Ramdhane
5c8e7cb740
bbf: 3.0.2
2020-11-20 21:47:49 +01:00
vdutta
201fb45c6c
obuspa: Align with uspd
2020-11-20 23:24:47 +05:30
vdutta
7e2cdb88fb
uspd: Fix getm_ method and pretty print
2020-11-20 23:11:14 +05:30
Jani Juvan
f750ab67d7
Update feed [ iopsys ] package [ dslmngr ]
...
-------------------------------------------------------------------------------
* 6d32414 fixes for G.fast support
-------------------------------------------------------------------------------
commit 6d32414514842b70fae1ee96069d0712b900151e
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2020-11-18 18:03:52 +0100
fixes for G.fast support
Base directory -> /
dslmngr.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2020-11-20 13:35:22 +01:00
Jani Juvan
1ba812351d
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* bb551b4 libdsl: add G.fast support
-------------------------------------------------------------------------------
commit bb551b434ac9de31581e905cf5516644c12a877c
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2020-11-06 16:01:47 +0100
libdsl: add G.fast support
Base directory -> /
libdsl/broadcom/bcm_dsl_api.c | 241 +++++++++++++++++++++++++++++++++++++++++-
libdsl/utils.c | 3 +
libdsl/xdsl.h | 12 ++-
3 files changed, 249 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2020-11-20 13:35:02 +01:00
Jani Juvan
efc11f8c6d
dslmngr: update minor version number for adding G.fast support
2020-11-20 13:13:24 +01:00
Ronny Nilsson
69cf19cc8e
TaaS: added boostrap support.
...
Nice to have feature which wipes the flash in a
remote lab DUT and writes the localy built image.
Note: no testing of the image is done.
2020-11-19 22:30:13 +01:00
Ronny Nilsson
085ec84436
taas: we have EX600 too in the dev remote lab.
2020-11-19 22:30:13 +01:00
Ronny Nilsson
faec0f002a
taas: prerequisite check has been moved to a common lib.
2020-11-19 22:30:13 +01:00
Amin Ben Ramdhane
436a57f8d6
bbf: Fix some parameters that have invalid values
2020-11-19 20:54:53 +01:00
Janusz Dziedzic
e3d0362d1f
Update feed [ iopsys ] package [ easy-soc-libs ]
...
1cb7c8 libwifi: bcm: get assoclist from hostap
eb0c403 libwifi: bcm: use wl command for neighbors
80c1a24 libwifi: wpactrl: fix neighbor handling
a2c17f7 libwifi: bcm: use reload_config
2020-11-19 18:12:01 +01:00
Jani Juvan
3135ad4865
Update feed [ iopsys ] package [ dslmngr ]
...
-------------------------------------------------------------------------------
* 97e29e3 fixup for variable mixup in previous commit
-------------------------------------------------------------------------------
commit 97e29e3bb7bece10f728b09f8031b26b61b1debe
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2020-11-19 14:55:57 +0100
fixup for variable mixup in previous commit
Base directory -> /
dslmngr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2020-11-19 14:56:48 +01:00
Jani Juvan
12f4a5380b
Update feed [ iopsys ] package [ dslmngr ]
...
-------------------------------------------------------------------------------
* a81fc07 added missing index updates for stats
-------------------------------------------------------------------------------
commit a81fc073f54ba0d0c46685fff26bf074b40dc690
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2020-11-19 14:18:23 +0100
added missing index updates for stats
Base directory -> /
dslmngr.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2020-11-19 14:27:31 +01:00
Jani Juvan
3887bab7f7
dslmngr: update minor version for index change
2020-11-19 14:26:22 +01:00
vdutta
a6a54316e8
uspd: Multiple fixes
...
- instance_mode parameter in usp ubus object methods
- Remove list_inform to align with latest bbf changes
- transaction related usp.raw methods
- Segregate usp and usp.raw object methods
- Support of percent escaped double quote in unique key search
- set: Show end_session_flag for cwmp proto
- Parallel processing support for operate and get commands
- unique_keys in 'dump_schema' method
- In/Out parameters in 'list_operate' method
- Performance optimizations
2020-11-19 18:04:07 +05:30
Amin Ben Ramdhane
0273969b9c
icwmp: 6.0-2020-10-19
2020-11-19 13:20:24 +01:00
Andreas Gnau
0781d5620d
natalie-dect: Change open SDK download URL to https
2020-11-19 13:18:03 +01:00
Andreas Gnau
d8d42400b1
endptmngr: Change open SDK download URL to https
2020-11-19 13:18:03 +01:00
Amin Ben Ramdhane
c3ee0a2d8a
Align BulkData & XMPP & UDPEchoserver & TWAMP with latest bbf changes
...
- remove unnecessary arguments from object/parameter definition
2020-11-19 13:16:47 +01:00
Amin Ben Ramdhane
d66c3c0bbf
bbf: 3.0-2020-11-19
2020-11-19 13:15:55 +01:00
Andreas Gnau
a57d03d7e9
iop: config: Change CONFIG_LOCALMIRROR to https
2020-11-19 13:11:42 +01:00
Jani Juvan
ec35396ffc
Update feed [ iopsys ] package [ dslmngr ]
...
-------------------------------------------------------------------------------
* c04da97 ubus indexes for line and channel starting from 1
-------------------------------------------------------------------------------
commit c04da9743198041de1fbaa05600d997a4f71c174
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2020-11-18 10:10:06 +0100
ubus indexes for line and channel starting from 1
Base directory -> /
dslmngr.c | 27 ++++++++++++++++++++-------
1 file changed, 20 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2020-11-18 13:22:41 +01:00
Jani Juvan
7e9a109466
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* 656dc78 libwifi: mtk: add SCAN_ABORT event
-------------------------------------------------------------------------------
commit 656dc782fda897559d5e3b336cab571162daee5f
Author: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Date: 2020-11-16 11:46:52 +0100
libwifi: mtk: add SCAN_ABORT event
Add SCAN_ABORT event for radio interface.
Signed-off-by: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 3 +++
libwifi/wifi.h | 1 +
2 files changed, 4 insertions(+)
-------------------------------------------------------------------------------
2020-11-18 13:22:27 +01:00
Omar Kallel
21c9d13b7a
cwmp: get forced inform and froced notifications from cwmp uci config instead of bbf
2020-11-18 10:16:16 +01:00
Jani Juvan
f467f2a90f
Update feed [ iopsys ] package [ dslmngr ]
...
-------------------------------------------------------------------------------
* db4be52 fix for handling negative uints
-------------------------------------------------------------------------------
commit db4be520b7d03cfa576a95850ea44e59b41381ec
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2020-11-17 16:30:17 +0100
fix for handling negative uints
Base directory -> /
dslmngr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2020-11-17 16:39:27 +01:00
Sukru Senli
8ffe458009
remove reference to non-existing parameters
2020-11-17 13:22:09 +01:00
Sukru Senli
a9122f9909
cifsd, cifsd-tools: replaced by ksmbd and ksmbd-tools
2020-11-17 13:21:16 +01:00
Sukru Senli
cea453c91c
correct copyright headers in package Makefiles
2020-11-17 13:14:22 +01:00
Rahul
4b707a26f4
Fix Bug #3822 : BurstSize default value updated
...
The default value of burst size in config is set to -1 which is one
part of the problem. The other part of the problem is that the check
in tr181 is not good enough to disallow negative values. That will
be fixed in a seprate patch.
2020-11-17 16:32:29 +05:30
Amin Ben Ramdhane
81a39308cc
bbf: 2.9-2020-11-16
2020-11-16 22:07:04 +01:00
Jani Juvan
73d7e51afa
Update feed [ iopsys ] package [ dslmngr ]
...
-------------------------------------------------------------------------------
* 2da1a3f clean-up json-files api-testing
* 21b0119 fixed invalid json
* 549a924 Fix a compilation error in testing
* c06c317 moved dependencies to shell-script instead of having them in docker file
-------------------------------------------------------------------------------
commit 2da1a3fc3d7ba2babfd88032af05c0e226e89008
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2020-08-12 17:14:11 +0200
clean-up json-files api-testing
Base directory -> /
test/api/json/atm.link.validation.json | 12 ------------
test/api/json/dsl.channel.validation.json | 2 +-
test/api/json/dsl.line.validation.json | 13 -------------
3 files changed, 1 insertion(+), 26 deletions(-)
-------------------------------------------------------------------------------
commit 21b0119c090832da9f8a3e4882876649f747ed22
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2020-08-12 08:45:15 +0200
fixed invalid json
Base directory -> /
test/api/json/atm.link.validation.json | 3 ---
1 file changed, 3 deletions(-)
-------------------------------------------------------------------------------
commit 549a924c5f3d48db43f02b469e7261feec10c47e
Author: Yalu Zhang <yalu.zhang@iopsys.eu>
Date: 2020-08-10 12:39:18 +0200
Fix a compilation error in testing
Base directory -> /
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit c06c31728555a091f2807e64ddf7849829c57fef
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2020-08-05 15:15:41 +0200
moved dependencies to shell-script instead of having them in docker file
Base directory -> /
.gitlab-ci.yml | 9 ++++++---
gitlab-ci/install-dependencies.sh | 22 ++++++++++++++++++++++
2 files changed, 28 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2020-11-16 15:49:31 +01:00
Jani Juvan
557f2693d3
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* 03a776e libdsl: dsl line and channel parameter corrections
* 1a0d70d libdsl: add support for gfast in makefile
* 82dd72a libwifi: mtk: Fix survey dump
* 6c0ba2a libwifi: mtk: nlwifi_phy_to_netdev correct name and behaviour
* f04cd96 libwifi: mtk: fill ifaces field in wifi_radio
-------------------------------------------------------------------------------
commit 03a776e8af7399e11d1405b351df0dafa3b9ae33
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2020-11-12 11:58:31 +0100
libdsl: dsl line and channel parameter corrections
Base directory -> /
libdsl/broadcom/bcm_dsl_api.c | 56 ++++++++++++++++++++++++++-----------------
libdsl/xdsl.h | 4 ++--
2 files changed, 36 insertions(+), 24 deletions(-)
-------------------------------------------------------------------------------
commit 1a0d70dddb5dbf8f23d902024ffbb7526e0fcf52
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2020-11-16 13:51:45 +0100
libdsl: add support for gfast in makefile
Base directory -> /
libdsl/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 82dd72a5b989b3a57d829c00100b89a1f53a908a
Author: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Date: 2020-11-10 11:34:04 +0100
libwifi: mtk: Fix survey dump
nlwifi_phy_to_netdev commit introduce the bug in survey dump fetching.
Variable name corrected here.
Signed-off-by: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 6c0ba2ae1b35298ea93b85fb3989d084b20fb113
Author: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Date: 2020-11-09 13:20:52 +0100
libwifi: mtk: nlwifi_phy_to_netdev correct name and behaviour
phy_to_netdev -> nlwifi_phy_to_netdev This function does not depend on
carrier any more. It uses get_ifstatus instead
Signed-off-by: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Base directory -> /
libwifi/modules/mtk.c | 16 +++++++--------
libwifi/modules/nlwifi.c | 51 +++++++++++++++++++-----------------------------
libwifi/modules/nlwifi.h | 2 +-
3 files changed, 29 insertions(+), 40 deletions(-)
-------------------------------------------------------------------------------
commit f04cd96dd16136b66f58be6e21d34bdd34f25294
Author: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Date: 2020-11-06 21:55:04 +0100
libwifi: mtk: fill ifaces field in wifi_radio
ifaces will be listed for given phy.
Signed-off-by: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
-------------------------------------------------------------------------------
2020-11-16 15:48:24 +01:00
Sukru Senli
c9b2973ac8
qosmngr: correct cpu_model check
2020-11-13 22:51:13 +01:00
Sukru Senli
6f15e7ff27
qos: skip policer config for BCM6755
2020-11-13 22:37:38 +01:00
Sukru Senli
f431a3ddf5
icwmp: remove icwmp-tr098 subpackage
2020-11-13 21:51:08 +01:00
Anjan Chanda
4ce6578aa7
ieee1905-2.1.30
2020-11-13 21:45:44 +01:00
Amin Ben Ramdhane
39ab8e9282
bbf: 2.9-2020-11-13
2020-11-13 17:10:38 +01:00
Jani Juvan
e5694c1429
easy-soc-lib: Fix Makefile to pass correct broadcom chip config
2020-11-13 15:36:07 +01:00
Andreas Gnau
0c998dbb66
endptmngr: Renaming and clean-up of config-options
...
* Don't pass unused config options to Makefile
* Account for rename TARGET_NO_VOICE => !BCM_VOICE
2020-11-11 21:15:40 +01:00
Amin Ben Ramdhane
d8b5f3e1f0
bbf: 2.8-2020-11-11
2020-11-11 20:34:43 +01:00
Ronny Nilsson
0b39626067
Update feed [ iopsys ] package [ libpicoevent ]
...
-------------------------------------------------------------------------------
* f446f18 LICENSE: GPLv2 -> LGPLv2.1
-------------------------------------------------------------------------------
commit f446f186102539cceedaa15a95a33547ac3c1fd7
Author: Sukru Senli <sukru.senli@iopsys.eu>
Date: 2020-04-27 14:38:26 +0200
LICENSE: GPLv2 -> LGPLv2.1
Base directory -> /
LICENSE | 631 +++++++++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 406 insertions(+), 225 deletions(-)
-------------------------------------------------------------------------------
2020-11-11 20:07:31 +01:00
Ronny Nilsson
5665076321
endptmngr: restore autostart of endptmngr at boot.
2020-11-11 16:26:44 +01:00
Anjan Chanda
db5c1613f5
wfadatad: 3.0.0
2020-11-11 12:33:51 +01:00
Benjamin Larsson
c82cf9ebb0
Update feed [ iopsys ] package [ peripheral_manager ]
...
-------------------------------------------------------------------------------
* dd4a72a Dimmed LEDs should light up when press indicator is used.
* 68606f4 Remove test/include/mock_board.h
* c7e50cb Update path for IOP6.
* 5e2a45b Fully implement Linux GPIO and remove Broadcom ioctl().
* aff6aaf Update README.md
* 4dd33de Each button object needs to change lowercase, otherwise the button object will report error in ubus call.
-------------------------------------------------------------------------------
commit dd4a72aca663bf3c9a57f20e889e43a55d3da1b3
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2020-10-06 10:06:15 +0200
Dimmed LEDs should light up when press indicator is used.
When having dimmed LEDs and press indicator event occurs, we do want to them
to temporarily light up 100%.
Base directory -> /
src/led.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
-------------------------------------------------------------------------------
commit 68606f4dd3dbfe03d4256cd256e797f035d36c51
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2020-10-09 14:58:55 +0200
Remove test/include/mock_board.h
The file 'mock_board.h' serves no purpose and should be removed.
This commit removes it.
Base directory -> /
test/include/mock_board.h | 109 ----------------------------------------------
1 file changed, 109 deletions(-)
-------------------------------------------------------------------------------
commit c7e50cb16c2f583e842ccb0622631e7e03dc3079
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2020-10-09 14:40:42 +0200
Update path for IOP6.
The paths have changed on IOP6, this change reflects the current paths.
Base directory -> /
src/peripheral_manager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 5e2a45b15b231da37764d00469137609471ae4c6
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2020-10-09 14:38:12 +0200
Fully implement Linux GPIO and remove Broadcom ioctl().
This also removes the obsolete use of sprintf() and correctly initializes
the variables (with cacheline alignment).
What needs further testing is bit-banging via the /sys/class/gpio-interface.
My initial testing on the EX600 showed however that this is possible.
Base directory -> /
CMakeLists.txt | 15 +------------
src/eco_bug.c | 4 +---
src/gpio.c | 56 -----------------------------------------------
src/gpio.h | 42 ++++++++---------------------------
src/gpio_button.c | 15 -------------
src/gpio_led.c | 7 ------
src/gpio_linux.c | 52 +++++++++++++++++++++----------------------
src/gpio_test.c | 13 ++++-------
src/led.c | 4 ++--
src/prox_px3220.c | 2 +-
src/touch_sx9512.c | 23 +++++--------------
test/include/mock_board.h | 1 -
12 files changed, 48 insertions(+), 186 deletions(-)
-------------------------------------------------------------------------------
commit aff6aafa04d908dca48852babe7dc0b0fa900aa8
Author: Andreas Jonson <andreas.jonson@iopsys.eu>
Date: 2020-09-09 11:09:44 +0200
Update README.md
Base directory -> /
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 4dd33de8f7b023c5260dc493ed37337fb2c2dc31
Author: pitchaiah prakash <pitchaiah.murugan@iopsys.eu>
Date: 2020-07-08 20:29:24 +0200
Each button object needs to change lowercase, otherwise the button object
will report error in ubus call.
Base directory -> /
src/button.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
2020-11-10 15:34:17 +01:00