Compare commits

...

1454 Commits

Author SHA1 Message Date
Anatolii Rybchych
ffca68185a integration: bump amx-fcgi version to dev_PCF-2194
Reference: dev_PCF-2194
Signed-off-by: Anatolii Rybchych <anatolii.rybchych@globallogic.com>
2025-11-29 17:04:04 +02:00
prplbot
9764ef4375 libamxc: “Off” value for WiFi.AccessPoint.MACFiltering.Mode rejected, causing ACL deny logic malfunction
Integrates following changes:
- fix: remove auto-conversion of "on"/"off" strings to boolean values (4fd65e64)

References: PPW-1128, PPW-1112
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-11-25 11:30:18 +01:00
prplbot
38bf55b137 libamxd: fix: improve reference path resolution in amxd_path_get_fixed_part
Integrates following changes:
- fix: improve reference path resolution in amxd_path_get_fixed_part (516877d5)

References: PPW-1102
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-11-21 12:11:08 +01:00
prplbot
6b4bf26f3e libamxb: [dmproxy][amx timeouts] Replace synchronous describe call from dmproxy [fix]
Integrates following changes:
- subscription: Add remote subscription index vs. named test [fix] (3b384f41)
- subscription: Add remote subscription index vs. named test [fix] (a9fd8124)
- [dmproxy][amx timeouts] Replace synchronous describe call from dmproxy (6d71b1df)
- refactor: rename amxb_subscription_new_v2 to amxb_subscription_new_no_check (28ceb438)
- docs: enhance subscription API documentation and add internal code comments (64104f5a)

References: PPW-1048
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-11-21 11:08:14 +01:00
FAOUZI YAHYA
0d0a3dc387 amxo-cg: upstep to v1.8.0
References: PPW-620

Signed-off-by: FAOUZI YAHYA <faouzi.yahya_ext@softathome.com>
2025-11-14 10:44:14 +00:00
prplbot
bd26a4acb3 lua-amx: [AMX][Lua bindings][Monitoring] If one object is not present the next subscriptions fail
Integrates following changes:
- Issue: PPW-553  [lua] missing license header file (59bb3617)
- ci: enable license check (57235619)
- ci: enable crosscompilations and unit tests (fee2d492)
- ci: set correct lua version (313f8bf7)
- PROVISORY: ci: disable unit tests (0910a255)
- fix: fix subscription handling and extend lamxb.lua for json output (d9cb26e2)
- ci: baf: update autogenerated files (b3235d51)

References: PPW-778, PPW-553
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-11-14 11:26:04 +01:00
prplbot
296866f48d amxd: cumulative fixes for parameter handling, uniqueness validation, and transaction safety
Integrates following changes:
- revert: protected access can change read-only parameters (631ebb41)
- fix: ensure unique keys in GSDM (82a0f26b)
- libamxd: fix index search for object lookup (de8557fb)
- fix: ensure unique keys in GSDM (7e699ce7)
- unit test: when creating a new instance unique values are not taken into account to validate the new instance (0389b42d)
- instance creation: when creating a new instance unique values are not taken into account to validate the new instance (a724ecd0)
- documentation: fix typos in header docs (8aa09c24)
- dm-transaction: When adding and deleting an object in the same transaction a seg-fault occurs (b1ba037b)
- dm-transaction: add unit-test for add-inst transactions (da080fb2)
- libamxd: Possible memory leak in amxd_build_key_expr_string (b510d011)
- unit-test: possible memory leak in amxd_build_key_expr_string (7a116cfb)
- unique-values: uniqueness is only considered when the value is not the empty string (3a54e16f)
- unit-test: uniqueness is only considered when the value is not the empty string (3e9ea05f)
- libamxd: key parameters can be modified after they are verified (ccc51072)
- unit-tests: key parameters can be modified after they are verified (d26b9d68)
- regression: when setting a parameter to the same value, validation is done (28a3b23c)

References: PPW-731, PPW-725, PPW-724, PPW-727, PPW-723, PPW-722, PPW-740, PPW-730, PPW-721, PPW-741
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-30 16:36:22 +01:00
prplbot
f723a78e1e amxrt: bump to v2.4.0
Integrates following changes:
- ci: include the ci templates (b5491a49)
- baf: introduce the baf.yml file (00f4a557)
- ci: enable crosscompilations and unit tests (1382fd9e)
- ci: baf: update autogenerated files (71b7f3ca)
- PROVISORY: ci: disable unit tests (599bffaf)
- amxrt: library routine to have procd based service monitoring for prplware (51131fe0)

References: PCF-1990
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-27 12:01:07 +00:00
prplbot
2691b43f15 libamxrt: bump to v0.8.0
Integrates following changes:
- amxrt_stop: Remove signal handlers after invoking entry points (822ded12)
- unit_tests: Add scenario to cover timers expiring while stopping amxrt (965ab4ec)

References: PPW-927
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-24 11:16:51 +00:00
prplbot
d587005177 acl-manager: bump to v0.9.0
Integrates following changes:
- baf: fix start order (1236a225)

References: PPW-1026
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-22 16:20:56 +00:00
prplbot
42742ce29f libamxc: Type ID is defined for float variant, but not implemented [fix]
Integrates following changes:
- libamxc: type ID is defined for float variant, but not implemented (0d09fddf)
- odl-parser: fix handling of escape characters in strings (fddd204a)
- amxc_set: Add function to check if set is emtpy (fc3dea45)
- amxc_set_to_string: potential buffer overrun (e74bee64)
- amxc_set_to_string: optimize set to_string operation (316c8685)
- amxc_set: add mutual difference operation (3aa4e225)
- test amxc_set: add amxc_set_mutual_difference unit tests (913f9130)
- doc: Update and improve variant type documentation (e80fcf37)
- cli: output uses lexicographical sorting instead of expected natural sorting (ac074296)
- test: output uses lexicographical sorting instead of expected natural sorting (8b86bb5a)
- variant: add a function to retrieve the path of a variant in a composite variant (1fb30558)
- common: update copyright year to 2025 (21dc829e)

References: PPW-709, PPW-712, PPW-713, PPW-708, PPW-781, PPW-710, PPW-705, PPW-711, PPW-707
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-22 16:31:24 +01:00
prplbot
8d4aaff276 libamxs: bump to v0.9.0
Integrates following changes:
- ci: enable crosscompilations and unit tests (51cb5e94)
- PROVISORY: ci: disable unit tests (d69013b6)
- add API to monitor search path subscriptions on the client side (afd20b10)

References: PPW-746
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-07 12:02:43 +00:00
prplbot
db368cf01b libamxp: bump to v2.10.0
Integrates following changes:
- fix: add API to monitor search path subscriptions on the client side (27beb394)
- fix: re-add verify flag for backwards compatibility (5a6b875f)
- amxp-subproc: fail in amxp_subproc_vstart may lead to blocked signals (69ab9f14)
- amxp_subproc: [overlayfs removal] capabilities dropped on subprocess execution (4e49ad0d)
- amxp-promise: add a promise API for synchronizing program execution in some concurrent asynchronous I/O (575a5043)
- unit-test: add a promise API for synchronizing program execution in some concurrent asynchronous I/O (529b9b6b)
- libamxp-doc: implement abstraction layer for asynchronous and synchronous operations with promises (b1b03771)
- chained-promise: when a chained promise is canceled the wrong private data is passed (d3296a76)
- chained-promise: when a chained promise is canceled the cancel order is incorrect. (9d16f87b)

References: PPW-783, PPW-749, PPW-784, PPW-785, PPW-750, PPW-746, PPW-748
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-07 12:02:42 +00:00
Anton Chigrin
f7f7b4636b profiles: prpl.yml: feed_amx: libamxo: Update ambiorix documentation
Integrates:
- libamxo: Update documentation, add instruction how to use FD type with
  RPC and event

Implements: PCF-2034

Signed-off-by: Anton Chigrin <a.chigrin@inango-systems.com>
2025-10-06 13:42:21 +02:00
prplbot
4346e6ce7d amx-fcgi: bump to v1.4.0
Integrates following changes:
- amx-fcgi: Clean-up/stopping amx-fcgi causes a crash (PPW-769) (0eadca22)
- Eventing: JSON conversion can fail (PPW-770) (96222750)

References: PPW-769, PPW-770
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-06 07:55:48 +00:00
prplbot
d67fc1f0e0 libamxt: bump to v1.0.2
Integrates following changes:
- ci: enable crosscompilations and unit tests (2d739bf6)
- amx-cli: Pseudo terminal not properly closed on exit: O_NONBLOCK flag is kept on stdout (62a2c537)

References: PPW-759
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-04 14:31:44 +00:00
prplbot
60c21174f7 amx-cli: bump to v0.5.4
Integrates following changes:
- amx-cli: Pseudo terminal not properly closed on exit: O_NONBLOCK flag is kept on stdout (PPW-759) (6720fe10)
- amx-cli: Non root user has full data model access (no ACL checking) (PPW-697) (a1006eb9)
- test: Non root user has full data model access (no ACL checking) (PPW-697) (0c02c4a9)
- amx_cli_read_line: show prompt when requested (PPW-782) (34c79133)

References: PPW-697, PPW-759, PPW-782, HOP-10263
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-04 14:31:43 +00:00
prplbot
67f4f17504 libamxo: The odl print method is stripping all remaining escape chars
Integrates following changes:
- ci: enable crosscompilations and unit tests (338a6c91)
- The odl print method is stripping all remaining escape chars "\" (PPW-707) (98078670)
- amxo_save: Possible NULL pointer dereference when saving date-time values (PPW-742) (444322f7)
- unit-test: Saving instances with unique values must save the unique values in the instance header. (PPW-724) (a9ad4235)
- unique-values: Unique value parameters must be saved in the instance header. (PPW-724) (f72ab7a5)
- Documentation: Fix typos in the documentation (PPW-725) (314ed027)
- odl-parser: While parsing odl file the next chunk read could overwrite not processed data (PPW-743) (89c096f2)
- unit-test: While parsing odl file the next chunk read could overwrite not processed data (PPW-743) (bfbe007a)
- odl-save: Incorrect values are saved by generic odl save methods (PPW-744) (b17c8558)
- unit-test: Incorrect values are saved by generic odl save methods (PPW-744) (d237f191)
- doc: Clarify save functionality (PPW-744) (252b104d)
- odl read: odl parser reads incorrect content in large odl files (PPW-745) (921dd747)
- unit-test: odl parser reads incorrect content in large odl files (PPW-745) (496f75bd)

References: PPW-707, PPW-724, PPW-744, PPW-745, PPW-742, PPW-725, PPW-743
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-02 18:04:00 +01:00
prplbot
a01987d1b6 acl-manager: fix logically dead code
Integrates following changes:
- baf: set category to "amx" (06c61248)
- ci: baf: update autogenerated files (624236bc)
- coverity: acl-manager: Logically dead code (DEADCODE) CID-526555 (PPW-636) (3e3af176)

References: PPW-636, CID-526555, CWE-561
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-02 17:16:25 +02:00
prplbot
b51fad14a1 libamxa: Improve API for validating delete requests
Integrates following changes:
- uspagent: No response from the agent after sending Del message request with an invalid Object (a6af6caa)

References: PPW-695
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-02 15:45:27 +01:00
prplbot
e4540fdbec libamxrt: bump to v0.6.8
Integrates following changes:
- process-priority: change priority to int32 for negative support (00c56547)
- documentation: document odl file load order in libamxrt (aee716ef)
- config: extend default include-dirs and import-dirs (67bbbad4)

References: PPW-752, PPW-754, PPW-753
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-10-02 13:43:42 +00:00
prplbot
12c81bb76d libamxp: bump to v2.9.0
Integrates following changes:
- ci: enable crosscompilations and unit tests (7b43255c)
- amxp_sigmngr: signal manager priority (39795598)

References: PPW-851
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-09-03 15:45:05 +00:00
prplbot
07f0fdfbda libamxc: bump to v2.5.0
Integrates following changes:
- ci: enable crosscompilations and unit tests (afe97997)
- libamxc: add 64-bit versions of macros exposed in variant header (d3573ebd)

References: PPW-663
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-07-23 13:49:16 +00:00
prplbot
3b9a5c59d4 libamxb: bump to v4.14.0
Integrates following changes:
- ci: enable crosscompilations and unit tests (21e4ed58)
- PROVISORY: ci: disable unit tests (6243ccd1)
- libamxb: Incorrect update of lookup cache (PPW-627) (556409fd)
- wait-for: Improve wait-for functionality (PPW-627) (47b1a050)
- unit-test: Improve wait-for functionality (PPW-627) (ac114789)

References: PPW-627
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-07-01 10:56:03 +00:00
prplbot
16758e4fa1 mod-amxb-ubus: bump to v3.11.0
Integrates following changes:
- ci: enable crosscompilations and unit tests (dd4bcd09)
- amxb_ubus: Can not find mapped objects using amxb_be_who_has_ex (PPW-627) (8d219052)

References: PPW-627
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-07-01 10:56:03 +00:00
prplbot
695d14f738 mod-ba-cli: bump to v0.16.0
Integrates following changes:
- ci: enable crosscompilations and unit tests (09f968ce)
- PROVISORY: ci: disable unit tests (545592db)
- mod-ba-cli: object lookup improvement: Object lookup should always be done using full object path (PPW-627) (ff36059f)

References: PPW-627
Signed-off-by: prplbot <bot@prplfoundation.org>
2025-07-01 10:56:03 +00:00
Toon Caeyers
4b1ec39bef libamxrt: bump to v0.6.7
Integrates:
- 08e0e014e7b1 ("Support for global config directory")

References: PCF-1837, PCF-1057, SAH-HOP-6462

Signed-off-by: Toon Caeyers <toon.caeyers_ext@softathome.com>
2025-06-17 21:16:26 +02:00
Toon Caeyers
fc89aea6a0 acl-manager: bump to v0.7.2
Integrates:
- 4601d2284c1e ("unit-tests: ACL files can contain variables in path names (HOP-9001)")
- f7a69e4d1a29 ("libamxa: ACL files can contain variables in path names")

References: PCF-1837, PCF-1057, SAH-HOP-9001

Signed-off-by: Toon Caeyers <toon.caeyers_ext@softathome.com>
2025-06-17 21:16:26 +02:00
Toon Caeyers
bfc51d29ce libamxa: bump to v0.11.7
Integrates:
- e47d84d3ef9b ("libamxa: add-unit tests ACL files can contain variables in path names")
- 9babbdf8f86d ("libamxa: (update private include files)  ACL files can contain variables in path names")
- c71b438328b0 ("libamxa: ACL files can contain variables in path names")

References: PCF-1837, PCF-1057, SAH-HOP-9001

Signed-off-by: Toon Caeyers <toon.caeyers_ext@softathome.com>
2025-06-17 21:16:26 +02:00
Hela Saadani
b21cb34899 libamxd: bump to v6.7.6
Integrates:
- bbf17c7: ("amxd_path: add function to get part of path at a certain index PCF-1062", 2025-06-12)

References: PCF-1062

Signed-off-by: Hela Saadani <hela.saadani_ext@softathome.com>
2025-06-13 18:13:04 +02:00
Matthias Franck
60b256369f libamxp: fix compilation with libcap-ng 0.8.4
Cause: Some warnings are treated as errors by the compiler.

Solution: Check the return values of the capng_get_caps_process and capng_apply_caps_fd functions.

References: PCF-1684

Signed-off-by: Matthias Franck <matthias.franck@softathome.com>
2025-06-05 08:33:09 +02:00
Matthias Franck
a94fc00f70 lua-amx: bump to v0.5.6
Integrates:
- 4487f12 ("lua-amx: Coverity: Fix Unchecked return value (CID-508293)", 2025-04-19)
- 160a318 ("lua-amx: Coverity: Fix Unchecked return value (CID-508969)", 2025-04-19)

References: CID-508293, CID-508969

Signed-off-by: Matthias Franck <matthias.franck@softathome.com>
2025-05-13 10:21:07 +02:00
ahmed sassi
3e6aa621cd mob-ba-cli: bump to v0.14.1
Integrates:
- 0944b24: ("cli: Coverity: Fix Logically dead code (CID-507092)", 2025-04-20)
- 9c7b8f3: ("cli: Coverity: Fix Unchecked return value (CID-249692)", 2025-04-20)
- 45a99dd: ("cli: Coverity: Fix Out-of-bounds access (CID-249590)", 2025-04-20)

References: CID-507092, CID-249692, CID-249590

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-05-13 10:14:22 +02:00
ahmed sassi
c96b9c4b2f libamxm: bump to v0.1.1
Integrates:
- 3767428: ("libamxm: Coverity: Fix String not null terminated (CID-249684, CID-249777, CID-249561, CID-249654)", 2025-04-24)

References:CID-249684, CID-249777, CID-249561, CID-249654

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-05-13 10:07:14 +02:00
ahmed sassi
fc47d3d3e6 mod-amxb-ubus: bump to v3.9.1
Integrates:
- ec54feb: ("amxb-ubus list: Coverity: Fix Unchecked return value (CID-507193)", 2025-04-24)

References: CID-507193

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-05-13 09:55:45 +02:00
ahmed sassi
acb239012b libamxc: bump to v2.3.8
Integrates:
- 2dfd26f: ("amxc_string: Coverity: Fix Missing varargs init or cleanup (CID 249746)", 2025-04-25)

References: CID-249746

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-05-13 09:55:45 +02:00
ahmed sassi
28041dcccf libamxp: bump to v2.7.13
Integrates:
- d8903fa: ("amxp_subproc: Coverity: Fix Time of check time of use (CID 507123)", 2025-04-25)
- aa26544: ("amxp_dir: Coverity: Fix Time of check time of use (CID 300723)", 2025-04-25)

References: CID 507123, CID 300723

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-05-13 09:55:45 +02:00
ahmed sassi
72977431d6 libamxt: bump to v1.0.1
Integrates:
- eeed7ab: ("libamxt tty: Coverity: Fix Dereference null return value (CID-249787)", 2025-04-26)
- 07bddb2: ("libamxt tty: Coverity: Fix Dereference null return value (CID-249625)", 2025-04-26)
- 4895537: ("libamxt tty: Coverity: Fix Resource leak (CID-249635)", 2025-04-26)
- 3ff21bc: ("libamxt tty-output: Coverity: Fix Unchecked return value from library (CID-341009)", 2025-04-26)
- fa9776b: ("libamxt tty-output: Coverity: Fix Missing varargs init or cleanup (CID-249502)", 2025-04-26)
- 474a0eb: ("libamxt tty-output: Coverity: Fix Overflowed integer argument (CID-393569)", 2025-04-26)

References:CID-249787, CID-249625, CID-249635, CID-341009, CID-249502, CID-393569

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-05-13 09:55:21 +02:00
ahmed sassi
55a4f26177 amx-cli: bump to v0.5.3
Integrates:

- 92d1e86: ("amx-cli: Coverity: Unchecked return value from library (CID-341049)", 2025-04-26)
- 3695f99: ("amx-cli: Coverity: Resource leak (CID-240178)", 2025-04-26)
- efed35b: ("amx-cli: Coverity: Negative array index read (CID-249537)", 2025-04-26)

References:CID-240178, CID-249537, CID-341049

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-05-13 09:27:08 +02:00
ahmed sassi
13d6a25077 amx-fcgi: bump to v1.3.14
Integrates:
- 2d802ce: ("amx-fcgi upload: Coverity: Fix Unchecked return value from library and Time of check time of use (CID-341154, CID-341054)", 2025-04-27)
- 9533b05: ("amx-fcgi upload: Coverity: Fix Unchecked return value from library and Time of check time of use (CID-341061, CID-341120)", 2025-04-27)
- abac9cb: ("amx-fcgi batch: Coverity: Fix  Out-of-bounds read (CID-341228)", 2025-04-27)
- 65c0ebf: ("amx-fcgi httpaccess: Coverity: Fix Unchecked return value (CID-341165)", 2025-04-27)
- 19433c2: ("amx-fcgi handle: Coverity: Argument cannot be negative (CID-341294)", 2025-04-27)

References:CID-341054, CID-341061, CID-341120, CID-341154, CID-341165, CID-341228, CID-341294

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-05-13 09:24:52 +02:00
ahmed sassi
b88cce46f7 amxo-cg: bump to v1.6.6
Integrates:
- 54ea814: ("amxo-cg arg-parser: Coverity: Fix Extra argument to printf format specifier (CID-249719)", 2025-04-28)
- 5b97d0f: ("amxo-cg xml-gen: Coverity: Fix Overflowed constant (CID-507229)", 2025-04-28)
- 1c5f6a6: ("amxo-cg file-collector: Coverity: Fix Dereference null return value (CID-507207)", 2025-04-28)
- b821afa: ("amxo-cg file-collector: Coverity: Fix Invalid type in argument to printf format specifier (CID-507068)", 2025-04-28)

References: CID-249719, CID-507068, CID-507207, CID-507229

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-05-13 08:58:54 +02:00
Hela Saadani
2130d895e5 libamxd: bump to v6.7.5
Integrates:
a59d098 ("Netdev: NetDev.Link.*.Neigh object deletion doesn't work properly (PPW-115)", 2025-01-27)

References: PPW-115
Signed-off-by: Matthias Franck <matthias.franck@softathome.com>
2025-04-28 16:14:17 +02:00
ahmed sassi
0e3aaf6c05 libamxs:fix several coverity issues(249836, 249597, 249742, 249527)
Integrates:

- e07f45e: ("amxs_util: Coverity: fix uninitialized pointer read (CID 249597, 249742)", 2025-03-11)
- ebac093: ("amxs_sync_ctx: Coverity: fix uninitialized pointer read (CID 249836)", 2025-03-11)

coverity references:

CID 249597, 249742
CID 249836

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-04-16 13:03:46 +00:00
ahmed sassi
5698879c57 libamxp:fix several coverity issues(CID 517339, 249763, 508637, 508539, 300733, 249648, 506987, 507100, 507031, 393552, 393507, 249504, 50888,341301, 249549, 249603, 249667, 249789, 300723, 276689)
Integrates:
- 1744e1b: ("amxp_subproc: Coverity: Fix Use of 32-bit time_t (CID 276689)", 2025-03-13)
- 405f81a: ("amxp_dir: Coverity: Fix Time of check time of use (CID 300723)", 2025-03-13)
- 9a2d597: ("amxp_expression: Coverity: Fix Free of address-of expression (CID 249549,249603,249667,249789)", 2025-03-13)
- c7bfab9: ("amxp_schedule: Coverity: Fix Logically dead code (CID 341301)", 2025-03-13)
- 6202ddf: ("amxp_expression: Coverity: Fix Dereference before null check (CID 508880)", 2025-03-13)
- 1224237: ("amxp_proccess_info: Coverity: Fix Uninitialized pointer read (CID 249504)", 2025-03-13)
- 73ea133: ("amxp_syssig: Coverity: Fix Uninitialized pointer read (CID 393507)", 2025-03-13)
- 7a0a237: ("amxp_schedule: Coverity: Fix Overflowed constant (CID 393552)", 2025-03-13)
- 9fa2e55: ("amxp_subproc: Coverity: Fix Multiple deffects in amxp_subproc_exec_child (CID 249648, 506987, 507100, 507031)", 2025-03-13)
- 01fa549: ("amxp_sigmngr: Coverity: Fix Free of address-of expression (CID 249763, 508637, 508539, 300733)", 2025-03-17)
- e5fdd64: ("amxp_signal: Coverity: Fix Dereference before null check (CID 517339)", 2025-03-28)
- eb45920: ("baf: set SoftAtHome as copyrights holder in LICENSE file", 2025-04-09)
- 00172bd: ("[CI] Update autogenerated files", 2025-03-12)
- d500ecc: ("ci: include the ci templates", 2025-03-12)

coverity references :

CID 276689
CID 300723
CID 249549,249603,249667,249789
CID 341301
CID 508880
CID 249504
CID 393507
CID 393552
CID 249648, 506987, 507100, 507031
CID 249763, 508637, 508539, 300733
CID 517339

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-04-16 13:03:46 +00:00
ahmed sassi
12bc7e0c5a libamxo:fix several coverity issues(CID 393511, 507106, 249769, 249833, 344685, 341090, 341300)
Integrates:
- 672f1c8: ("amxo_parser: Coverity: Fix resource leak (CID 341090, 341300)", 2025-03-11)
- 6966eda: ("amxo_parser: Coverity: Fix Unchecked return value from library (CID 344685)", 2025-03-11)
- 0658d67: ("amxo_parser: Coverty: Fix Dereference null return value (CID 249833)", 2025-03-11)
- c05316a: ("amxo_parser: Coverity: Fix Logically dead code (CID 249769)", 2025-03-11)
- 9530476: ("amxo_parser: Coverity: Fix Dereference null return value (CID 507106)", 2025-03-11)

coverity references :

CID 341090, 341300
CID 344685
CID 249833
CID 249769
CID 507106

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-04-16 13:03:46 +00:00
ahmed sassi
5a326b13c7 libamxc :fix several coverity issues(CID 249746, 300729, 249778, 341115, 24980,393520)
Integrates:

- 4032597: ("amxc_array: Coverity: Fix Overflowed constant (CID 393520)", 2025-03-12)
- b0326d1: ("amxc_varriant fd: Coverity: Fix Operands don't affect result (CID 249802)", 2025-03-12)
- b673f0f: ("variant_dump: Coverity: Fix Unchecked return value (CID 341115)", 2025-03-12)
- c52c20a: ("amxc_set: Coverity: Fix Dereference before null check (CID 300729)", 2025-03-12)
- 64dea0a: ("amxc_string: Coverity: Fix Missing varargs init or cleanup (CID 249746)", 2025-03-12)

coverity references :

CID 393520
CID 249802
CID 341115
CID 300729
CID 249746

Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-04-16 13:03:46 +00:00
Hela Saadani
dd6d23661a libamxa:fix several coverity issues(CID 249519, 393521, 508462 ,249499)
Integrates :

- c858588: ("amxa_validate_operate: Coverty: Fix unchecked return value (CID 508462)", 2025-03-11)
- 7601e2d: ("amxa_merge: Coverity: Fix overflowed constant (CID 393521)", 2025-03-11)
- e81c7c1: ("amaxa_merger: Coverity: fix argument cannot be negative (CID 249519)", 2025-03-10)
- e3f5038: ("amxa_merge: Coverity: fix (TOCTOU) Time of check time of use (CID 249499)", 2025-03-10)

coverity references :

CID 508462
CID 393521
CID 249519
CID 249499

Signed-off-by: Hela Saadani <hela.saadani_ext@softathome.com>
2025-04-16 13:03:46 +00:00
sahtelnet258
d089d84826 libamb: amxb_log: Possible NULL pointer dereference (PPM-3259)
Integrates:
- 8475157: ("amxb_log: Possible NULL pointer dereference", 2025-03-25)

References: PPM-3259

Signed-off-by: sahtelnet258 <hela.saadani_ext@softathome.com>
2025-04-15 15:12:19 +02:00
Hela Saadani
9945b6e67c libamxo: PPW-459 Parser does not take into consideration a variable call [fix]
Integrates:
- 51c6ee4: ("libamxo: Parser does not take into consideration a variable call (PPW-459)", 2025-02-24)

References: PPW-459

Signed-off-by: Hela Saadani <hela.saadani_ext@softathome.com>
2025-04-08 12:06:07 +01:00
Nikolai Merinov
c9a202307b mod-amxb-pcb: Remove package with non-existent dependencies
During the prplOS build configuration phase, we're currently seeing
following warning:

    WARNING: Makefile 'package/feeds/feed_amx/mod-amxb-pcb/Makefile' has a dependency on 'libpcb', which does not exist
    WARNING: Makefile 'package/feeds/feed_amx/mod-amxb-pcb/Makefile' has a dependency on 'libusermngt', which does not exist

This is happening as mod-amxb-pcb defines a wrong dependency on
non-existent libpcb and libusermngt packages.

Package mod-amxb-pcb impossible to compile without vendor specific
"libpcp" library, that not part of prplOS, so let's fix it by removing
non-buildable package.

References: PCF-1637
Signed-off-by: Nikolai Merinov <n.merinov@inango-systems.com>
2025-04-03 15:47:05 +00:00
Nikolai Merinov
8dc1aa799f libamxp: fix incorrect host dependencies
During the prplOS build configuration phase, we're currently seeing
following warning:

    WARNING: Makefile 'package/feeds/feed_amx/libamxp/Makefile' has a build dependency on 'bison/host', which does not exist
    WARNING: Makefile 'package/feeds/feed_amx/libamxp/Makefile' has a build dependency on 'flex/host', which does not exist

This happend as libamxp defines a wrong dependency on non existent
flex/host and bison/host packags.

remove dependencies to non existent flex/host and bison/host package.
OpenWrt provides flex and bison utilities as tools/flex and tools/bison
targets. This tools alwys compiled before start of packages compilation.
There is no way to describe this dependency explicitely in OpenWrt.

References: PCF-1637
Signed-off-by: Nikolai Merinov <n.merinov@inango-systems.com>
2025-04-03 15:47:05 +00:00
Nikolai Merinov
ad75c589cc libamxo: fix incorrect host dependencies
During the prplOS build configuration phase, we're currently seeing
following warning:

    WARNING: Makefile 'package/feeds/feed_amx/libamxo/Makefile' has a build dependency on 'bison/host', which does not exist
    WARNING: Makefile 'package/feeds/feed_amx/libamxo/Makefile' has a build dependency on 'flex/host', which does not exist

This happend as libamxo defines a wrong dependency on non existent
flex/host and bison/host packags.

OpenWrt provides flex and bison utilities as tools/flex and tools/bison
targets. This tools alwys compiled before start of packages compilation.
There is no way to describe this dependency explicitely in OpenWrt.

References: PCF-1637
Signed-off-by: Nikolai Merinov <n.merinov@inango-systems.com>
2025-04-03 15:47:05 +00:00
Matthias Franck
5044552934 mod-busstats: add package
Introduces the mod-busstats package.
mod-busstats allows to fetch the statistics on usage of the inter-process communication bus connections of a component.

References: PCF-1679

Signed-off-by: Matthias Franck <matthias.franck@softathome.com>
2025-03-28 17:00:24 +01:00
Matthias Franck
8b2e088e61 libamxb: bump to v4.12.0
Integrates:
- e2d537d ("Amx backend: RPC to reset a plugin statistics(PCF-1679)", 2025-02-11)

References: PCF-1679

Signed-off-by: Matthias Franck <matthias.franck@softathome.com>
2025-03-28 17:00:11 +01:00
Matthias Franck
43097f1114 mod-amxb-ubus: bump to v3.9.0
Integrates:
- 96ef54b ("Amx backend: RPC to reset a plugin statistics(PCF-1679)", 2025-02-11)

References: PCF-1679, PCF-1680

Signed-off-by: Matthias Franck <matthias.franck@softathome.com>
2025-03-28 16:59:47 +01:00
Hela Saadani
25b6d8db9f libamxd: v6.7.3: Performance improvements
- d5bad5c7c933 ("[CI] Update changelog for release master_v6.7.3")
- 6efded78885c ("Issue: HOP-8358 Performance improvements data model transactions")
- 45a060400d02 ("[CI] Update changelog for release master_v6.7.2")
- 8de3afc2dc63 ("Issue: HOP-8255 Custom action handlers must be used when available in creating pcb reply messages")
- 18239a4ca004 ("[CI] Update changelog for release master_v6.7.1")
- 2502b6555a5b ("Issue: HOP-8255 Custom action handlers must be used when available in creating pcb reply messages")

* HOP-8358: - Improve building reply of add instance
            - Skip key verification if no key parameters are changed
            - Optimize transactions, avoid double look-ups
            - Make it possible to set read-only parameters when using protected mode.
* HOP-8255: When parameter values are replied the value is directly from memory, but when a read handler is set on the parameter that one should be used.

Signed-off-by: Hela Saadani <hela.saadani_ext@softathome.com>
2025-03-25 18:09:25 +01:00
Hela Saadani
f1ed812f50 libamxo: v5.3.2: Cache parsed mib expressions and fix parameter identation when saving odl files
- cf43e3842c55 ("[CI] Update changelog for release master_v5.3.2")
- 77e31399a82c ("Issue: HOP-8354 Fix parameter identation when saving odl files")
- aebd63e5e169 ("[CI] Update changelog for release master_v5.3.1")
- 884dd438d9fd ("Issue: HOP-8233 Cache parsed mib expressions")

* HOP-8354: Adds an indentation before parameters when saving odl files
* HOP-8233: Whenever the mibs are applied to the data model, their expression is re-parsed.
            For components such as gmap-server that rely heavily on dynamically changing mibs,
            this is an extra needless cost that may be optimized by caching the parsed expression.

Signed-off-by: Hela Saadani <hela.saadani_ext@softathome.com>
2025-03-25 18:09:15 +01:00
Hela Saadani
c48d559db0 libamxp: v2.7.0: Avoid variant copies
- b398887391f3 ("[CI] Update changelog for release master_v2.7.0")
- e88416196aae ("Issue: HOP-8351 Avoid variant copies")

Add a function that takes ownership of the variant data for deferred calls.
The variant data must be freed when the deferred call has been executed or when the queued deferred call is removed from the list.

Signed-off-by: Hela Saadani <hela.saadani_ext@softathome.com>
2025-03-25 17:54:59 +01:00
Hela Saadani
a1d0d2feb4 mod-amxb-ubus: v3.8.2: Avoid variant copies
- b67bd98880f1 ("[CI] Update changelog for release master_v3.8.2")
- 88d148fd32c7 ("Issue: HOP-8351 Avoid variant copies")

Adds a function that takes ownership of the variant data for deferred calls.
The variant data must be freed when the deferred call has been executed or when the queued deferred call is removed from the list.

Signed-off-by: Hela Saadani <hela.saadani_ext@softathome.com>
2025-03-25 17:51:07 +01:00
Hela Saadani
96c904af24 libamxrt: v0.6.6: forward porting of fixes in prplWare 3.2 release
in commit fa710078632f ("[CI] Update autogenerated files")
in commit 092b0e775568 ("baf: fix libcap-ng issues on various filesystems")
in commit af97038c00d8 ("ci: use new gitlab-ci templates")
in commit 4fafa9751b54 ("baf: introduce the baf.yml file")
in commit d33cba16a6bd ("Allow forcing components to run as root (PPW-185)")

References: PPW-185, PPW-74, PCF-1411, PCF-1456

Signed-off-by: Hela Saadani <hela.saadani_ext@softathome.com>
2025-03-25 17:43:39 +01:00
Hela Saadani
0b1f5442fe libamxb: v4.11.8: Always log bus timeouts to syslog
- ddd0af980d88 ("[CI] Update changelog for release master_v4.11.8")
- ea8a01b78bac ("Issue: HOP-8243 [Amxb] Always log bus timeouts to syslog")

A logging function can be set in lib amxb, if this is done all the amxb calls involving bus access will be logged using this function.
In order to always log bus timeouts , use syslog instead of the custom logging function when a timeout has occured. This increases visibility of bus timeouts.

Signed-off-by: Hela Saadani <hela.saadani_ext@softathome.com>
2025-03-25 17:41:06 +01:00
ahmed sassi
b7eda3aa78 amxo-cg: bump to v1.6.5
Integrates:

- c1ad3f834647b223b5abde24fdd01eb951b9725a("Fix wrong mapping to non-existent objects(PCI-45)", 2025-01-20)

References: PCI-45
Signed-off-by: ahmed sassi <ahmed.sassi_ext@softathome.com>
2025-03-05 09:45:45 +01:00
Petr Štetiar
d0cca925e7 libamxrt: fix libcap-ng issues on F2FS, JFFS2 and UBIFS based overlays
Commit 3dc4681f9b ("Integrating libamxp to master_v2.1.1") added
handling of subprocess capabilities via libcap-ng, which on targets
utilizing ext4 filesystem needs EXT4_FS_SECURITY kernel config symbol
enabled for proper support of extended filesystem attributes via
fsetxattr():

 amxp_subproc_start()
 `-amxp_subproc_vstart()
   `-amxp_subproc_exec_child()
     `-amxp_subproc_set_capabilities()
       `-capng_apply_caps_fd()
         `-fsetxattr()

 open("/usr/sbin/unbound", O_RDWR|O_LARGEFILE) = 3
 ...
 fsetxattr(3, "security.capability", "\1\0\0\2\0\0\0\0*$\0\200\0\0\0\0\0\0\0", 20, 0) = -1 EOPNOTSUPP (Not supported)

This failure then leads to missing CAP_NET_BIND_SERVICE capability and thus
unbound can't start:

 [1726337363] unbound[30984:0] error: can't bind socket: Permission denied for 0.0.0.0 port 53
 [1726337363] unbound[30984:0] error: can't bind socket: Permission denied for :: port 53
 [1726337363] unbound[30984:0] fatal error: could not open ports
 ...
 tr181-dns: dns     - [i]Started Unbound (1 times) - (start_unbound@modunbound_main.c:455)
 tr181-dns: dns     - [i]wait for wait:done - (start_unbound@modunbound_main.c:457)
 tr181-dns: dns     - [x]Unbound stopped! - (unbound_stopped@modunbound_main.c:373)

That was fixed in commit 995891f8ca ("libamxrt: fix libcap-ng issues
on ext4 by enabling EXT4_FS_SECURITY").

Lately it was found out, that on some targets, like RPI the same issue
appeared again. It was found out, that it was due to the fact, that RPI
is using f2fs based rootfs_data overlay, because procd/fstools creates
f2fs based rootfs_data overlays if the available storage space is bigger
then 100MiB, in other cases its going to use ext4 filesystem.

So lets fix it for good for all the targets supported by underlying
OpenWrt system, by selecting the corresponding KERNEL_*_FS_SECURITY
config symbols. Unfortunatelly for f2fs we can't use target's specific
USES_F2FS as its not available, but we could probably use mkf2fs for
that purpose as every target seems to include it, so it should work.

Cc: stable-3.1
Fixes: PCF-1456
References: PCF-1411, PPW-74
Fixes: 3dc4681f9b ("Integrating libamxp to master_v2.1.1")
Signed-off-by: Petr Štetiar <petr.stetiar@prplfoundation.org>
(cherry picked from commit fcf51b9865)
2025-02-06 10:33:21 +01:00
sahbot
9996468664 Integrating libamxo to master_v5.3.0
Issue: HOP-8052 Reduce unnecessary formatted writes

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 6b0a33020ffba535e00733bfb4a905cb7c9b1034
2024-12-12 16:09:59 +00:00
sahbot
2d3b3a00c1 Integrating libamxd to master_v6.7.0
Issue: HOP-8179 Improve data model mamagement functions

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 2b42b0c07c1adce9a09523d196a32265356a8858
2024-12-12 16:09:59 +00:00
sahbot
f80f701d0c Integrating libamxp to master_v2.6.3
Issue: HOP-8166 Reduce usage of appendf in expression parser

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: f97e4065e19cc44ae95fad1fb03694f5732a92dd
2024-12-12 16:09:59 +00:00
sahbot
b6ea6947f2 Integrating amxo-cg to master_v1.6.3
Issue: HOP-8155 [amxo-cg] not compiling with gcc13.3.0

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: e77c6365450cf0288baeb0595d8cbfbd0b4cc3e8
2024-12-12 16:09:59 +00:00
sahbot
64c31e101f Integrating libamxc to master_v2.3.1
Issue: HOP-8057 Provide integer -> string conversion functions
Issue: HOP-8136 [Amxc] Enable comparison of null variants

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 4917fb5d30c5057e474ed0220aa77519ef1501da
2024-12-10 06:35:36 +00:00
sahbot
b578f3728c Integrating libamxc to master_v2.3.0
Issue: HOP-8057 Provide integer -> string conversion functions

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 0151937c5ab986fb7b65986ed4b3985f6b50dda3
2024-12-10 06:35:36 +00:00
sahbot
46c39c956a Integrating libamxp to master_v2.6.2
Issue: HOP-8130 [libamxp]Memory leak can occur when signal can not be emitted
Issue: NET-6400 [AMX] Slots callback functions are called multiple times

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 9d1f4b84b7ffd2912202050daef6d521b41410f6
2024-12-10 06:35:36 +00:00
sahbot
5a74bf00b7 Integrating amxrt to master_v2.2.4
Issue: HGWPR-32571 option p busybox not available

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 7e240cf097bc725d015752ad2221751a6ca346fb
2024-12-10 06:35:36 +00:00
sahbot
4cee1249e4 Integrating mod-amxb-ubus to master_v3.8.1
Issue: HOP-8082 [ubusd] handle large messages: rework logs for fragmented messages

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 8dc3ec425ab3c9e315fc7e95c24ba218374ab55f
2024-12-10 06:35:35 +00:00
sahbot
a717a66fca Integrating libamxp to master_v2.6.1
Issue: NET-6400 [AMX] Slots callback functions are called multiple times

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: d125f27086dd61a341cbd8a9f5db3f64437e38c5
2024-12-10 06:35:35 +00:00
sahbot
ea7ae177eb Integrating mod-amxb-ubus to master_v3.8.0
Issue: HOP-8050 [ubusd] handle large messages - part 2: Fragment messages
Issue: HOP-8094 Too many or wrong events are send over bus systems

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 661308edc0814ebc6da85c1c8fcb6696f13c5d48
2024-12-05 10:26:46 +00:00
sahbot
81850cbb18 Integrating mod-amxb-pcb to master_v3.16.0
Issue: HOP-8094 Too many or wrong events are send over bus systems

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: bfad57541d46e750337ebe631ea487da4518df7a
2024-12-05 10:26:46 +00:00
sahbot
bac345d6aa Integrating amx-cli to master_v0.5.2
Issue: HOP-8084 [amx-cli] missing include for basename

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 011abb495a69469f8e2e63b2f6bfa8bb97527c6d
2024-12-05 10:26:46 +00:00
sahbot
fc8ac01dd9 Integrating mod-amxb-ubus to master_v3.7.1
Issue: HOP-8050 [ubusd] handle large messages - part 2: Fragment messages

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 29f42f544ad267b492e2815d7dc86bd5f4b644d8
2024-12-05 10:26:46 +00:00
sahbot
97fd1157f2 Integrating mod-amxb-ubus to master_v3.7.0
Issue: HOP-7964 Improve event filtering in bus backends
Issue: HOP-8004 Optimize logging
Issue: HOP-8041 Re-assemble fragmented messages

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: fc9486c0a8a00175bbdd17ecb36232a4438f9c7f
2024-11-28 09:07:04 +00:00
sahbot
99955f8a6a Integrating mod-amxb-pcb to master_v3.15.0
Issue: HOP-7964 Improve event filtering in bus backends
Issue: HOP-8004 Optimize logging

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 27f4b3d5354c9e3154a01f45a9ca8660888a76ac
2024-11-28 09:07:04 +00:00
sahbot
090c7cd1b7 Integrating mod-amxb-ubus to master_v3.6.0
Issue: HOP-7964 Improve event filtering in bus backends
Issue: HOP-8004 Optimize logging

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 0bf5f52005fd4187c27af173919ac1c8dd10ed94
2024-11-28 09:07:04 +00:00
sahbot
bd85a004fd Integrating libamxp to master_v2.6.0
Issue: HOP-8003 [FSAM][Container] MQTT Events not dispatched on Device.MQTT.Client.

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 43d7ef9cc5c9e2245aab8ec2333e159f402c4b48
2024-11-28 09:07:04 +00:00
sahbot
7b17cce0dd Integrating libamxc to master_v2.2.2
Issue: HOP-7976 amxc_set improvements

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: a0350276121020ff358c6ce7ec9253121c785192
2024-11-28 09:07:04 +00:00
sahbot
8036713404 Integrating libamxb to master_v4.11.7
Issue: HOP-7943 Failed to load amx pcb backend in amxdev docker

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 8085b2224e1722a0d53aaab4ade993a28488ab7d
2024-11-28 09:07:04 +00:00
sahbot
d08123ddb7 Integrating mod-amxb-pcb to master_v3.14.5
Issue: HOP-7964 Improve event filtering in bus backends

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: d93abd6ea7866792613adcc8b7613e19fac74148
2024-11-28 09:07:04 +00:00
sahbot
cfebd90e76 Integrating mod-amxb-ubus to master_v3.5.3
Issue: HOP-7964 Improve event filtering in bus backends

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 037b924bb28cbfca63a70cf3b5d52ce817e44ade
2024-11-28 09:07:04 +00:00
sahbot
46096bfa56 Integrating amxrt to master_v2.2.3
Issue: HOP-7910 [device] remove the debug information for the whole DM [fix]

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: c4ef0612f18277784b33a9b43403fbac12b9659e
2024-11-28 09:07:04 +00:00
sahbot
ddc5cadefe Integrating libamxd to master_v6.6.2
Issue: HOP-7728 [LCM] The first DU instance gets renamed (but not in dm)
Issue: HOP-7820 Optimizations in ambiorix libraries

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 12278f0689b3b1791626960a4b888819c5fc25e6
2024-11-06 11:03:59 +00:00
sahbot
3ac330cf2d Integrating mod-amxb-ubus to master_v3.5.2
Issue: HOP-7820 Optimizations in ambiorix libraries

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 6b77bb07ccbac3eeb17fd0a6986c561a084ab31d
2024-11-06 11:03:59 +00:00
sahbot
c72c726091 Integrating libamxp to master_v2.5.0
Issue: HOP-7820 Optimizations in ambiorix libraries

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: f1353fe155c25f1662085d0173a0bfae886db328
2024-11-06 11:03:59 +00:00
sahbot
891f8188bb Integrating mod-amxb-pcb to master_v3.14.4
Issue: HOP-7747 wld crash

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 5173c1c401155d9e6adfc00f38aedf7ef72a1fe6
2024-11-06 11:03:59 +00:00
sahbot
6606b3d45f Integrating libamxc to master_v2.2.1
Issue: HOP-7820 Optimizations in ambiorix libraries

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 33563f268eb960444e839fdea5863579195ffc5d
2024-11-06 11:03:59 +00:00
sahbot
f2e514f3d9 Integrating libamxd to master_v6.6.1
Issue: HOP-7728 [LCM] The first DU instance gets renamed (but not in dm)

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 63065cb58f4061c4e9e11f7483d044981c833075
2024-11-06 11:03:59 +00:00
sahbot
5128851c9c Integrating libamxrt to master_v0.6.5
Issue: NET-6219 [amx][regression] gmap-mod-ethernet-dev can't find DHCPv4Server.

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 9a496e70df89e7b9ea4950a71277ddc7b5486cd7
2024-11-06 11:03:59 +00:00
sahbot
039dba3351 Integrating amxo-cg to master_v1.6.2
Issue: HOP-7218 Clarification: AMX non function key behaviour while doing GSDM.

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 6889f6073bd66f1d46216410dfb3006b9488a6e4
2024-10-21 06:52:55 +00:00
sahbot
87148cca62 Integrating libamxs to master_v0.8.1
Issue: DUMMY-0000 - No associated bugs found

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 1d79c5b18b5fe2cd22b58e1312c423f713c59c05
2024-10-21 06:52:55 +00:00
sahbot
bf2240c54b Integrating mod-ba-cli to master_v0.14.0
Issue: HOP-7218 Clarification: AMX non function key behaviour while doing GSDM.

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 04ce10d90973a8527100ad566dac228a60728d9a
2024-10-21 06:52:55 +00:00
sahbot
9335759cf2 Integrating libamxo to master_v5.2.0
Issue: HOP-7218 Clarification: AMX non function key behaviour while doing GSDM.

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 5ade394bf8f91fbcd9994b207a04c9fc1992d74e
2024-10-21 06:52:55 +00:00
sahbot
d8a2815f8a Integrating libamxd to master_v6.6.0
Issue: HOP-7218 Clarification: AMX non function key behaviour while doing GSDM.

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 9f804989968eb0260d221e2de1af6c3cf92609b3
2024-10-21 06:52:55 +00:00
sahbot
01c9c3a1c0 Integrating libamxs to master_v0.8.0
Issue: HOP-5920 Add support for read-only objects in a local datamodel [new]

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: ca6fcf9e303bedd6c0f7b37b75c8d5bd3a6be389
2024-10-15 10:25:30 +00:00
sahbot
49292f1564 Integrating libamxb to master_v4.11.6
Issue: NET-6219 gmap-mod-ethernet-dev can't find DHCPv4Server.

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: ba07be7ab5a7b61d0692350c67489ba7865bd1e6
2024-10-15 10:25:30 +00:00
sahbot
567d69466a Integrating libamxp to master_v2.4.2
Issue: SSW-8456 - add missing include for amxc_llist_it_t

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 585cc9213c829e4bc7dc438dcd9f2dc13c59e8d7
2024-10-11 12:10:37 +00:00
sahbot
05a52064cb Integrating mod-amxb-pcb to master_v3.14.3
Issue: HOP-7623 Crash on "tr181-device;-D;" after upgrade followed by hard reset on HGW

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 3921625de2920e97a530d25ee9d820db178c0046
2024-10-11 12:10:37 +00:00
sahbot
3cc965b66d Integrating libamxs to master_v0.7.1
Issue: HOP-7574 Loop detection can drop too much events due to initial sync [fix]

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: c792073da3b8d6ce93dab9a1ca254f2d57f1f2aa
2024-10-08 12:26:52 +00:00
sahbot
a685b5ec24 Integrating mod-amxb-pcb to master_v3.14.2
Issue: HOP-7578 tr181-device crashes - double free

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 2e68d3a727683887eb83394b123a6483355fe224
2024-10-08 12:26:52 +00:00
sahbot
32548ad8ac Merge branch 'dev_master_group_1_upstep' of gitlabinternal.softathome.com:ambiorix/buildsystems/openwrt/feed_amx into dev_master_group_1_upstep
GitOrigin-RevId: 0a2c58f3fb33e9fa6959ca9276975c3218c5bf07
2024-10-08 12:26:52 +00:00
sahbot
7e717e5fa3 Integrating libamxb to master_v4.11.5
Issue: DUMMY-0000 - No associated bugs found

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: b34bddefd6ebb600559d507bd4aa438b4e95fa5f
2024-10-08 12:26:52 +00:00
sahbot
f15db0eeca Integrating mod-amxb-ubus to master_v3.5.1
Issue: HOP-7547 UBus responses can be handled when calling ubus_lookup_id which can lead to segfaults.

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 326cd25c7255abfc50628c97a59c0b144707bc31
2024-10-03 05:44:05 +00:00
sahbot
9ae1a8b92d Integrating mod-amxb-pcb to master_v3.14.1
Issue: HOP-7529 amx pcb backend does not handle request getObject with a parameter list

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: d88df9bec115e69cbe98f273390fc1136a17e236
2024-10-03 05:44:05 +00:00
sahbot
23fa068f91 Integrating libamxo to master_v5.1.0
Issue: HOP-7494 ODL: Add keywords for empty sync callbacks [new]

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 11251e0e258c3f87dfedec0a9244db9f3a77e30e
2024-10-03 05:44:05 +00:00
sahbot
24ead70ca2 Integrating libamxs to master_v0.7.0
Issue: HOP-7494 Add empty translation and action callbacks [new]

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 055bc183d032c102012b9a920a4f2148d10f6524
2024-10-03 05:44:05 +00:00
sahbot
ea8753758a Integrating mod-amxb-ubus to master_v3.5.0
Issue: HOP-7380 [tr181-device] tr181-device crash

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: d0aebc1c237a253252fed7c021c7282179cff889
2024-09-27 13:57:05 +00:00
sahbot
9924edc0ae Integrating mod-amxb-pcb to master_v3.14.0
Issue: HOP-7380 [tr181-device] tr181-device crash

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: ec2534c9c0fde13415105905696a94a7533d61fe
2024-09-27 13:57:04 +00:00
sahbot
8d3c63d50d Integrating libamxp to master_v2.4.0
Issue: HOP-7380 [tr181-device] tr181-device crash
Issue: HOP-7484 race condition in amxp_subproc_vstart leads to sigchild loss

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 9b578f185c71df7217ab64d9ae6f8c767dcd2c5d
2024-09-27 13:57:03 +00:00
sahbot
30b2499f65 Integrating libamxp to master_v2.3.1
Issue: HOP-7484 race condition in amxp_subproc_vstart leads to sigchild loss

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 61bbd7c8c8aaf3188e41e9bb2d116d792b2322af
2024-09-27 13:57:03 +00:00
sahbot
de1668fd2d Integrating libamxrt to master_v0.6.4
Issue: DUMMY-0000 - No associated bugs found

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 6bde33d302889412625d8a3b156ec82f6f16a525
2024-09-27 13:57:02 +00:00
sahbot
18a8fbf507 Integrating libamxrt to master_v0.6.3
Issue: NET-6152 - [USP][CDRouter][Random] Some datamodel path are missing in USP hl-api tests
Issue: PPW-65 - [USP][CDRouter][Random] Some datamodel path are missing in USP hl-api tests

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: cac5d4d3bcb8e255ac3d5397260ad181a75d847d
2024-09-23 09:22:20 +00:00
sahbot
e6c3369e17 Integrating libamxp to master_v2.3.0
Issue: NET-6152 - [USP][CDRouter][Random] Some datamodel path are missing in USP hl-api tests
Issue: PPW-65 - [USP][CDRouter][Random] Some datamodel path are missing in USP hl-api tests

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 01fb131eabb8f8f374db436ab3979cb12306a27c
2024-09-23 09:22:20 +00:00
sahbot
83fc6ee93f Integrating mod-amxb-pcb to master_v3.13.0
Issue: HOP-7427 Add configuration for listen socket permissions and ownership [fix]
Issue: SSW-9036 [CHR2fa][Crash] gmap-mod-ssw plugin crash

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 3d145a24658bf88f9feca208082406d76a25fdd8
2024-09-23 09:22:20 +00:00
sahbot
147746557d Integrating amx-fcgi to master_v1.3.13
Issue: HOP-7366 - [security][amx-fcgi]Prevent Upload/Download API to write/access files outside of authorized directories

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: ea0e9f7a3cd44b89d704efa8d4493b3f35dd600e
2024-09-23 09:22:20 +00:00
sahbot
0f55763b3e Integrating libamxb to master_v4.11.4
Issue: HOP-7436 Depth must be ignored on get with parameter paths

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: b39317d66d377434b74483e11e5b566530cb9090
2024-09-23 09:22:20 +00:00
sahbot
903fc3fc5c Integrating amxrt to master_v2.2.1
Issue: DUMMY-0000 - No associated bugs found

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 9518d46db83695280ae280bf8812d307c96ae278
2024-09-23 09:22:20 +00:00
sahbot
2359b3b69f Integrating libamxd to master_v6.5.7
Issue: HOP-7418 Error in fetching a parameter recursively using search or wildcard path

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 281ce75aad7ec2c525d4ac94eda2cf24df5a2c30
2024-09-23 09:22:20 +00:00
sahbot
247650aa84 Integrating mod-amxb-ubus to master_v3.4.1
Issue: HOP-7415 [Ubus Backend] Use correct object path when checking existing subscriptions

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 31ffd38fdc7906ba682eea2c2f48ee43c4362826
2024-09-23 09:22:20 +00:00
sahbot
0b47204d31 Integrating libamxo to master_v5.0.3
Issue: DUMMY-0000 - No associated bugs found

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 8b6715c757a6daefc63d4ef3a55447ea2ed6f6bf
2024-09-23 09:22:20 +00:00
sahbot
94d4711150 Integrating mod-amxb-pcb to master_v3.12.3
Issue: SSW-9036 [CHR2fa][Crash] gmap-mod-ssw plugin crash

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: eb5c29ddec91e57507fb7c22dbe299d6425a686b
2024-09-23 09:22:20 +00:00
Petr Štetiar
825c023cd8 libamxrt: fix libcap-ng issues on ext4 by enabling EXT4_FS_SECURITY
Commit 3dc4681f9b ("Integrating libamxp to master_v2.1.1") added
handling of subprocess capabilities via libcap-ng, which on targets
utilizing ext4 filesystem needs EXT4_FS_SECURITY kernel config symbol
enabled for proper support of extended filesystem attributes via
fsetxattr():

 amxp_subproc_start()
 `-amxp_subproc_vstart()
   `-amxp_subproc_exec_child()
     `-amxp_subproc_set_capabilities()
       `-capng_apply_caps_fd()
         `-fsetxattr()

 open("/usr/sbin/unbound", O_RDWR|O_LARGEFILE) = 3
 ...
 fsetxattr(3, "security.capability", "\1\0\0\2\0\0\0\0*$\0\200\0\0\0\0\0\0\0", 20, 0) = -1 EOPNOTSUPP (Not supported)

This failure then leads to missing CAP_NET_BIND_SERVICE capability and thus
unbound can't start:

 [1726337363] unbound[30984:0] error: can't bind socket: Permission denied for 0.0.0.0 port 53
 [1726337363] unbound[30984:0] error: can't bind socket: Permission denied for :: port 53
 [1726337363] unbound[30984:0] fatal error: could not open ports
 ...
 tr181-dns: dns     - [i]Started Unbound (1 times) - (start_unbound@modunbound_main.c:455)
 tr181-dns: dns     - [i]wait for wait:done - (start_unbound@modunbound_main.c:457)
 tr181-dns: dns     - [x]Unbound stopped! - (unbound_stopped@modunbound_main.c:373)

So lets fix it by selecting KERNEL_EXT4_FS_SECURITY config symbol if
either target uses ext4 filesystem or kmod-fs-ext4 package is selected.

Fixes: PPW-74
References: PCF-1411
Fixes: 3dc4681f9b ("Integrating libamxp to master_v2.1.1")
Signed-off-by: Petr Štetiar <petr.stetiar@prplfoundation.org>
GitOrigin-RevId: 85e0e6f92a8112ba9c3e102fc9f39341f17de3ae
2024-09-17 14:08:11 +00:00
sahbot
b26ff904d0 Integrating libamxd to master_v6.5.6
Issue: HOP-7332 Include mibs when checking for supported objects

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 77c10f0c20f01ff94659a5e4c6b49e7c0826b187
2024-09-09 08:30:34 +00:00
sahbot
da4577f73f Integrating mod-amxb-pcb to master_v3.12.2
Issue: VOIP-609 [reg]voice activation issues. X_SOFTATHOME-COM_VoiceActivation is missing

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: fc688c0f6b9e98b334164eca81a3a8783b5ff209
2024-09-09 08:30:34 +00:00
sahbot
cfa966fced Integrating libamxb to master_v4.11.3
Issue: VOIP-609 [reg]voice activation issues. X_SOFTATHOME-COM_VoiceActivation is missing

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 5c2cb875b6117d2dfa869827a211fc50808fbfe1
2024-09-09 08:30:34 +00:00
sahbot
3a77723925 Integrating amx-fcgi to master_v1.3.12
Issue: HGWPR-30812 NOT-23 - Unauthenticated Web UI Denial of Service [fix]

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 3ec7c73c522ce3f2609665257d9f52cae1aeaaf6
2024-09-09 08:30:34 +00:00
sahbot
9abfa29f6e Integrating libamxb to master_v4.11.2
Issue: VZ-3615 [VZ][WiFi][Random] WPS-PBC pairing fails using both Button and WebUI methods on the 5GHz band when SON is enabled

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: a6a6e76849c96883f80c1799c1c5ae5972651715
2024-08-08 11:58:21 +00:00
sahbot
1729efedca Integrating libamxa to master_v0.11.1
Issue: SOFA-435 amxa resolver go into  infinite loop if a invalid path is used

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 05f478ed2cedfe60595dcecc78674c2aff59bb2a
2024-08-08 11:58:21 +00:00
sahbot
5b5f290b9a Integrating amx-fcgi to master_v1.3.11
Issue: HGWPR-25822 NOT-20 Unauthenticated Web UI Denial of Service
Issue: HOP-4680 Better shutdown script [fix]

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 881cb70273eae9e7cf4a408fe94a2676b8faa450
2024-08-01 10:02:10 +00:00
sahbot
88c73fcd70 Integrating libamxj to master_v1.0.4
Issue: HGWPR-25822 NOT-20 Unauthenticated Web UI Denial of Service

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: f433c1a5c99efaca1bac7b4e4cf5029fc936e9e5
2024-08-01 10:02:10 +00:00
sahbot
a6e69400bd Integrating libamxc to master_v2.2.0
Issue: HOP-7194 : Add new helpers for Set module [new]

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 506d1280507c9a6c7606fa2c3f6c4d32f89c1c81
2024-08-01 10:02:10 +00:00
sahbot
96de1946ff Integrating libamxrt to master_v0.6.2
Issue: NET-6038 Avoid double USP connections to the same sockets

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: d95c71721e9bb9ce4bd779ee32c974d3abb7ed82
2024-08-01 10:02:10 +00:00
sahbot
1d840c188b Integrating mod-amxb-pcb to master_v3.12.1
Issue: HOP-7094 Sub-object synchronisation initalize with wrong value with pcb-plugin

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 5c43d45bd48e43c290b7f7beed368503808f46ce
2024-08-01 10:02:10 +00:00
sahbot
f8f9d11b44 Integrating acl-manager to master_v0.7.1
Issue: HOP-4680 Better shutdown script [fix]

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: a94cb1d345a97eb231eea16007bdb641de7da5bf
2024-08-01 10:02:10 +00:00
sahbot
944495690c Integrating amx-fcgi to master_v1.3.10
Issue: HOP-4680 Better shutdown script [fix]

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: a75f12236714f2ef24ac619fb8ad3686865f8a83
2024-08-01 10:02:10 +00:00
sahbot
23ee69f24a Integrating amxo-cg to master_v1.5.5
Issue: HOP-7179 Some private parameters are still present in the AMX/XML file

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: de82f723f9550f693b5211c6707e84fcb1d5f639
2024-08-01 10:02:10 +00:00
sahbot
8bd809013f Integrating mod-ba-cli to master_v0.13.1
Issue: HOP-7181 Setting an empty string is passing a NULL variant

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: febf7c6e6b1c8bd98ab2e57d729ae33ac29ec73c
2024-08-01 10:02:10 +00:00
sahbot
7e21539857 Integrating libamxm to master_v0.1.0
Issue: HOP-7173 Fix example in libamxm

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: c7f8ebdc8d791431ce7ecf55a7358f26e0d4bf59
2024-07-26 05:40:57 +00:00
sahbot
74c7af74de Integrating libamxc to master_v2.1.0
Issue: HOP-7172 Remove length argument of hash functions

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: f4df85292da1ae36e8bb29741a1512d5e6e790f8
2024-07-26 05:40:57 +00:00
sahbot
0a011c310c Integrating mod-amxb-ubus to master_v3.4.0
Issue: NET-6007 Bus statistics: basic counters

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: 3d07525c9a3d7c17f585be5585908a2b6ef6e682
2024-07-26 05:40:57 +00:00
sahbot
8aaa1fe230 Integrating mod-amxb-pcb to master_v3.12.0
Issue: NET-6006 Bus statistics: basic counters

Signed-off-by: sahbot                 <sahbot@softathome.com>
GitOrigin-RevId: c31d2c41abefc3624dda515eb950a1cb6cba2db7
2024-07-26 05:40:57 +00:00
sahbot
97eaa1872d Integrating libamxb to master_v4.11.1
Issue: NET-6005 Bus statistics: backend interface, client interface, basic common stats
GitOrigin-RevId: 71745cd89febcedd7a405198b6bf1f7fbe4e0e08
2024-07-26 05:40:57 +00:00
sahbot
1e1a5f1518 Integrating libamxb to master_v4.11.0
Issue: NET-6005 Bus statistics: backend interface, client interface, basic common stats
GitOrigin-RevId: 96a5203d57a60e98260bf725bb5c3c08c3e04fe0
2024-07-26 05:40:57 +00:00
sahbot
f6c159fe68 Integrating mod-amxb-pcb to master_v3.11.1
Issue: HOP-6876 [AMX] Lib amxb crashes due to doube free call
GitOrigin-RevId: c99e716e98ce37e2ce3ee48f0754f674c2dc407c
2024-07-18 05:53:10 +00:00
sahbot
c226e0b916 Integrating amxrt to master_v2.2.0
Issue: HOP-4680 Move amx init functions to related component [fix]
GitOrigin-RevId: 987f4ea266464774e8d49fa76fbad065a8141660
2024-07-18 05:53:10 +00:00
sahbot
a4bcdd95dc Integrating mod-amxb-pcb to master_v3.11.0
Issue: HOP-7093 [AMXB] Introduce depth and event_types parameters for subscriptions
GitOrigin-RevId: 93c8772a4121f029925400b3cea7444e06bda42f
2024-07-17 05:14:32 +00:00
sahbot
05ee5f793c Integrating libamxp to master_v2.2.0
Issue: HOP-7084 amxp: add amxp_subproc_close_fd(amxp_subproc_t* proc, int fd)
Issue: HOP-7091 amxp: fds from amxp_subproc_open_fd() must not be O_NONBLOCK for the child
GitOrigin-RevId: 8ac6cf2d88f67082fc39240e77e5ff3bb079acdd
2024-07-17 05:14:32 +00:00
sahbot
a7679e02d5 Integrating libamxrt to master_v0.6.1
Issue: HOP-5530 [USP][AMX] Add connection retry mechanism for broken connections
Issue: HOP-7090 - Apply process capabilities after obtaining the required plugin objects [fix]
GitOrigin-RevId: e399df380f5e65042a72691a67cc2ec23a97cb86
2024-07-17 05:14:32 +00:00
sahbot
f60624e13d Integrating libamxrt to master_v0.6.0
Issue: HOP-5530 [USP][AMX] Add connection retry mechanism for broken connections
GitOrigin-RevId: ebb19e77a2a5623dbeb751f7c605194fad7aaf73
2024-07-17 05:14:32 +00:00
sahbot
c9c291e6b5 Integrating libamxo to master_v5.0.2
Issue: NET-5979 [AMX] User flags must be saved for key parameters
GitOrigin-RevId: 33e3564ae4a6465a682547b53908b902c6ffcae7
2024-07-17 05:14:32 +00:00
sahbot
bddfc9de08 Integrating amxo-cg to master_v1.5.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4b251046216d648428e360c71b7f617b99de3ea9
2024-07-17 05:14:32 +00:00
sahbot
15f852c997 Integrating libamxj to master_v1.0.3
Issue: HOP-7007 Improve documentation and unit tests for amxj_write [other]
GitOrigin-RevId: cad515c51bc6291e57d5812c31903c581805fcb3
2024-07-17 05:14:32 +00:00
sahbot
b5ed6fc2a4 share libamxtui on gitlab.com
GitOrigin-RevId: 5ad02a90ea73c43e65601aca8b8e1ba01e925f64
2024-07-05 07:42:31 +00:00
sahbot
edbe825a22 Integrating mod-amxb-pcb to master_v3.10.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7bdf70ed0c222788f50290673ae95d84751fff09
2024-07-05 06:55:40 +00:00
sahbot
72fcf9cdda share dmtui on gitlab.com
GitOrigin-RevId: e3511b5f174752b597b8703b944240540ece53b1
2024-07-05 06:40:05 +00:00
sahbot
e9daa8c70a Integrating amxo-cg to master_v1.5.3
Issue: HOP-6985 Attribute mutable is missing
GitOrigin-RevId: 6bfd9c4d56ba5d9b2af2eec2da31ca7662c8b9e7
2024-07-04 05:58:01 +00:00
sahbot
adeea024d7 Integrating libamxrt to master_v0.5.5
Issue: HOP-6957 Calculate remaining time of timers before checking and updating the state
Issue: HOP-6962 Disconnect the amxrt_wait_done callback before handling events [fix]
GitOrigin-RevId: d0f10452d3dbddaf443b5a3f9d68d36709909ead
2024-07-04 05:58:01 +00:00
sahbot
7e3f418f39 Integrating amxo-cg to master_v1.5.2
Issue: HOP-6985 Attribute mutable is missing
GitOrigin-RevId: 08fc3e2aa8efc20f52d728049fdf2578c763e611
2024-07-04 05:58:01 +00:00
sahbot
eb9cdf265e Integrating mod-ba-cli to master_v0.13.0
Issue: HOP-6963 [ba-cli]Crash when removing backend with open connections
Issue: HOP-6964 [ba-cli]It must be possible to set protected mode on all open connections
GitOrigin-RevId: 73b5159ce17af5b092856799bfcea2bb58063f0a
2024-07-04 05:58:01 +00:00
sahbot
78ca76da87 Integrating libamxb to master_v4.10.3
Issue: HOP-6917 [AMX] Add function to get backend name from uri [new]
Issue: HOP-6966 [ba-cli] Unable to get protected object when using Device.
Issue: VZ-3176 Subscriptions on non existing objects must fail
GitOrigin-RevId: 39da11c5f43d1f9564a80f687f6d47d4354fcd95
2024-07-04 05:58:01 +00:00
sahbot
29ae9fa5f0 Integrating mod-amxb-pcb to master_v3.10.7
Issue: HOP-6916 Remove subscriber from list when request is destroyed
GitOrigin-RevId: 5c59adab5bff6606aecbb5dc95be25db6f5e9858
2024-07-04 05:58:01 +00:00
sahbot
0c344e6663 Integrating libamxb to master_v4.10.2
Issue: HOP-6917 [AMX] Add function to get backend name from uri [new]
Issue: VZ-3176 Subscriptions on non existing objects must fail
GitOrigin-RevId: 222ec514c8075b91433624bbbb7a4f66d6d690e1
2024-07-04 05:58:01 +00:00
sahbot
a5b638145b Integrating libamxrt to master_v0.5.4
Issue: HOP-6957 Calculate remaining time of timers before checking and updating the state
GitOrigin-RevId: ba3d55fb4942d6e571b33386a8ddfb21efa27de5
2024-07-04 05:58:00 +00:00
sahbot
cb71cb0726 Integrating libamxd to master_v6.5.5
Issue: HOP-6953 Key parameters without read-only in definition are write-once and must be reported as read-write in gsdm
GitOrigin-RevId: e00e3755ffc5db706c7c4128f32b62279aa89075
2024-07-04 05:58:00 +00:00
sahbot
03236ff656 Integrating libamxb to master_v4.10.1
Issue: HOP-6917 [AMX] Add function to get backend name from uri [new]
Issue: VZ-3176 Subscriptions on non existing objects must fail
GitOrigin-RevId: 0c41ac62657a524a5631ad7f200b93b62b0bf467
2024-07-04 05:58:00 +00:00
sahbot
d99f2d5d57 Integrating mod-amxb-ubus to master_v3.3.6
Issue: VZ-3176 Drop invalid events early
GitOrigin-RevId: 5b5707e332c3c738907ef7b343b409def97c4d8f
2024-07-04 05:58:00 +00:00
sahbot
7ace8fd094 Integrating amxo-cg to master_v1.5.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 053766fefbaf3bbc52b9553daac9720adcd5d080
2024-07-04 05:58:00 +00:00
sahbot
6f48024750 Integrating acl-manager to master_v0.7.0
Issue: HOP-6790 - Add missing dependency on acl group [fix]
GitOrigin-RevId: ed0d3c84f93abc326fe6b90e22a1874d0e6690f1
2024-07-04 05:58:00 +00:00
sahbot
7fa32d9e19 Integrating mod-amxb-pcb to master_v3.10.6
Issue: HOP-5666 Set request destroy handler on subscription requests [fix]
GitOrigin-RevId: 3d9effb2b0d0bb686573f56a7058dd907c9aa568
2024-06-25 06:07:17 +00:00
sahbot
9c595a5045 Integrating mod-amxb-pcb to master_v3.10.5
Issue: HOP-5666 Set request destroy handler on subscription requests [fix]
GitOrigin-RevId: 53f2bfaf407a8d955031f0177d3a2d8caa58989e
2024-06-21 05:08:01 +00:00
sahbot
6e1776104e Integrating libamxd to master_v6.5.4
Issue: HOP-6584 [TR181-Device]Bidirectional communication support between UBUS and IMTP
GitOrigin-RevId: c6156444e203d10e9e3fc5410393a1fd1298d0de
2024-06-21 05:08:01 +00:00
sahbot
1677cce6eb Integrating libamxb to master_v4.10.0
Issue: HOP-6584 [TR181-Device]Bidirectional communication support between UBUS and IMTP
GitOrigin-RevId: 8ddeed4f86a0a2d4055e81dae31c85e4f03bb800
2024-06-21 05:08:01 +00:00
sahbot
47a0fe4d9b Integrating libamxs to master_v0.6.4
Issue: HOP-5430 Handle events from the amxs signal manager, if available, before other events [fix]
GitOrigin-RevId: dfefde32c7b8cc5a0826332c9767f261da20c4fd
2024-06-21 05:08:01 +00:00
sahbot
427d193617 Integrating libamxp to master_v2.1.2
Issue: HOP-5430 DHCPv6Client/DHCPv6Server in misconfigured state
Issue: HOP-6847 amxp: crash in amxp_signal_read() when suspending/resuming a signal manager
GitOrigin-RevId: 90725b60fc31b44a2e1d38ee374e4c1e70b17bfb
2024-06-21 05:08:01 +00:00
sahbot
3dc4681f9b Integrating libamxp to master_v2.1.1
Issue: HOP-6586 Set file capabilities on subprocess execution
GitOrigin-RevId: 89b1639c5228f1d3c8ede64b8f2ca294c75ed15a
2024-06-11 14:21:32 +00:00
sahbot
ca084aa36b Integrating libamxm to master_v0.0.68
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0520625052ed1fd0fca3bd328ac1f9c28e7fb199
2024-06-11 14:21:32 +00:00
sahbot
cacede1fa8 Integrating libamxb to master_v4.9.9
Issue: HOP-6690 Respect backend load order when no backend-order is defined
GitOrigin-RevId: b0771f531af9daed27f305da6eed7a0cec0d2291
2024-06-11 14:21:32 +00:00
sahbot
db31c5a480 Integrating libamxs to master_v0.6.3
Issue: VOIP-595 [prpl] libamxs loopback detection issue on initial sync [fix]
GitOrigin-RevId: 35c15a9cc9b9235e30bcdc94a8ac82847adfdb37
2024-06-11 14:21:32 +00:00
sahbot
9f67c34fbb Integrating amxo-cg to master_v1.5.0
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 891dbc4d677a55e3a7568c93574658db94660e1a
2024-06-11 14:21:32 +00:00
sahbot
e4a2b0592b Update file Makefile
GitOrigin-RevId: 722a2b64eea904de780428c7bb2dde862aae3b4d
2024-06-11 14:21:32 +00:00
sahbot
eede685551 Integrating amxo-cg to master_v1.4.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 862903d12198e3733cad9ffa6e62fe7b8b382324
2024-06-11 14:21:32 +00:00
sahbot
444b331f08 Integrating libamxm to master_v0.0.67
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 057083b3f5de331a0e5b963e623169fe83ab2e37
2024-06-06 11:06:22 +00:00
sahbot
fca5aa76ff [CI] Update PKG_HASH
GitOrigin-RevId: 82425c24653c00e675061f586e94b2646cb9b83b
2024-06-04 08:41:38 +00:00
sahbot
5ec09d22dd Integrating libamxc to master_v2.0.2
Issue: HOP-6760 segfault in libamxc amxc_string_to_upper and to_lower APIs providing an amxc string with a null buffer [fix]
GitOrigin-RevId: 55cd14ddbcdf898874eafd537025b648f2e17180
2024-06-04 08:41:38 +00:00
sahbot
778bfa7340 [CI] Update PKG_HASH
GitOrigin-RevId: 2bd0f59f474b2a99a444d89df09a52da5c6e095d
2024-06-04 08:41:38 +00:00
sahbot
b7f9821172 Integrating mod-ba-cli to master_v0.12.0
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: 48afe8f64b5dab00b800de9207947e28cc4b93fb
2024-06-04 08:41:38 +00:00
sahbot
0eff529354 [CI] Update PKG_HASH
GitOrigin-RevId: 6fe64751c80891e72426ec896b0c1d8d93f0ef14
2024-06-04 08:41:38 +00:00
sahbot
c424e4fb76 Integrating libamxb to master_v4.9.8
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: cd220fbd31771fd441949bcbf7be33b998b72cc0
2024-06-04 08:41:38 +00:00
sahbot
faf4421134 [CI] Update PKG_HASH
GitOrigin-RevId: 154e1f64942e5cfe5a95139afd88594c35f450c2
2024-06-04 08:41:38 +00:00
sahbot
261694e7f1 Integrating mod-amxb-pcb to master_v3.10.4
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: 5a0175e2d454f206e239011b0d56760e2f67729e
2024-06-04 08:41:38 +00:00
sahbot
7105e1ba58 Integrating mod-amxb-ubus to master_v3.3.5
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: e0393b07433a344ca0d976b913815095be48a25d
2024-06-04 08:41:38 +00:00
sahbot
4722a2078b [CI] Update PKG_HASH
GitOrigin-RevId: 0179adcb85879e17e5cc91fbe45a1341e99d3532
2024-06-04 08:41:38 +00:00
sahbot
7f4ad1f370 Integrating libamxj to master_v1.0.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 68776b282b26306b9b227ee47d65ff638f9aef4a
2024-06-04 08:41:38 +00:00
sahbot
44ba66379d Integrating libamxs to master_v0.6.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a94274358a40db7567aba3c93f91c225c5554669
2024-06-04 08:41:38 +00:00
sahbot
19fee2207c Integrating mod-ba-cli to master_v0.11.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 64101620d5cb75508921dcfe6831f21f66183bd6
2024-06-04 08:41:38 +00:00
sahbot
36976af013 Update 2 files
- /mods/mod-amxb-pcb/Config.in
- /mods/mod-amxb-ubus/Config.in

GitOrigin-RevId: cb15e3a7dcdf00cbb6287a784149b44182fbf503
2024-06-04 08:41:38 +00:00
sahbot
e0ebe61bfd Update 4 files
- /mods/mod-amxb-pcb/Config.in
- /mods/mod-amxb-pcb/Makefile
- /mods/mod-amxb-ubus/Config.in
- /mods/mod-amxb-ubus/Makefile

GitOrigin-RevId: 4382fc7d332baa8b698e8a610fd3eaed02b75eb9
2024-06-04 08:41:38 +00:00
sahbot
e3c46c7bd3 take backend order into account
GitOrigin-RevId: 31422f71472685b4c867f52c9bfed7e655ecc444
2024-06-04 08:41:38 +00:00
sahbot
6d09006627 Integrating libamxb to master_v4.9.7
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: f8e78323317018e424eadab11e5a217397ef80ba
2024-06-04 08:41:38 +00:00
sahbot
dffdb2714b Update file Makefile
GitOrigin-RevId: 97c1ffaf0fa6e2a5e8d790270f4157e7a170c5b1
2024-05-29 07:25:55 +00:00
sahbot
c558930060 Update file Makefile
GitOrigin-RevId: b004fba48a1c34905a6b0972ad7392b7ce1f24b3
2024-05-29 07:25:55 +00:00
sahbot
5342f60c1f Update file Makefile
GitOrigin-RevId: 24ca5e1dffc6669cb59195d05d392bdcbaf473e1
2024-05-29 07:25:55 +00:00
sahbot
b9a8867a48 Integrating mod-amxb-pcb to master_v3.10.3
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: bae1d254666cae2ce4bc8b518ae0d2c1d9accb02
2024-05-29 07:25:55 +00:00
sahbot
a176cdd626 Integrating libamxb to master_v4.9.6
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: 5ace1ff9c60b12d8a8caf8d5a17692d1482a6c1f
2024-05-29 07:25:55 +00:00
sahbot
e6a3899db6 Integrating mod-amxb-ubus to master_v3.3.4
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: 2636397068bf1b29d7e3775047eef993278ef94b
2024-05-29 07:25:55 +00:00
sahbot
5976c9efc8 Integrating libamxb to master_v4.9.5
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: d7da79efcef1ae721848cd2dec7c8b9913622de4
2024-05-29 07:25:55 +00:00
sahbot
ece5952ea9 Merge remote-tracking branch 'origin/master' into dev_master_group_1_upstep
GitOrigin-RevId: a680bb551e05b93f45fe2c5f1d860bca55694c38
2024-05-29 07:25:55 +00:00
sahbot
cccbc16ceb Integrating libamxb to master_v4.9.4
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: 866cbb9a692b8776e55221235ce135d4d001c891
2024-05-29 07:25:55 +00:00
sahbot
572c993ece Integrating mod-amxb-ubus to master_v3.3.3
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: 4a863a5084b6f871d1710ad0e0ac6ca2ebcf3f20
2024-05-29 07:25:55 +00:00
sahbot
c2bfc7933d Integrating mod-amxb-pcb to master_v3.10.2
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: ddf0220e5b49a41ca60f4e1cf11498d09d78b592
2024-05-29 07:25:55 +00:00
sahbot
31bc6c9afc Integrating libamxrt to master_v0.5.3
Issue: HOP-6620 [tr181-device -D][Memory leak] tr181-device -D is consuming 55MB in 4days
Issue: HOP-6690 Make it possible to set backend load priority
GitOrigin-RevId: 09ff31acd791a3f82c326d8a79269c7a9c88852f
2024-05-29 07:25:55 +00:00
sahbot
2cc04b5d19 Integrating amxo-cg to master_v1.4.8
Issue: HOP-6677 Make it possible to generate a full xml using all odl files available in a root-fs
GitOrigin-RevId: c9f412a9094eb7931b85e670ddb3da7c5da69af0
2024-05-29 07:25:55 +00:00
sahbot
140065edaa Integrating amxo-cg to master_v1.4.7
Issue: HOP-6677 Make it possible to generate a full xml using all odl files available in a root-fs
GitOrigin-RevId: c2f763183cdfe0441039bbaba3ffef616022e0fc
2024-05-29 07:25:55 +00:00
sahbot
f095d988a7 Integrating amxo-cg to master_v1.4.6
Issue: HOP-6677 Make it possible to generate a full xml using all odl files available in a root-fs
GitOrigin-RevId: 3c488df76867d770e39ef91d2501f94e9709109c
2024-05-29 07:25:55 +00:00
sahbot
bafee4d1a8 Integrating amxo-cg to master_v1.4.5
Issue: HOP-6677 Make it possible to generate a full xml using all odl files available in a root-fs
GitOrigin-RevId: 0a592fbc585557d61df1d7c770bfa77a2348cf5d
2024-05-29 07:25:55 +00:00
sahbot
84284a30dd Integrating amxo-cg to master_v1.4.4
Issue: HOP-6677 Make it possible to generate a full xml using all odl files available in a root-fs
GitOrigin-RevId: 6fad07b7a740493a11b456e9b45759a87a28b484
2024-05-29 07:25:55 +00:00
sahbot
43e7b793fd Integrating libamxd to master_v6.5.3
Issue: HOP-6608 - amxd_dm_invoke_action_impl missing test before the callback call (fn) [fix]
Issue: NET-5833 [amx] Improve Ambiorix const correctness
GitOrigin-RevId: d298002c9a0c708a88af5fb521de4bfb5df5e58d
2024-05-29 07:25:55 +00:00
sahbot
37e446d4d6 Integrating libamxo to master_v5.0.1
Issue: PCF-1158 libamxrt: boot logs are flooded with Include file not found "extensions/" messages
GitOrigin-RevId: 4c31354c2a4dfc29b6646de0ed3ad6d3d3530ec2
2024-05-29 07:25:55 +00:00
sahbot
87c7050c23 Integrating libamxc to master_v2.0.1
Issue: NET-5833 [amx] Improve Ambiorix const correctness
GitOrigin-RevId: f3178b50b2a2598108adbb70c998ccbd679b7366
2024-05-29 07:25:55 +00:00
sahbot
7fb6d84454 Integrating libamxd to master_v6.5.2
Issue: HOP-6608 - amxd_dm_invoke_action_impl missing test before the callback call (fn) [fix]
GitOrigin-RevId: 5556a87e70a0b3454a64409ad22728914363e582
2024-05-29 07:25:55 +00:00
sahbot
d68fbbd3f0 Integrating libamxrt to master_v0.5.2
Issue: HOP-6620 [tr181-device -D][Memory leak] tr181-device -D is consuming 55MB in 4days
GitOrigin-RevId: 2bace20166832e93cb88f6a1d72f93ff7e2dc056
2024-05-29 07:25:55 +00:00
sahbot
6e940fc7d4 Integrating libamxs to master_v0.6.1
Issue: PSEC-528 [Security][ambiorix]Some libraries are not compiled with Fortify-Source
GitOrigin-RevId: 34c20c8e56dc71a9be5e42c40a241faa2036e7c5
2024-05-29 07:25:55 +00:00
sahbot
794baa6108 Integrating libamxj to master_v1.0.1
Issue: PSEC-528 [Security][ambiorix]Some libraries are not compiled with Fortify-Source
GitOrigin-RevId: 1a7c28b9ac16d7b877e84e35a14562cc569e2d07
2024-05-29 07:25:55 +00:00
sahbot
e59abdfb4d Integrating mod-ba-cli to master_v0.11.4
Issue: PSEC-528 [Security][ambiorix]Some libraries are not compiled with Fortify-Source
GitOrigin-RevId: 29de8d66e8fd70d9895a4f5d25e966402d5acf53
2024-05-29 07:25:55 +00:00
sahbot
bac94efd87 Integrating libamxm to master_v0.0.66
Issue: PSEC-528 [Security][ambiorix]Some libraries are not compiled with Fortify-Source
GitOrigin-RevId: e585683b43f177caafe443e9fa3096772088e6d9
2024-05-29 07:25:55 +00:00
sahbot
7904d7519d ci: add opensource ci
GitOrigin-RevId: e9b86a8de781d06e175d8b91ee1c61bf4392e49e
2024-05-28 09:21:55 +00:00
sahbot
bf6fcefedd Integrating mod-lua-amx to master_v0.1.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 76bfef500854ffcb92d5b0a32cca7ab74fc28073
2024-05-07 20:41:03 +00:00
sahbot
dd14b19dc2 Integrating lua-amx to master_v0.5.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2c01d28890a35b175f18f1659feac195128c9700
2024-05-07 20:41:03 +00:00
sahbot
7dc6500c4d Integrating libamxd to master_v6.5.1
Issue: HOP-6553 [amxd] amxd_trans_set_param with NULL value makes the amxd_trans_apply failIgnore null variants
GitOrigin-RevId: 5dce778cf4dbee7b649680099034f78f2743750d
2024-05-07 20:41:03 +00:00
sahbot
dac9f22745 Integrating amxo-cg to master_v1.4.3
Issue: HOP-6467 Fix instance counter position
Issue: ST-1371 Take counter parameter attributes into account
GitOrigin-RevId: 34465837dadc21ecdc51d5134ceef41a128d5e84
2024-05-07 20:41:03 +00:00
sahbot
ded009117e Integrating libamxo to master_v5.0.0
Issue: HOP-6102 Add `+=` syntax for appending lists in config sections [new]
Issue: HOP-6487 The amxo parser struct contains unused fields and should be removed
GitOrigin-RevId: 8748a5747c945772f385426ad636d0d0e110a5a0
2024-05-07 20:41:03 +00:00
sahbot
f9d4d06c95 Integrating libamxb to master_v4.9.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0da130b3b5decd0526981089ea24e45ea6c5680b
2024-05-07 20:41:03 +00:00
sahbot
53ad43d55c Integrating libamxm to master_v0.0.65
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 39984e9e0b588cb29eb3dd5400b2dc0cee1789ab
2024-05-07 20:41:03 +00:00
sahbot
98e2356201 Integrating libamxp to master_v2.0.0
Issue: HOP-6102 Avoid g++ compiler warning for new .add_value variant function pointer
GitOrigin-RevId: 92e09829b02429a35139ec53bc9b1a329580ceb5
2024-05-07 20:41:03 +00:00
sahbot
2d635f5c37 Integrating libamxp to master_v1.4.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c8e469ae28f9d0e0f1d63ed0b12d646a460a5666
2024-05-07 20:41:03 +00:00
sahbot
236f82033e Integrating libamxt to master_v1.0.0
Issue: HOP-6102 Avoid g++ compiler warning for new .add_value variant function pointer
GitOrigin-RevId: 470e77c031ea29b7fe973fb97c7b92c9f7dd3d2f
2024-05-07 20:41:03 +00:00
sahbot
2f09104a68 Integrating libamxj to master_v1.0.0
Issue: HOP-6102 Avoid g++ compiler warning for new .add_value variant function pointer
GitOrigin-RevId: 39b2e41b8fc802f3e73049d897ec73cdc3942cc2
2024-05-07 20:41:02 +00:00
sahbot
5deb9a1931 Integrating libamxc to master_v2.0.0
Issue: HOP-6102 add amxc_var_add_value() [new]
GitOrigin-RevId: d89c39c8197fd24a990beb95c718e22c822a1a24
2024-05-07 20:41:02 +00:00
sahbot
5cb1f7aac6 Integrating amxo-cg to master_v1.4.2
Issue: HOP-6467 Fix instance counter position
GitOrigin-RevId: aa5b20e50dc6479ea0b85e043ec9c298ece3b06a
2024-05-07 20:41:02 +00:00
sahbot
d810e9e66b Integrating libamxo to master_v4.3.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4937dc03f38c7b7c5c68826174bf555ae52b2474
2024-04-19 19:21:07 +00:00
sahbot
2a89260979 Integrating libamxp to master_v1.4.1
Issue: HOP-6380 Expose getter and eval binary expression tree functions [fix]
GitOrigin-RevId: 9e36d8780249c07a7fc1b71aa5fc3a61a4ce99e6
2024-04-19 19:21:07 +00:00
sahbot
3ec415b78c Integrating libamxo to master_v4.3.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 153525b8d33ef8ebaf9684473059f5d8dc2746ad
2024-04-19 19:21:07 +00:00
sahbot
2135d22ce7 Integrating libamxb to master_v4.9.2
Issue: HOP-6376 Allow multiple registrations for the same bus context [change]
Issue: NET-5732 [AMX] Config variable not reset when backends are freed [fix]
GitOrigin-RevId: 02d076e21ebe7990997d84a041c96db6e5e76763
2024-04-19 19:21:07 +00:00
sahbot
98fac1941c Integrating libamxc to master_v1.10.5
Issue: NET-5721 Fix inconsistency in converting integer signedness [fix]
GitOrigin-RevId: 2a44c84e9b52ded17746590b22f81dfa3935b0ee
2024-04-19 19:21:07 +00:00
sahbot
3e8786d198 Integrating libamxm to master_v0.0.64
Issue: HOP-6387 [AMXM] Implement amxm_so_error to debug failed amxm_so_open
GitOrigin-RevId: c7590b37952c56b8b5cb0d6ad0ff60b242d38c36
2024-04-19 19:21:07 +00:00
sahbot
7afa879905 Integrating amxo-cg to master_v1.4.1
Issue: HOP-6374 Parameters must also be notated in xml using supported path notation
GitOrigin-RevId: 645eb0a819e642691059637ea90d43cd0bc33b72
2024-04-19 19:21:07 +00:00
sahbot
e9e2dfddaf Integrating libamxrt to master_v0.5.1
Issue: IOT-1221 amxrt app exits immediately on LXC due to capdrop error
GitOrigin-RevId: f152b171dc14435b00e0cddf437c625440ee0cf1
2024-04-19 19:21:07 +00:00
sahbot
d2ca3eb0ae Integrating acl-manager to master_v0.6.7
Issue: HOP-6338 Make amxb timeouts configurable [change]
GitOrigin-RevId: 0dcf44f9587fef660f66bd609319c00994342c8b
2024-04-12 05:18:51 +00:00
sahbot
3eab17316a Integrating libamxrt to master_v0.5.0
Issue: HOP-6338 Pass configuration to libamxb [new]
GitOrigin-RevId: 11f4d10f0e34b63e2d740a107d621b975f2b4045
2024-04-12 05:18:51 +00:00
sahbot
dcf7327cf5 Integrating amx-fcgi to master_v1.3.9
Issue: HOP-6338 Make amxb timeouts configurable [change]
GitOrigin-RevId: 4be5068eb6d97bff07e4af29bf11c28a6967b147
2024-04-12 05:18:51 +00:00
sahbot
99a3c69aab Integrating libamxb to master_v4.9.1
Issue: HOP-6338 Make timeouts configurable. [new]
GitOrigin-RevId: 9c1a43dcb10b5f46d4e1ba62ec96eb90e3edbf27
2024-04-12 05:18:51 +00:00
sahbot
3e24748f90 Integrating libamxb to master_v4.9.0
Issue: HOP-6338 Make timeouts configurable. [new]
GitOrigin-RevId: 02f18af0facdbacab766e7d4df656f19f5deec14
2024-04-12 05:18:51 +00:00
sahbot
21f9bf8d54 Integrating libamxc to master_v1.10.4
Issue: NET-5673 Fix crash on converting string variant without buffer to timestamp [fix]
GitOrigin-RevId: 6a1042dace61c189e9551cb79abdc8f2b9c0bfb8
2024-04-12 05:18:51 +00:00
sahbot
a464331b43 Integrating libamxb to master_v4.8.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ba13e4ff691051a3b0c2b6377a3309ac81387d0c
2024-04-12 05:18:51 +00:00
sahbot
1b373466ba [libsahtrace] fix hash of upstream package
By accident the version of libsahtrace was changed, but the hash was not updated.

GitOrigin-RevId: bb3fd66fe51cc835059da461d0844cbff8c720fa
2024-04-02 07:45:30 +00:00
sahbot
3cc9b3e68d Integrating libamxo to master_v4.3.6
Issue: NET-5635 Fix nested list parsed as not-nested list [fix]
Issue: NET-5639 fix string literal with leading/trailing spaces parsed as without [fix]
GitOrigin-RevId: 8904d8ca7a69ead96e399623d37d55e066d3fa6f
2024-03-25 06:56:15 +00:00
sahbot
acb23d4502 Integrating libamxo to master_v4.3.5
Issue: NET-5639 fix string literal with leading/trailing spaces parsed as without [fix]
GitOrigin-RevId: 0ea86dd4940767c95eb3e192e8a747c63e40049d
2024-03-25 06:56:15 +00:00
sahbot
1b6aea934e Revert "Update file Makefile"
This reverts commit 7cb99e745e5ea5db1f04d164ab72a79fd7227634

GitOrigin-RevId: 250379e6c8e8dbdeb2d21305fd5ed3b4fabeef15
2024-03-25 06:56:15 +00:00
sahbot
b68b8cbed4 Revert "Update file Makefile"
This reverts commit 0ee01f2249a4c77dd0a97ceb7a2ace46b933ebfe

GitOrigin-RevId: ecd3c117d983786397a83e40fe7f3564b35e5b01
2024-03-25 06:56:15 +00:00
sahbot
77116dc150 Update file Makefile
GitOrigin-RevId: 0ee01f2249a4c77dd0a97ceb7a2ace46b933ebfe
2024-03-25 06:56:15 +00:00
sahbot
d2b570fd38 Update file Makefile
GitOrigin-RevId: 7cb99e745e5ea5db1f04d164ab72a79fd7227634
2024-03-25 06:56:15 +00:00
sahbot
8b911a895f Integrating mod-amxb-pcb to master_v3.10.1
Issue: NET-5630 [AMX] Eventing no longer works for mapped native pcb objects [fix]
GitOrigin-RevId: e5d4a204f9f1f39a4fc0734e9f496c479fb1924b
2024-03-25 06:56:15 +00:00
sahbot
a4346cda1e Integrating libamxd to master_v6.5.0
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9dc82acaf257827ad5aa9eeb36ea845b0479fe35
2024-03-25 06:56:15 +00:00
sahbot
c2a6836ce9 Integrating lua-amx to master_v0.5.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7426dc1b97296d8705f45764508f5a3855d82200
2024-03-25 06:56:15 +00:00
sahbot
01a9d072b2 Integrating lua-amx to master_v0.5.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 23bc8f0dba9b3a1f71876561dc1b721bfbb4ec2b
2024-03-25 06:56:15 +00:00
sahbot
537110d0f5 Integrating mod-ba-cli to master_v0.11.3
Issue: HOP-6140 [ba-cli]When set fails the error must be printed instead of no data found
GitOrigin-RevId: a1d2df37908cdaefdea07cb6c9bc0a7a516ee841
2024-03-18 14:02:07 +00:00
sahbot
0d02a93dc8 Integrating lua-amx to master_v0.5.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 19e28b6fa0a8882ee98c0ada4a485348bd974139
2024-03-18 14:02:07 +00:00
sahbot
fcf1ad2986 Integrating lua-amx to master_v0.5.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: bc0baf5e6dbf8ef7fbe1afad6bb4df75b755046a
2024-03-18 14:02:07 +00:00
sahbot
048d281ed4 Integrating mod-amxb-pcb to master_v3.10.0
Issue: HOP-6015 After reboot all hosts are disconnected (AKA amb timeouts)
GitOrigin-RevId: 0bd12eafc6cc54cd6f25334c17c23840a615a564
2024-03-18 14:02:07 +00:00
sahbot
34d012410c Integrating libamxd to master_v6.4.2
Issue: HOP-6119 Datamodel application generic performance improvement
GitOrigin-RevId: 428835cd43b6fcc66d49883c6ba8e68790d36b20
2024-03-18 14:02:07 +00:00
sahbot
98c7f4b1a7 Update 2 files
- /libs/libsahtrace/Config.in
- /libs/libsahtrace/Makefile

GitOrigin-RevId: 47919c0627345c7643a67d768cff0d35fd99ecb3
2024-03-15 09:56:26 +00:00
sahbot
db5700ed26 Integrating libsahtrace to master_v1.16.0
Issue: NET-5584 User log: Make it optional
GitOrigin-RevId: 3985c4c30237e597ecd54b606ee2de60c2785bc8
2024-03-14 13:06:06 +00:00
sahbot
d58b4f2fba Integrating amxo-cg to master_v1.4.0
Issue: HOP-5923 [AMX][Documentation] Allow to configure the proxied datamodel path in documentation
GitOrigin-RevId: 16bd0cacf624ec7193c71b9023aee9bdb737084d
2024-03-13 12:14:56 +00:00
sahbot
d2b6051490 Integrating mod-amxb-ubus to master_v3.3.2
Issue: HOP-5877 Hosts tests NOK on Safran
GitOrigin-RevId: 3e8f9b4ccbfb87de6bbc99522d635c73a6b44c29
2024-03-13 12:14:56 +00:00
sahbot
e7464cc3d1 Integrating libamxo to master_v4.3.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: bafef85b7d2ee655f8b84d175a4aabb81f9c77cc
2024-03-13 12:14:56 +00:00
sahbot
14203b3aa3 Integrating libsahtrace to master_v1.15.0
Issue: HGWKPN-3414 [lib_sahtrace] Increase output buffer size for user traces
Issue: HOP-5902 [TR181-Syslog] log syslog to a dedicated destination [new]
GitOrigin-RevId: 072632005a980e4e8d208b4461cf5ad8c5646ce3
2024-03-08 14:31:46 +00:00
sahbot
3ea35f7565 Integrating libsahtrace to master_v1.14.1
Issue: HGWKPN-3414 [lib_sahtrace] Increase output buffer size for user traces
GitOrigin-RevId: 67a92cfd6e032af43b2e7c4b5f364d85aaea83fb
2024-03-08 14:31:46 +00:00
sahbot
5f5f585ae2 Integrating libamxt to master_v0.2.28
Issue: HOP-6001 [cli]Always add last command at the bottom of the history
GitOrigin-RevId: b34a478008bf6df603bbc22ab28cc415f59bf2c3
2024-03-01 09:48:32 +00:00
sahbot
2215dfcdbf Integrating libamxrt to master_v0.4.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b85fd15a99b0dc34d61d669ef7f56a1203fd2253
2024-03-01 09:48:32 +00:00
sahbot
0fce378455 Integrating mod-amxb-pcb to master_v3.9.7
Issue: HOP-5936 Do not create a subscription if an object is found and the notify flags are not set [fix]
Issue: NET-5499 [PCB] Add parameter_not_found error code
GitOrigin-RevId: fc8a28f775b71b0699f6466bed1cef6b618d3249
2024-03-01 09:48:32 +00:00
sahbot
653583844d Integrating mod-amxb-pcb to master_v3.9.6
Issue: NET-5499 [PCB] Add parameter_not_found error code
GitOrigin-RevId: 3fefaacda89963beb75511163abf9bf1d39e6771
2024-03-01 09:48:32 +00:00
sahbot
1056f8e061 Integrating amx-fcgi to master_v1.3.8
Issue: SHG-3832 [prpl] Authorization header uses 'bearer' instead of 'Bearer'
GitOrigin-RevId: 241f0242e65de6fc371e78adfb89238a727dacbb
2024-03-01 09:48:31 +00:00
sahbot
9cfabba7de Integrating mod-ba-cli to master_v0.11.2
Issue: HOP-5913 [ba-cli] "ubus-protected" not working anymore
GitOrigin-RevId: 5166c416c0f4902e5930deffda7107d8491d4e62
2024-03-01 09:48:31 +00:00
sahbot
7ea89d8e31 Integrating libamxs to master_v0.6.0
Issue: HOP-5853 Correct loop detection for object-changed events [fix]
GitOrigin-RevId: 1b2fc1eadbe7284149909158275cb40291f152f0
2024-02-21 13:08:08 +00:00
sahbot
f95c7430fb Integrating lua-amx to master_v0.5.0
Issue: NET-5384 [AMX] Lua bindings should only connect to default sockets when the backend is loaded
GitOrigin-RevId: 6d91637780d1634497e8f764a19194fd23f43b91
2024-02-21 13:08:08 +00:00
sahbot
714d3379d5 Integrating libamxrt to master_v0.4.1
Issue: HOP-5895 Amxrt should connect to bus systems before daemonizing
GitOrigin-RevId: bb52ceb986393635d5eb45d8b3fed64f41620296
2024-02-21 13:08:08 +00:00
sahbot
32bd8186ff Integrating mod-amxb-pcb to master_v3.9.5
Issue: HOP-5863 Crash in tr181-device [fix]
Issue: HOP-5881 uspagent -D crash
GitOrigin-RevId: 69f958ff52368390077b08b8914f01625863b3a2
2024-02-21 13:08:08 +00:00
sahbot
85c2eb34b9 Integrating mod-amxb-pcb to master_v3.9.4
Issue: HOP-5863 Crash in tr181-device [fix]
GitOrigin-RevId: b50fe791969f7c77baa095d8621b72d533059dc8
2024-02-21 13:08:08 +00:00
sahbot
d702c0574d Integrating libamxc to master_v1.10.3
Issue: HOP-5755 Functional issues linked to parenthesis escaping in the data model
GitOrigin-RevId: bd88650ab6fc7b42e88e0ed660fdda6ffe34abcc
2024-02-14 08:37:36 +00:00
sahbot
b54f172c29 Integrating mod-amxb-pcb to master_v3.9.3
Issue: NET-5434 Fix a memory growth [fix]
GitOrigin-RevId: f6f9fa124480500ed99a98e4da77fb71c6058b59
2024-02-14 08:37:36 +00:00
sahbot
6045c2c040 Integrating mod-ba-cli to master_v0.11.1
Issue: HOP-5835 [ba-cli]ba-cli should connect to all available bus systems
GitOrigin-RevId: ade27251707bbacb8c06ab7f83474b5e8e023506
2024-02-14 08:37:36 +00:00
sahbot
8b761848ed Integrating libamxs to master_v0.5.1
Issue: HOP-5807 tr181-device crashes when using combination of proxy and parameter  synchronistation
GitOrigin-RevId: 50ecdab998deef9d3688189a135ce4fdc1c622c9
2024-02-14 08:37:36 +00:00
sahbot
e3989c417e Integrating amx-cli to master_v0.5.1
Issue: HOP-5828 [Prpl] Bad rpath makes build fail on Yocto LCM build
GitOrigin-RevId: a5f4b0c445e6a0f9b81553bf662bb250b477320f
2024-02-14 08:37:36 +00:00
sahbot
810b116e15 Integrating libamxd to master_v6.4.1
Issue: HOP-5665 Crash pwhm on lb6
GitOrigin-RevId: 1210ccd70475700383a8147122ce6b833ef1a704
2024-02-07 07:30:44 +00:00
sahbot
4975d0e544 Integrating libamxt to master_v0.2.27
Issue: HOP-5755 CLONE - Functional issues linked to parenthesis escaping in the data model
GitOrigin-RevId: 4e5f6bf8de3b0cd1b7e47414dd6ea377a1bcc6b0
2024-02-07 07:30:43 +00:00
sahbot
e2e5867c3e Integrating mod-ba-cli to master_v0.11.0
Issue: HOP-5744 [cli]It must be possible to connect to ipv6 lla
GitOrigin-RevId: d5148ee6b9d8e8b1b4e1454178372d570c1855f8
2024-02-07 07:30:43 +00:00
sahbot
059212011c Integrating libamxb to master_v4.8.2
Issue: HOP-5744 [cli]It must be possible to connect to ipv6 lla
GitOrigin-RevId: 160c828637ef814ed45bbc7d20a6cbf72c512a78
2024-02-07 07:30:43 +00:00
sahbot
fa8b8e9622 Integrating libamxrt to master_v0.4.0
Issue: HOP-5717 Improve save and load functionality
GitOrigin-RevId: eb533b78e3174e6f25ecfb55a208f3bff3d95461
2024-02-07 07:30:43 +00:00
sahbot
1543ebc4d5 Integrating libamxp to master_v1.4.0
Issue: NET-5490 [AMX] Add ends with expression operator [new]
GitOrigin-RevId: 4bdd4456aeead87ba12184de23090112ca86d896
2024-02-07 07:30:43 +00:00
sahbot
48e292be95 Integrating mod-amxb-pcb to master_v3.9.2
Issue: HOP-5255 [ba-cli] Events are not showed when requested using pcb-cli with gsdm command
GitOrigin-RevId: 4c1b2076df01c572702af71e4ff09e9384b365c7
2024-02-01 07:17:02 +00:00
sahbot
767f84d52c Integrating libamxc to master_v1.10.2
Issue: HOP-5426 [amx-cli] Allow proper escaping of variable in cli for input and display
GitOrigin-RevId: f03a4e058694dcb456e60f4eac383d52bca118df
2024-02-01 07:17:02 +00:00
sahbot
4840eaa356 Integrating mod-amxb-ubus to master_v3.3.1
Issue: HOP-3927 [amx][cli] Add syntax to filter parameters list
GitOrigin-RevId: b5484aa36875083638f585c790927a10b9dc5fd7
2024-01-30 13:12:03 +00:00
sahbot
957cccd748 Integrating mod-amxb-pcb to master_v3.9.1
Issue: HOP-3927 [amx][cli] Add syntax to filter parameters list
GitOrigin-RevId: 367d7c1a12ebe567527a534c8dedf41266bf2e8e
2024-01-30 13:12:03 +00:00
sahbot
cb86e5e62c Integrating mod-ba-cli to master_v0.10.0
Issue: HOP-3927 [amx][cli] Add syntax to filter parameters list
GitOrigin-RevId: ced446dcf92e528688db51c86929a151499af053
2024-01-30 13:12:03 +00:00
sahbot
41cd214324 Integrating mod-amxb-pcb to master_v3.9.0
Issue: HOP-3927 [amx][cli] Add syntax to filter parameters list
GitOrigin-RevId: 2ad8232334632f63066a89483a5a52a3049b6c4c
2024-01-30 13:12:03 +00:00
sahbot
46364c1b66 Integrating amx-cli to master_v0.5.0
Issue: HOP-3927 [amx][cli] Add syntax to filter parameters list
GitOrigin-RevId: 99446fec7af7fcf6969d542c0788079ab3be7766
2024-01-30 13:12:03 +00:00
sahbot
5772bb7f1f Integrating mod-amxb-ubus to master_v3.3.0
Issue: HOP-3927 [amx][cli] Add syntax to filter parameters list
GitOrigin-RevId: a83c75d2a4a28a7e6e217d65aaee0d04156c9ab2
2024-01-30 13:12:03 +00:00
sahbot
802a941ff4 Integrating libamxa to master_v0.11.0
Issue: HOP-3927 [amx][cli] Add syntax to filter parameters list
GitOrigin-RevId: 8491e963979333a8056cfd2828beeec80f73f69b
2024-01-30 13:12:02 +00:00
sahbot
ddbe69fc45 Integrating libamxb to master_v4.8.1
Issue: HOP-3927 [amx][cli] Add syntax to filter parameters list
Issue: ST-1303 Update amxb_set documentation
GitOrigin-RevId: b3f1bb77d849437c0bf0928132ba14c960d489f0
2024-01-30 13:12:02 +00:00
sahbot
48b090eb64 Integrating libamxb to master_v4.8.0
Issue: HOP-3927 [amx][cli] Add syntax to filter parameters list
Issue: ST-1303 Update amxb_set documentation
GitOrigin-RevId: 4f90fee4f17c3e4846a582e6b00c94a6988bfcae
2024-01-30 13:12:02 +00:00
sahbot
9f8b5873a0 Integrating libamxb to master_v4.7.26
Issue: ST-1303 Update amxb_set documentation
GitOrigin-RevId: a2823a00dddc5430baed29161dbe96e2fcf921b8
2024-01-30 13:12:02 +00:00
sahbot
b0dc8f48c9 Integrating mod-amxb-ubus to master_v3.2.0
Issue: HOP-5518 [CI][HTTPAccess] Plugin not starting due to race condition with Device.Users
GitOrigin-RevId: 000419a60b35759edbb804f5823731a1fdd4b628
2024-01-26 10:34:55 +00:00
sahbot
1f5b86fccf Integrating libamxd to master_v6.4.0
Issue: NET-5357 [Ambiorix] Amxb_set and amxb_del should return more info about each parameter
GitOrigin-RevId: 0db62e5a3ccd86358125c30a5d3770e09ba3c49f
2024-01-26 10:34:55 +00:00
sahbot
15f69a4f32 Integrating libamxs to master_v0.5.0
Issue: HOP-5571 [ambiorix][libamxs]Reduce initial sync size to minimum depth for synchronization context [change]
Issue: HOP-5575 [ambiorix][synchronization]The synchronization library must also synchronize sub-objects when an instance is added [change]
GitOrigin-RevId: f35acf247d0edd2b0f717527f2dec595a12b848a
2024-01-19 22:34:08 +00:00
sahbot
a78d3fbf1c Integrating mod-amxb-pcb to master_v3.8.0
Issue: HOP-5054 Problems with getdebug on Nokia prpl mainline [change]
Issue: NET-5424 Error codes are lost when using the pcb mapper [fix]
Issue: SSW-7747 [AMX_PCB] subscribing before creating object, do not get events. [change]
GitOrigin-RevId: fc5f57783c41547a614e528b708d9ea93d8f9925
2024-01-19 22:34:08 +00:00
sahbot
a013bb9553 Integrating libamxd to master_v6.3.0
Issue: HOP-5575 [ambiorix][synchronization]The synchronization library must also synchronize sub-objects when an instance is added [change]
GitOrigin-RevId: 67a911cf3b88b016510d19024cd1f561284a50d3
2024-01-19 22:34:08 +00:00
sahbot
f4c5f24efb Integrating libamxrt to master_v0.3.10
Issue: NET-5379 [BaRt] Failed to handle multiple keys
GitOrigin-RevId: 4f4aa6f0e5f35eafc545f6e0b0d8a56a002b2c3b
2024-01-19 22:34:08 +00:00
sahbot
232a01e852 [CI] Update PKG_HASH
GitOrigin-RevId: bc932dba00317edac6fcd3826c5d7f288cf1caef
2024-01-15 08:45:58 +00:00
sahbot
438f1898c3 Regenerated makefile - step version down
GitOrigin-RevId: b2ae7173c4b0456a7215d3a3dacfbc3ea88dd3a4
2024-01-15 08:45:58 +00:00
sahbot
bc50de704f Step back version of amxb-pcb
GitOrigin-RevId: b5bb8cc4208b5874cce3f6488bcbeeef2d6289ee
2024-01-15 08:45:58 +00:00
sahbot
55439e6732 Fix version
GitOrigin-RevId: d96aac028a8b0a867f13c456ac20fce1511c941d
2024-01-15 08:45:58 +00:00
sahbot
74f09d06ef Update Makefile
GitOrigin-RevId: b58d78b43ada9fb89e4143835d692deb7746cdc8
2024-01-15 08:45:58 +00:00
sahbot
6e589ed209 Integrating mod-amxb-ubus to master_v3.1.32
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 147e98ca09e12a139c44178fc05676499e66dec9
2024-01-15 08:45:58 +00:00
sahbot
143e7a7180 Integrating mod-ba-cli to master_v0.9.4
Issue: HOP-5426 [amx-cli] Allow proper escaping of variable in cli for input and display [fix]
GitOrigin-RevId: 3dc9317df546de1c734887eaca4dd834699a7399
2024-01-15 08:45:58 +00:00
sahbot
c683837e27 Integrating acl-manager to master_v0.6.6
Issue: HOP-5108 Adapt description of ambiorix packages [fix]
GitOrigin-RevId: 9a46ff287bada538a97b559d8f2d8b4695c0d212
2024-01-15 08:45:58 +00:00
sahbot
5e85533174 Integrating libamxrt to master_v0.3.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d2007aabf9b7b69fe07519457a3fbd00e2bbd4b2
2024-01-15 08:45:58 +00:00
sahbot
7ea99539aa Integrating libamxo to master_v4.3.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 44ce87c2d06b4b6fbd63554ff540668a327d6826
2024-01-15 08:45:58 +00:00
sahbot
98c718d60a Integrating libamxa to master_v0.10.33
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c54e80453549734dc7a2727b128e9406a6145cb2
2024-01-15 08:45:58 +00:00
sahbot
d0a8a6cbbd Integrating libamxs to master_v0.4.13
Issue: HOP-5494 [Amxs] Apply sync direction to all child entries recursively [fix]
GitOrigin-RevId: 399833f48362381688c49131eb0640e36caa75a0
2024-01-15 08:45:58 +00:00
sahbot
f85d4034cf Integrating libamxb to master_v4.7.25
Issue: HOP-5515 [other] update documentation for amxb_wait_for_object
GitOrigin-RevId: c7056c9b16b480de86e46a4422a3f1e5770f4d79
2024-01-15 08:45:58 +00:00
sahbot
5198073a2e Integrating libamxd to master_v6.2.1
Issue: NET-5412 call destroy callback on root object destruction
GitOrigin-RevId: 44d301ededde58dba79843165d37abae56dae51a
2024-01-15 08:45:58 +00:00
sahbot
213628642f Integrating libamxt to master_v0.2.26
Issue: HOP-5426 [amx-cli] Allow proper escaping of variable in cli for input and display [fix]
GitOrigin-RevId: 4af6848b4343636901628e11ff62435c91acf497
2024-01-15 08:45:58 +00:00
sahbot
a51862b422 Integrating libamxm to master_v0.0.63
Issue: HOP-5108 Adapt description of ambiorix packages [fix]
GitOrigin-RevId: 687570f4f1a864879475b388518cecbb051446aa
2024-01-15 08:45:58 +00:00
sahbot
e15d695d75 Integrating libamxp to master_v1.3.2
Issue: HOP-4830 [WNC-CHR2][LCM] SoftwareModules cannot be found [fix]
GitOrigin-RevId: 3edab06d54b1b02058bb18eb9129d66cf9f264cf
2024-01-15 08:45:58 +00:00
sahbot
818af460d9 Integrating libamxj to master_v0.3.64
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 69eae10a4b38a306339afc8f873b7bca6bbacf16
2024-01-15 08:45:58 +00:00
sahbot
589fbc92fe Integrating libamxc to master_v1.10.1
Issue: HOP-5108 Adapt description of ambiorix packages [fix]
Issue: HOP-5426 [amx-cli] Allow proper escaping of variable in cli for input and display [fix]
GitOrigin-RevId: e75b940cea4c3d444c237c5fc9376c7e77dfbb61
2024-01-15 08:45:58 +00:00
sahbot
87f36a0da0 Integrating libamxs to master_v0.4.12
Issue: HOP-5494 [Amxs] Apply sync direction to all child entries recursively [fix]
GitOrigin-RevId: 9c269b851e2ec369ecc6d77270ce0185ebec426c
2024-01-15 08:45:58 +00:00
sahbot
dc039d3567 Integrating libamxd to master_v6.2.0
Issue: NET-5412 call destroy callback on root object destruction
GitOrigin-RevId: 718e954e82df419f9fb0ff35840eaa828ad0fe88
2024-01-15 08:45:58 +00:00
sahbot
ee56ceedb4 Update Makefile
GitOrigin-RevId: d5ddfc69448e14d7aa44f297ee80006619994efb
2024-01-13 10:50:19 +00:00
sahbot
a0bcfadd9a Integrating lua-amx to master_v0.4.1
Issue: ST-1267 Add example lua script
GitOrigin-RevId: d300c58b7f67fa1bac4fd89254e46a81677e6458
2023-12-14 15:02:35 +00:00
sahbot
7da0f4c959 Integrating mod-amxb-pcb to master_v3.6.33
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4e1222bf8159df68e46f5274f0aebb828474e112
2023-12-14 15:02:35 +00:00
sahbot
e5d3a0d10d Integrating mod-amxb-ubus to master_v3.1.31
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a5944c3f4644d2a306699d068741062f6220ccd9
2023-12-14 15:02:35 +00:00
sahbot
cef98180d2 Integrating libamxrt to master_v0.3.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d15c9b28303712a7739e50aaf6ee0bc7630a1b93
2023-12-14 15:02:35 +00:00
sahbot
8a8bbc668c Integrating libamxo to master_v4.3.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a1fd9eef79cead21759fdf428de7045579f8c52b
2023-12-14 15:02:35 +00:00
sahbot
6258b361e6 Integrating libamxa to master_v0.10.32
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ad10cdebcf602a09388807e6fd6b336659193b5d
2023-12-14 15:02:35 +00:00
sahbot
ea581ad2e3 Integrating libamxs to master_v0.4.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 10549ba7709f3dd733bfdc60e3bc0c4251dae27c
2023-12-14 15:02:35 +00:00
sahbot
7fe0819762 Integrating libamxb to master_v4.7.24
Issue: NET-5377 [AMX] Add extra NULL pointer checks [fix]
GitOrigin-RevId: f5eb66a0fcb774c29ac49a7db5bb062909763674
2023-12-14 15:02:35 +00:00
sahbot
ea3ee54f0e Integrating mod-amxb-pcb to master_v3.6.32
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b9676c695d5cabe77197ef6662d82bd58f8517f7
2023-12-14 15:02:35 +00:00
sahbot
95f618b89c Integrating libamxd to master_v6.1.4
Issue: NET-5374 [AMX] Make it possible to _exec functions with braces [fix]
GitOrigin-RevId: 462c11afdd00796121d5144b3eb9c1ae7c7f5ddf
2023-12-14 15:02:35 +00:00
sahbot
4b9f616015 Integrating mod-amxb-pcb to master_v3.6.31
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 869a043ff56815991cee5605a8b245565432a59d
2023-12-14 15:02:35 +00:00
sahbot
a83d9c3f32 Integrating mod-amxb-ubus to master_v3.1.30
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4a270ef17de2838f7a911d0ce76fb01059a54675
2023-12-14 15:02:35 +00:00
sahbot
2c20e9778f Integrating libamxrt to master_v0.3.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: dc34b647e434792c273bb9817d61a99a6cc323d7
2023-12-14 15:02:35 +00:00
sahbot
c8ea9a44c4 Integrating libamxo to master_v4.3.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 93857a4a1a4bc5241a9416d642a3192da5671a9e
2023-12-14 15:02:35 +00:00
sahbot
6e7c5b1846 Integrating libamxa to master_v0.10.31
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2c802328e8e79c1417ee38f224e91e70a17b5a42
2023-12-14 15:02:35 +00:00
sahbot
536a88ce71 Integrating libamxs to master_v0.4.10
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0cb34708d8e3fc7c74871845a2acf8e29be85ea3
2023-12-14 15:02:35 +00:00
sahbot
8c7af9375b Integrating libamxb to master_v4.7.23
Issue: NET-5377 [AMX] Add extra NULL pointer checks [fix]
GitOrigin-RevId: f96428cfd76b24af4c130d38338795b87d8c525d
2023-12-14 15:02:35 +00:00
sahbot
02c17dedf3 Integrating libamxd to master_v6.1.2
Issue: NET-5374 [AMX] Make it possible to _exec functions with braces [fix]
GitOrigin-RevId: 1aa5ce2bf2019ba2b16d18f06b72ecf18b17820e
2023-12-14 15:02:35 +00:00
sahbot
d7fbcc8251 Integrating mod-ba-cli to master_v0.9.3
Issue: HOP-5268 [ba-cli] bus URIs duplicated [fix]
GitOrigin-RevId: 77d3bc577210c9e81c81c0b2b9555ea0317dc542
2023-12-14 15:02:35 +00:00
sahbot
9d5bbbfc83 Integrating amxrt to master_v2.1.3
Issue: CSSP-3391 Fix the linker again, errors were still encountered with the previous one [fix]
GitOrigin-RevId: a3f1cabbc062335412580234d12d4a7ce3dd50aa
2023-12-14 15:02:35 +00:00
sahbot
c00700c2a6 Integrating mod-ba-cli to master_v0.9.2
Issue: ST-1260 Add and update documentation [change]
Issue: ST-1262 Update ba-cli bus commands documentation [fix]
GitOrigin-RevId: b9cf810d412bb09dfff7e7ea7549831c9f7f8ed5
2023-12-07 23:17:52 +00:00
sahbot
72b9613462 Integrating libamxrt to master_v0.3.6
Issue: NET-5283 [amxrt] Need to load backends from multiple directories [fix]
GitOrigin-RevId: 443249d628c8b63b3e82329d20f15fc405f951fa
2023-12-07 23:17:51 +00:00
sahbot
bfadca679e Integrating lua-amx to master_v0.4.0
Issue: HOP-5202 ambiorix lua bindings must be extended [new]
GitOrigin-RevId: 33ef5ec05bd0d366a50147eb6abf6e2e21c77c69
2023-12-07 23:17:51 +00:00
sahbot
6d07d56d6c Integrating mod-ba-cli to master_v0.9.1
Issue: ST-1260 Add and update documentation [change]
GitOrigin-RevId: 8088d8ea7b7290ed5331fe7c174341d2511f56ba
2023-12-07 23:17:51 +00:00
sahbot
4df7df4c96 Integrating mod-amxb-pcb to master_v3.6.30
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ed8cc439f9c9e54f93c9ebea21d4e25a18aaea69
2023-12-07 23:17:51 +00:00
sahbot
d664b1c0cc Integrating mod-amxb-ubus to master_v3.1.29
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3e9a4ec5efd90edcacc58597b82244a6fc0415cd
2023-12-07 23:17:51 +00:00
sahbot
46085aaf0d Integrating amxo-cg to master_v1.3.0
Issue: HOP-5201 Add parameter constraints to generated xml files [new]
GitOrigin-RevId: 6fcba80b9b444d7ac0c3fd811df37d84de0bbd38
2023-12-07 23:17:51 +00:00
sahbot
ab0200e267 Integrating libamxrt to master_v0.3.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: dc570aa9453ecfd599c38d7cf6383ff53c9fead6
2023-12-07 23:17:51 +00:00
sahbot
f5a494c86b Integrating libamxo to master_v4.3.0
Issue: HOP-5201 Add parameter constraints to generated xml files [new]
GitOrigin-RevId: 268cc85c26069021d02e10077ece863056b5aca5
2023-12-07 23:17:51 +00:00
sahbot
7d3a248017 Integrating libamxa to master_v0.10.30
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a9b3c8f0bc89698542297934476db321edf0e1c7
2023-12-07 23:17:51 +00:00
sahbot
7557403450 Integrating libamxs to master_v0.4.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e23a7f43dc540a6acec403a70a7af18aa6ea8f00
2023-12-07 23:17:51 +00:00
sahbot
6da0ecdc9d Integrating libamxb to master_v4.7.22
Issue: HOP-5185 Inconsistent status types in amxb_get_multiple and amxb_set_multiple [fix]
GitOrigin-RevId: 001377499d8d9d9391ffa4f0a682642883c5c1df
2023-12-07 23:17:51 +00:00
sahbot
833d2fc048 Integrating libamxd to master_v6.1.1
Issue: ST-1260 Add and update documentation [change]
GitOrigin-RevId: 4aee6a18f7fbe03c53c0ec0e89e87133348e3cd4
2023-12-07 23:17:51 +00:00
sahbot
8705efc78d Issue: ST-1248 Add option to select which root objects are shown [change]
GitOrigin-RevId: 7b1dd06add0deb499a91732e8fbaebe17639c21a
2023-11-30 08:36:08 +00:00
sahbot
8bdb9f3105 Issue: HOP-5121 Align SUBMENU and CATEGORY with feed-prpl
GitOrigin-RevId: c7a44c4665ee8b7839b99a6cac1a30782155d9e7
2023-11-24 09:35:52 +00:00
sahbot
9352556ac0 Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: eceeb6ff301f67a73caae3dd4c46cea2e619654d
2023-11-22 06:43:51 +00:00
sahbot
e94f263d17 [libsahtrace] Recalculate hash
GitOrigin-RevId: 8c5e9fabbbfa68f62ef2badb74167c015ef859bb
2023-11-20 09:11:44 +00:00
sahbot
c8a574ac2e Integrating libsahtrace to master_v1.14.0
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7101d12b325de8f4352f0f3997e5a6efb59a7d88
2023-11-17 10:41:41 +00:00
sahbot
613f8d5a72 Integrating mod-ba-cli to master_v0.8.24
Issue: HOP-4995 Wifi NOK on Safran prpl mainline [fix]
GitOrigin-RevId: 14cd13700752bf77ddd4964ebcd8a38f224f78c2
2023-11-15 07:09:45 +00:00
sahbot
3b6fe8392b Integrating mod-amxb-pcb to master_v3.6.26
Issue: HOP-4840 [USP] [Add_msg] Wrong error code in the response when a Add message is requested with an invalid parameter or value.
Issue: NET-5273 Full objects are replied when it is not needed [fix]
Issue: SCSAS-9234 [DataModel][TR-181]"Device.DeviceInfo.VendorConfigFile.Date" parameter type Not as expected [fix]
GitOrigin-RevId: c569a80c0d072e1b38bffd741b3a8caeaf3535f4
2023-11-15 07:09:45 +00:00
sahbot
fed22c893b Integrating mod-amxb-ubus to master_v3.1.24
Issue: HOP-4995 Wifi NOK on Safran prpl mainline [fix]
GitOrigin-RevId: 1641d1a09d88989e70a3490cfdb92aa95f8a92ab
2023-11-15 07:09:45 +00:00
sahbot
16c53fc5d6 Integrating libamxrt to master_v0.3.1
Issue: HOP-4520 [amxrt][no-root-user][capability drop] failed to add capabilities for a forked process [fix]
Issue: NET-5278 [AMX] Only detect sockets for loaded backends [fix]
Issue: NET-5283 [amxrt] Need to load backends from multiple directories [change]
GitOrigin-RevId: 3b77058196c50ddbd732820c9b12f897b52aec04
2023-11-15 07:09:45 +00:00
sahbot
46531f2102 Integrating libamxo to master_v4.2.3
Issue: HOP-4961 [Amxo] Cannot create synchronization template without adding "{i}." to the objects [fix]
GitOrigin-RevId: 5ae1fcbcf8a64f59b77b2759750ef86a23c8e4fd
2023-11-15 07:09:45 +00:00
sahbot
cd199209d1 Integrating libamxa to master_v0.10.26
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5872e322c5782b7f608a555fe1f9dc510bf22580
2023-11-15 07:09:45 +00:00
sahbot
5d41912c13 Integrating mod-ba-cli to master_v0.8.23
Issue: HOP-4295 [amx-cli]Completion on empty or root object is not working when using multiple connections [fix]
GitOrigin-RevId: 74001cda5b5f56fe76df1d8cc1e2fb1a8222f7a9
2023-11-09 10:33:20 +00:00
sahbot
2c6f4d388f Integrating mod-ba-cli to master_v0.8.22
Issue: HOP-4873 Refactor libamxo - libamxp: move fd and connection management out of libamxo [change]
Issue: HOP-4925 [amx-cli]Completion on empty or root object is not working when using multiple connections [fix]
GitOrigin-RevId: 0f9fee49f8401c34c2be2ed1be3a018ceb47713d
2023-11-09 10:33:20 +00:00
sahbot
c2d4e0e890 Integrating mod-dm-cli to master_v0.2.6
Issue: HOP-4873 Refactor libamxo - libamxp: move fd and connection management out of libamxo [change]
GitOrigin-RevId: a8ecf9082e8e41a97c076ce24b6cd7b3f7af69c6
2023-11-09 10:33:20 +00:00
sahbot
8779502bf4 Integrating mod-ba-cli to master_v0.8.21
Issue: HOP-4873 Refactor libamxo - libamxp: move fd and connection management out of libamxo [change]
GitOrigin-RevId: 5adbe9850b05871d4bd5e369408d805fca7e5067
2023-11-09 10:33:20 +00:00
sahbot
39a99af8b1 Integrating mod-amxb-pcb to master_v3.6.25
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: f63d85b431281b1b4d5c2dcdf7fd6273002e7563
2023-11-09 10:33:20 +00:00
sahbot
fc02bbdd86 Integrating mod-amxb-ubus to master_v3.1.23
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ba61602f2aa36a5166c1317f9762c0c39cb293ee
2023-11-09 10:33:20 +00:00
sahbot
e4d264c738 Integrating amx-fcgi to master_v1.3.6
Issue: HOP-4336 - [UI][LAN versus WAN admin] Allow the WAN and the LAN UI to have different ACL(users) [change]
GitOrigin-RevId: 541496bbd857aa576241330ef5d977f5b3badaa5
2023-11-09 10:33:20 +00:00
sahbot
25a6702f95 Integrating amx-cli to master_v0.4.0
Issue: HOP-4873 Refactor libamxo - libamxp: move fd and connection management out of libamxo [new]
GitOrigin-RevId: 7df2ee92c213bff69e4abebb8dc6ba28af6d7cd7
2023-11-09 06:57:17 +00:00
sahbot
58ed5a728e Integrating libamxrt to master_v0.3.0
Issue: HOP-4873 Refactor libamxo - libamxp: move fd and connection management out of libamxo [new]
GitOrigin-RevId: fc6ae2aad8cb9778bc7ee8474b36da5a1b33cd5e
2023-11-09 06:57:17 +00:00
sahbot
2163f28062 Integrating libamxo to master_v4.2.2
Issue: HOP-4873 Refactor libamxo - libamxp: move fd and connection management out of libamxo [change]
GitOrigin-RevId: 8e9244e3365fdddcabb277fe75fa0155603e4d2a
2023-11-09 06:57:17 +00:00
sahbot
9fa27cdec9 Integrating libamxt to master_v0.2.23
Issue: HOP-4872 Refactor libamxo - libamxp: move fd and connection management out of libamxo [change]
Issue: HOP-4873 Refactor libamxo - libamxp: move fd and connection management out of libamxo [change]
GitOrigin-RevId: 4dd0768118471328b38fcaddfab72dfa1f29fabd
2023-11-09 06:57:17 +00:00
sahbot
dd20ca6bc6 Integrating libamxa to master_v0.10.25
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: eb8cc71a214abf8294716ad917e07f6892c715f9
2023-11-09 06:57:17 +00:00
sahbot
07ca9f46ce Integrating libamxs to master_v0.4.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 570ddbcf2798fd9b9f68ca40c5be472eb1685f76
2023-11-09 06:57:17 +00:00
sahbot
0e1528ee1b Integrating libamxb to master_v4.7.17
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5c9b106bdc6d6d585b20fe5253faf7d35fb21cb2
2023-11-09 06:57:17 +00:00
sahbot
2a4b4ecfe6 Integrating libamxd to master_v6.0.12
Issue: HOP-4870 [CDROUTER][USP] usp_conformance_10_13 : Cannot add a new MQTT BulkData Profile [change]
GitOrigin-RevId: 14143122d3bdc722bb474a853430451ca06ab8cb
2023-11-09 06:57:17 +00:00
sahbot
9a7962b894 Integrating libamxt to master_v0.2.22
Issue: HOP-4873 Refactor libamxo - libamxp: move fd and connection management out of libamxo [change]
GitOrigin-RevId: 6c318f570bbf7396e2682260c4fd3217c7d7bc23
2023-11-09 06:57:17 +00:00
sahbot
f3708a0ac6 Integrating libamxm to master_v0.0.62
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2f5e00b1feacc1587414031b917ba761d7d364c9
2023-11-09 06:57:17 +00:00
sahbot
7f91f4b841 Integrating libamxp to master_v1.3.0
Issue: HOP-4873 Refactor libamxo - libamxp: move fd and connection management out of libamxo [new]
GitOrigin-RevId: f3194fc767f28a73c9662e2e437c6dae5294c780
2023-11-09 06:57:17 +00:00
sahbot
5367a84123 Integrating libamxj to master_v0.3.63
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 6ec69134c4ddfb076bbf5bc5cb11128b6dd869c4
2023-11-09 06:57:17 +00:00
sahbot
6e9ff74844 Integrating libamxc to master_v1.10.0
Issue: HOP-4868 - [prpl][libamxc] amxc_set_to_string only use space as separator [new]
GitOrigin-RevId: ec9504e723f774b0349ae750796a54ca7744926e
2023-11-09 06:57:17 +00:00
sahbot
b17d3f6bed Integrating amxrt to master_v2.1.2
Issue: ST-1216 [AMX] libamxo linker issue [fix]
GitOrigin-RevId: 1ff6b585a883a73da9d979e9906329a800b8a7c6
2023-11-09 06:57:17 +00:00
sahbot
9ab6a5d441 Integrating mod-ba-cli to master_v0.8.19
Issue: HOP-4839 [amx-cli]List doesn't provide output when redirected to file [fix]
GitOrigin-RevId: 1813516338c5eedd72b53c3fb6c7a14bbab7c521
2023-10-31 06:08:08 +00:00
sahbot
2b6d40bf16 Integrating mod-amxb-pcb to master_v3.6.24
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: f565a0e8ac5921d1ab9e5e5c84f4a7c8835be0a1
2023-10-31 06:08:08 +00:00
sahbot
fd96488c94 Integrating mod-amxb-ubus to master_v3.1.22
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9bcc4a318159f61430966218f689bd4c3a74d81d
2023-10-31 06:08:08 +00:00
sahbot
7d61146dc7 Integrating amx-fcgi to master_v1.3.5
Issue: NET-5256 [ConnDB][WebUI] Create a webui for the connection database[change]
GitOrigin-RevId: 5d37aa054569e7f2fb4e4caf94d30f1a98272c31
2023-10-31 06:08:08 +00:00
sahbot
d73e6114c4 Integrating amx-cli to master_v0.3.5
Issue: HOP-4839 [amx-cli]List doesn't provide output when redirected to file [fix]
Issue: ST-1216 [AMX] libamxo linker issue
GitOrigin-RevId: b63707e6dd48c3aaffd3c577863931dd33f791a6
2023-10-31 06:08:08 +00:00
sahbot
05773e9a38 Integrating libamxa to master_v0.10.24
Issue: HOP-4823 - [prpl][libamxa] Create an object using a search path isn't allowed
GitOrigin-RevId: adc8b1bf674ada3a3ff6d9f24538562326fc734a
2023-10-31 06:08:08 +00:00
sahbot
14d5d8bc09 Integrating libamxrt to master_v0.2.24
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5532a19e767dd66c96d623544d66f4c2415831d2
2023-10-31 06:08:08 +00:00
sahbot
72e56ce83b Integrating libamxo to master_v4.2.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5e5782a9613ea0dd0c74f8a751adb73760e01299
2023-10-31 06:08:08 +00:00
sahbot
19a6981674 Integrating libamxa to master_v0.10.23
Issue: HOP-4823 - [prpl][libamxa] Create an object using a search path isn't allowed
GitOrigin-RevId: 79559cb623b66083ec8b2f122141ec626370e461
2023-10-31 06:08:07 +00:00
sahbot
3ea2f9cb64 Integrating libamxs to master_v0.4.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: da293e7268ccead9428cf121fcdc48c24ac69a12
2023-10-31 06:08:07 +00:00
sahbot
2d0963f557 Integrating libamxb to master_v4.7.16
Issue: HOP-4841 [libamxb]Possible memory leak when async request are open on local datamodel when exiting [fix]
GitOrigin-RevId: 90f803413f4507df6e3ec0418d386415d6009118
2023-10-31 06:08:07 +00:00
sahbot
ed826885fd Integrating libamxt to master_v0.2.21
Issue: HOP-4839 [amx-cli]List doesn't provide output when redirected to file [fix]
GitOrigin-RevId: 7540624ca3852b667a1b32268ddf3f440b45a9a0
2023-10-31 06:08:07 +00:00
sahbot
59772b8926 Integrating libamxb to master_v4.7.15
Issue: HOP-4775 [libamxb]Segfault when local async-call in progress and conection lost to bus system [fix]
GitOrigin-RevId: 46d9125ce19e7808fbfaf37168e91a3adbd1a145
2023-10-27 07:15:01 +00:00
sahbot
6bd9743cfe Integrating amx-fcgi to master_v1.3.4
Issue: HOP-4803 [amx-fcgi]Segfault detected with unit-tests [fix]
GitOrigin-RevId: d58f80eed8f8a5a8fc9544f182010d0885e953e3
2023-10-27 07:15:01 +00:00
sahbot
6235c6caae Integrating mod-ba-cli to master_v0.8.18
Issue: ST-1209 Extend help of get command `?` [change]
GitOrigin-RevId: 73d68302fe684fc046631aed9daab1b4096c2129
2023-10-27 07:15:00 +00:00
sahbot
0808ee4b32 Integrating mod-amxb-pcb to master_v3.6.23
Issue: HOP-4757 pcb_cli parameter query returns error when query-ing amx parameter [fix]
GitOrigin-RevId: 43d4381bd0e79b8fde3fb6a6942adc7081afdc4d
2023-10-27 07:15:00 +00:00
sahbot
08f4b6c237 Integrating mod-amxb-ubus to master_v3.1.21
Issue: ST-1208 [doc]Describe how to access ubusd as non-root user [change]
GitOrigin-RevId: d32a2eb23bf74e088a19051ddfc255dfe8ab2ba2
2023-10-27 07:15:00 +00:00
sahbot
cb5d0e74f6 Integrating libamxrt to master_v0.2.23
Issue: HOP-4787 Include extensions directory in ODL [change]
GitOrigin-RevId: 75630f950e7138bb8e236844a22eda622dfe5495
2023-10-27 07:15:00 +00:00
sahbot
26584a44ef Integrating libamxo to master_v4.2.0
Issue: HOP-4776 Make it possible to declare synchronization templates in odl files [new]
GitOrigin-RevId: ba1fd0be842a0eb0db39e3edf8031a3f14c154c3
2023-10-27 07:15:00 +00:00
sahbot
37f0b812a9 Integrating libamxa to master_v0.10.22
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: febc61587efb84cf352dff8985e52d86b930748a
2023-10-27 07:15:00 +00:00
sahbot
4b003ce8aa Integrating libamxs to master_v0.4.2
Issue: HOP-4760 Fix batch parameter sync direction [fix]
Issue: HOP-4776 Make it possible to declare synchronization templates in odl files [new]
GitOrigin-RevId: 7ae1fe09af476b8ae138d1653161ff8e571f6b05
2023-10-27 07:15:00 +00:00
sahbot
c75401eb6f Integrating libamxb to master_v4.7.14
Issue: HOP-4775 [libamxb]Segfault when local async-call in progress and conection lost to bus system [fix]
GitOrigin-RevId: 72ef1bf3b430b58f549b9aad926343e5d698a4c9
2023-10-27 07:15:00 +00:00
sahbot
a4f0b62fa8 Integrating libamxa to master_v0.10.21
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 943617a313ac24368cfdc1bed836129a8605349f
2023-10-27 07:15:00 +00:00
sahbot
831ed56f1c Integrating libamxs to master_v0.4.1
Issue: HOP-4760 Fix batch parameter sync direction [fix]
Issue: HOP-4776 Make it possible to declare synchronization templates in odl files [new]
GitOrigin-RevId: 232ee80b9b4bc5a6745555fed53ed943de825c54
2023-10-27 07:15:00 +00:00
sahbot
5b9e3706b2 Integrating libamxb to master_v4.7.13
Issue: HOP-4775 [libamxb]Segfault when local async-call in progress and conection lost to bus system [fix]
GitOrigin-RevId: 1db97451013a210a11b01b86ebee9999864e3f2a
2023-10-27 07:15:00 +00:00
sahbot
4f6b96f848 Integrating libamxb to master_v4.7.12
Issue: HOP-4775 [libamxb]Segfault when local async-call in progress and conection lost to bus system [fix]
GitOrigin-RevId: 55546ec85fab79acafe3fd0243bba8a7f440b7e1
2023-10-27 07:15:00 +00:00
sahbot
c554e07759 Integrating libamxa to master_v0.10.20
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 604a2339a0b9e5fb1b96b1b9d4845cc4ab13fa11
2023-10-27 07:15:00 +00:00
sahbot
3d963d937a Integrating libamxs to master_v0.4.0
Issue: HOP-4760 Fix batch parameter sync direction [fix]
Issue: HOP-4776 Make it possible to declare synchronization templates in odl files [new]
GitOrigin-RevId: 344f5fc1049f877b89b5816a0ed397dddf15c5cf
2023-10-27 07:15:00 +00:00
sahbot
7882e40211 Integrating libamxb to master_v4.7.11
Issue: HOP-4775 [libamxb]Segfault when local async-call in progress and conection lost to bus system [fix]
GitOrigin-RevId: 1dea3ac7cb13e3f37758c1b2ede7a4c68d2e72b2
2023-10-27 07:15:00 +00:00
sahbot
f2f050c73c Integrating mod-amxb-pcb to master_v3.6.22
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2ba92a1c0e87323a3c6f1319d96e2386e65dc41a
2023-10-20 06:03:14 +00:00
sahbot
863f1a89f2 Integrating libamxrt to master_v0.2.22
Issue: ST-1184 [amxb][amxc][amxo][amxrt] Fix typos in documentation [other]
Issue: ST-1196 [libamxo]Make it possible to define object synchronisation in odl [change]
GitOrigin-RevId: 1cc384c8e7e2535f8889b1f67f63c0980b19e675
2023-10-20 06:03:14 +00:00
sahbot
f8d8671093 Integrating libamxo to master_v4.1.1
Issue: HOP-4561 [WiFi] Cannot use a WiFi password containing the character " [fix]
Issue: ST-1184 [amxb][amxc][amxo][amxrt] Fix typos in documentation [other]
Issue: ST-1196 [libamxo]Make it possible to define object synchronisation in odl [new]
Issue: ST-1197 [libamxo]Update odl documentation and API regarding object synchronisation [change]
GitOrigin-RevId: 72d77285b49464d04fef1a8cd33f7b7f91886d05
2023-10-20 06:03:14 +00:00
sahbot
f3aee82522 Integrating libamxa to master_v0.10.19
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4b3c158b43161ccaa193c48b2a2e2af563daf930
2023-10-20 06:03:14 +00:00
sahbot
e3effaa119 [CI] Update PKG_HASH
GitOrigin-RevId: ea13c7e00202ae2462f3d2ec988e9a9c092a8ee4
2023-10-20 06:03:14 +00:00
sahbot
da0eb0a3ba Integrating libamxs to master_v0.3.2
Issue: HOP-4697 Set entry pointer to NULL if initialization fails [fix]
GitOrigin-RevId: 48651087826a888e451448fc0cbd33232e67a558
2023-10-20 06:03:14 +00:00
sahbot
34b1fa4c6a Integrating mod-ba-cli to master_v0.8.17
Issue: ST-1192 [mod-ba-cli]The cli is always resolving environment variables and configuration variables [change]
GitOrigin-RevId: c6d155489b8b2ca7d5cd1473541e862126ea119f
2023-10-20 06:03:14 +00:00
sahbot
ca0ab63553 Integrating mod-ba-cli to master_v0.8.16
Issue: ST-1192 [mod-ba-cli]The cli is always resolving environment variables and configuration variables [change]
GitOrigin-RevId: d686fd857cbce7536e7460ed1ffe3b32184647b4
2023-10-20 06:03:14 +00:00
sahbot
c6d625ea45 Integrating mod-amxb-pcb to master_v3.6.21
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 28e1bb6f67c86be94ff46b236698eeb0ebe6b466
2023-10-20 06:03:14 +00:00
sahbot
f7636ef07d Integrating libamxrt to master_v0.2.21
Issue: ST-1184 [amxb][amxc][amxo][amxrt] Fix typos in documentation [other]
Issue: ST-1196 [libamxo]Make it possible to define object synchronisation in odl [change]
GitOrigin-RevId: 3320ea63fe6aed65ccdddf7c488e8d9eef1c7495
2023-10-20 06:03:14 +00:00
sahbot
752dfbd104 Integrating mod-amxb-ubus to master_v3.1.20
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b0db146c8baa01bc62fc738874ce44abb868a245
2023-10-20 06:03:14 +00:00
sahbot
4097614dad Integrating libamxo to master_v4.1.0
Issue: HOP-4561 [WiFi] Cannot use a WiFi password containing the character " [fix]
Issue: ST-1184 [amxb][amxc][amxo][amxrt] Fix typos in documentation [other]
Issue: ST-1196 [libamxo]Make it possible to define object synchronisation in odl [new]
GitOrigin-RevId: f53205834e2ca6e95d6a6a0248137f4b479c27a4
2023-10-20 06:03:14 +00:00
sahbot
c0b5e92ba2 Integrating libamxa to master_v0.10.18
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e0883dc10b80a2ee1c9acb76c2e5dcc64e3847b7
2023-10-20 06:03:14 +00:00
sahbot
4f9236ed85 Integrating libamxs to master_v0.3.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4e5ce4b017869a849b33fb85976cf72653fc9ffb
2023-10-20 06:03:14 +00:00
sahbot
b0d2683400 Integrating libamxb to master_v4.7.10
Issue: ST-1184 [amxb][amxc][amxo][amxrt] Fix typos in documentation [other]
Issue: ST-1191 [libamxb]Memory leak - closed pending asynchronous request are not freed when disconnecting [fix]
GitOrigin-RevId: 2eb1f967c20a0d30cf6b705ce346c1037da55651
2023-10-20 06:03:14 +00:00
sahbot
60f771b7ad Integrating libamxd to master_v6.0.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3425955765c72b7be0c28fbc27146c1a58c01ddc
2023-10-20 06:03:14 +00:00
sahbot
730df0959e Integrating libamxt to master_v0.2.20
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 72357cec325c34743a40ffcfda2954d14a2f386d
2023-10-20 06:03:14 +00:00
sahbot
8b11e6ea05 Integrating libamxm to master_v0.0.61
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 32302e96a8f01c16ca4629c8a321a1bf90ef557c
2023-10-20 06:03:14 +00:00
sahbot
fc6a2bdc8e Integrating libamxp to master_v1.2.12
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e84670feebbdeb7315c5610d8453a62099ada019
2023-10-20 06:03:14 +00:00
sahbot
b085037579 Integrating libamxj to master_v0.3.62
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 38e4dc7e94dea418039fa0a662040ade7f4bc2b7
2023-10-20 06:03:14 +00:00
sahbot
a3a0dcee62 Integrating libamxc to master_v1.9.0
Issue: ST-1184 [amxb][amxc][amxo][amxrt] Fix typos in documentation [other]
Issue: ST-1189 [libamxc] Some characters in amxc string can have special purpose and it must be possible to escape them [new]
GitOrigin-RevId: d22e287668c591004a8312774f1d14be337a3647
2023-10-20 06:03:14 +00:00
sahbot
41e2816485 Integrating libamxs to v0.3.0
Issue: HOP-4463 Add support for named and search paths in sync ctx [new]
Issue: HOP-4465 Add support for read-only parameters in a local datamodel [new]
GitOrigin-RevId: a693a63b2dc21d59af7fd84927c57fa27ae12892
2023-10-20 06:03:14 +00:00
sahbot
ee11e366c9 Integrating mod-lua-amx to master_v0.1.10
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e0d2d245cbe64b112c12178ac87414fe98a7c8fd
2023-10-20 06:03:14 +00:00
sahbot
aecc7eeb75 Integrating lua-amx to master_v0.3.15
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2a71027c9df0982b624d93724d8c3acbd7298a76
2023-10-20 06:03:14 +00:00
sahbot
b9834eac28 Integrating mod-dm-cli to master_v0.2.5
Issue: HOP-4412 Fix license headers in files [fix]
GitOrigin-RevId: 354c9acf053e6f0db37f9760255a21d346feede2
2023-10-20 06:03:14 +00:00
sahbot
da14720456 Integrating mod-ba-cli to v0.8.15
Issue: HOP-4412 Fix license headers in files [fix]
GitOrigin-RevId: 6235bd556487a54685c76065fefa96e5a9769f24
2023-10-20 06:03:14 +00:00
sahbot
69345e822f Integrating mod-amxb-pcb to v3.6.20
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9eaebaaf2438155984d9fc7e04a3b8c48d9562cf
2023-10-20 06:03:14 +00:00
sahbot
b7a317a27c Integrating mod-amxb-ubus to v3.1.19
Issue: HOP-4412 Fix license headers in files [fix]
GitOrigin-RevId: 5c241c2d9c6a1175ac0202eb34900d6987c5fd28
2023-10-13 08:32:05 +00:00
sahbot
9e40aa3103 Integrating acl-manager to master_v0.6.4
Issue: HOP-4412 Fix license headers in files [fix]
GitOrigin-RevId: 722dc6bb0a3ad86cd7e109ea16b68b22afc7381e
2023-10-13 08:32:05 +00:00
sahbot
41c90434d8 Integrating amx-cli to v0.3.4
Issue: HOP-4412 Fix license headers in files [fix]
GitOrigin-RevId: df1e3c2865b00973fa3220fd4daa5aef6abd3629
2023-10-13 08:32:05 +00:00
sahbot
06445efdcb Integrating libamxs to v0.2.0
Issue: HOP-4463 Add support for named and search paths in sync ctx [new]
GitOrigin-RevId: 2059769b670c3013a47fb1f14fbaf018f0dc587b
2023-10-13 08:32:05 +00:00
sahbot
8d6063fb0d Integrating amxb-inspect to master_v1.2.1
Issue: HOP-4412 Fix license headers in files [fix]
GitOrigin-RevId: 399ad934b0fee9017f86cfc69f7d9d767766d6a0
2023-10-13 08:32:05 +00:00
sahbot
3935ba9891 Integrating amxo-cg to master_v1.2.14
Issue: HOP-4412 Fix license headers in files [fix]
GitOrigin-RevId: 6a97071250af4086d9511debfe249a6dd3007807
2023-10-13 08:32:05 +00:00
sahbot
10f70dc21a Integrating amxrt to master_v2.1.1
Issue: HOP-4412 Fix license headers in files [fix]
GitOrigin-RevId: 94c33c6cb91028982ef3ecee2b5854d758f259ac
2023-10-13 08:32:05 +00:00
sahbot
bd9a91cf52 Integrating libamxrt to v0.2.20
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: f79fecb4f2d45f019c3611e2a850345cd19e7029
2023-10-13 08:32:05 +00:00
sahbot
7d9a8dc89a Integrating libamxs to v0.1.90
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: f50e53d763003118a7365c6599564490d4b0a3e1
2023-10-13 08:32:05 +00:00
sahbot
0d2735c2c7 Integrating libamxa to v0.10.17
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d5c7c49fdd578e79feb077b0a2cd028c5635fb64
2023-10-13 08:32:05 +00:00
sahbot
227895d560 Integrating libamxb to v4.7.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a1bd47dcb9d5701ccb642d94020ba79dd6831685
2023-10-13 08:32:05 +00:00
sahbot
5530c26a3a Integrating libamxo to v4.0.11
Issue: HOP-4412 Fix license headers in files [fix]
GitOrigin-RevId: 94f0c24040ac59d1c2f8ad06876ab4930b12b6a2
2023-10-13 08:32:05 +00:00
sahbot
148cea93e1 Integrating libamxd to v6.0.10
Issue: HGWPR-24927 [PRPL OJO NOKIA][GMAP] The GMap server crashes when a new wired device, like an IP printer or IP camera, is plugged in. [fix]
GitOrigin-RevId: ea04998e2dc9416e58e73341344bd6dc40c01bbf
2023-10-13 08:32:05 +00:00
sahbot
b662fed69c Integrating libamxt to v0.2.19
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 683fcca8b79bdba8c5340091998aa5907db1d3da
2023-10-13 08:32:05 +00:00
sahbot
3a91146c9a Integrating libamxp to v1.2.11
Issue: ST-1181 [libamxp]Memory when parsing invalid list value [fix]
GitOrigin-RevId: 5f718e37338e92965d056bea8589ab69513b51a1
2023-10-13 08:32:05 +00:00
sahbot
d2d11b2b6e Integrating libamxs to master_v0.1.89
Issue: HOP-4521 Avoid infinite event loop in bidirectional parameter sync [fix]
GitOrigin-RevId: 95a2663e215e35297a2cb5e8898f1cf43ae9673a
2023-10-10 05:47:52 +00:00
sahbot
28b280728a Integrating mod-ba-cli to master_v0.8.14
Issue: HOP-4581 It must be possible to call native ubus object methods [fix]
GitOrigin-RevId: 03a35debbef64d797850d8fe06fa25d3189a1fbc
2023-10-10 05:47:52 +00:00
sahbot
fd3f0f778c Integrating mod-amxb-pcb to master_v3.6.19
Issue: HOP-4538 amxb_describe() returning non expected results over the pcb bus [fix]
Issue: NET-5146 High CPU and Memory usage [fix]
GitOrigin-RevId: 03a10b8991ef5a51195507c2fba55f79a4e9230c
2023-10-10 05:47:52 +00:00
sahbot
fd2375ed98 Integrating mod-amxb-ubus to master_v3.1.18
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: fdebe8cb1a6a498f86085f682a08b52a2281457e
2023-10-10 05:47:52 +00:00
sahbot
fc0e08e076 Integrating amx-fcgi to master_v1.3.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: aa4d145a507296ee0f9d9018b9750eedf029e1b2
2023-10-10 05:47:52 +00:00
sahbot
929f14d35b Integrating amx-cli to master_v0.3.3
Issue: ST-1171 [ubus-cli/ba-cli] Read commands from stdin [change]
GitOrigin-RevId: 127a81fc6c1ac82738ca2057e4fed97cc1b63500
2023-10-10 05:47:52 +00:00
sahbot
f3b36732d3 Integrating libamxrt to master_v0.2.19
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: cb7d0cd4b5622b500f387a023aa4c32e899197c9
2023-10-10 05:47:52 +00:00
sahbot
ce49cc1ea5 [CI] Update PKG_HASH
GitOrigin-RevId: b637c814108767fb7cadb06bb3e8b640548d90b4
2023-10-10 05:47:52 +00:00
sahbot
15d4699dc8 Integrating libamxs to master_v0.1.88
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: cf8b9a6eb9dceb8c252532a9f1062c06b5f9f91f
2023-10-10 05:47:52 +00:00
sahbot
e1dcf54148 Integrating libamxa to master_v0.10.16
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ed35dd38a675f504c621218201f0132449972ea2
2023-10-10 05:47:52 +00:00
sahbot
1f7504dca8 Integrating libamxb to master_v4.7.8
Issue: HOP-4564 Don't return listen context from who_has [fix]
GitOrigin-RevId: 2ce636e030557bed0b3d6ac983d7c98fd4ef60fd
2023-10-10 05:47:52 +00:00
sahbot
a41b95fc9f Integrating libamxo to master_v4.0.10
Issue: ST-1175 Improve and optimize some parts for speed [fix]
GitOrigin-RevId: 32cb8afdb6b3da0fceba3ad7a2d9dcd44daacd09
2023-10-10 05:47:52 +00:00
sahbot
b8722d0f20 Integrating libamxd to master_v6.0.9
Issue: HOP-4538 amxb_describe() returning non expected results over the pcb bus [fix]
GitOrigin-RevId: a1da78ec6c0a134a9eb09e3eeaafca31d552e548
2023-10-10 05:47:52 +00:00
sahbot
275ddd79ff Integrating libamxt to master_v0.2.18
Issue: ST-1173 [ubus-cli/ba-cli] Pasting multiple commands trims first letters [fix]
Issue: ST-1174 amx-cli crash when unhandled key strokes are pressed [fix]
GitOrigin-RevId: 3ace82542edfd919ee23a54454a76544bacc785b
2023-10-10 05:47:52 +00:00
sahbot
4b94b81c0f Integrating libamxp to master_v1.2.10
Issue: VOIP-504 Develop generic prpl voiceactivation module
GitOrigin-RevId: b2ffe70ed3f47a4ab18de12145ac9c71989c9bb3
2023-10-10 05:47:52 +00:00
sahbot
4c93c9a8f2 Integrating libamxj to master_v0.3.61
Issue: ST-1175 Improve and omptimize some parts for speed [fix]
GitOrigin-RevId: 0668b1cc95cd8459395f78c69b39ffb14eac254b
2023-10-10 05:47:52 +00:00
sahbot
570ab4a41f Integrating mod-amxb-pcb to master_v3.6.18
Issue: HOP-4236 [tr181-device] Crash during boot and shutdown [fix]
GitOrigin-RevId: 3a189aa871eb66c7bbc4453ff0dc4d3fa044fd43
2023-09-29 05:49:40 +00:00
sahbot
c853c748cb Integrating libamxrt to master_v0.2.18
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a9f508d8d5795c8bf22c51809dc2b5a06316f66d
2023-09-29 05:49:40 +00:00
sahbot
7459cbd60f Issue: VZ-428 [CHR2fA] ubus-cli console generate a segmentation fault [fix]
GitOrigin-RevId: d7d08f8fc96b0972b9b353d8d20ee552cc3391ab
2023-09-26 08:58:05 +00:00
sahbot
5a8e4a5477 Integrating libamxrt to master_v0.2.14
Issue: HOP-4268 Create directory before user privilege and capability dropping [change]
GitOrigin-RevId: 8bfedfbbcffb4d224e6eca8182123105f970476f
2023-09-19 13:05:58 +00:00
sahbot
d8c36e571c Integrating mod-amxb-pcb to master_v3.6.15
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e2ed5d4155327bdc157f961609be595f848fcea3
2023-09-18 15:24:30 +00:00
sahbot
67c49e093c Integrating mod-amxb-ubus to master_v3.1.15
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ae203c0e45d7481c59692d1a4a1ba459cbc399f7
2023-09-18 15:24:29 +00:00
sahbot
55f7b26039 Integrating amx-fcgi to master_v1.3.1
Issue: HOP-3809 [amx-fcgi] Add reporting of number of unsuccessful login attempts [new]
Issue: HOP-3869 - [amx-fcgi] admin user cannot add to Device.Routing.Router.[Alias=='main'].IPv4Forwarding. [fix]
GitOrigin-RevId: 431d5aee2610fe953e2a24b1fdeab1212558737b
2023-09-15 06:32:43 +00:00
sahbot
a67cf57c4b Integrating amx-cli to master_v0.3.2
Issue: HOP-4362 [amx-cli]Redirecting output to file prints error [fix]
GitOrigin-RevId: 61d435555693432be576d7dada55926403a79c44
2023-09-15 06:32:43 +00:00
sahbot
c6f242baaa Integrating libamxrt to master_v0.2.13
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 188d4686f98e8e7120255b5ec1953ac28d434dc4
2023-09-15 06:32:43 +00:00
sahbot
cd67ff7afa Integrating libamxs to master_v0.1.85
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c29d501c2f281b738612cea49320e0c8c6368d6a
2023-09-15 06:32:43 +00:00
sahbot
d8f06d3415 Integrating libamxa to master_v0.10.13
Issue: HOP-4318 - [ACL][lib_amxa] When a search path is allowed but not its fixed part amxa_get fail [fix]
GitOrigin-RevId: a4c6384ba886ddb3b1e0a95f1bcd229af332805f
2023-09-15 06:32:43 +00:00
sahbot
7797d24048 Integrating libamxb to master_v4.7.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2274398890078460c9400bf4085dc73d540a575a
2023-09-15 06:32:43 +00:00
sahbot
67a0d18010 Integrating libamxo to master_v4.0.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: fbec97eee2908ab3090006827dbd158a659c57eb
2023-09-15 06:32:42 +00:00
sahbot
c9cbf8b1fb Integrating libamxd to master_v6.0.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c7c940ae9730ddc3808c191cf1b3b59191f54724
2023-09-15 06:32:42 +00:00
sahbot
920f6be5dd Integrating libamxt to master_v0.2.15
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 52586aa3bbe8f21329ddf8ed3660c40a5e94df08
2023-09-15 06:32:42 +00:00
sahbot
d635497430 Integrating libamxm to master_v0.0.59
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 42668b0506d57f20159bc35c24e3266fb8dc83fe
2023-09-15 06:32:42 +00:00
sahbot
5cdac7c45e Integrating libamxp to master_v1.2.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 489bf1a48583f409458e02260c826c824eee98c1
2023-09-15 06:32:42 +00:00
sahbot
bd96c427ee Integrating libamxj to master_v0.3.59
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 29b9bf7d2ea6ea052d12e1ba52151f41d560336f
2023-09-15 06:32:42 +00:00
sahbot
6b29f83508 Integrating amx-fcgi to master_v1.3.0
Issue: HOP-3809 [amx-fcgi] Add reporting of number of unsuccessful login attempts [new]
GitOrigin-RevId: 7d730d187627b45fe394fbca34d374acc62373a4
2023-09-15 06:32:42 +00:00
sahbot
e4cf61b375 Integrating libamxc to master_v1.8.12
Issue: HOP-4349 allow amxc_var_dump with FILE* [change]
GitOrigin-RevId: 8e9cfbe2bc645a5e3e5dd131e7473fd8d3ad8bc5
2023-09-15 06:32:42 +00:00
sahbot
084864354c Integrating mod-amxb-ubus to master_v3.1.14
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 6a7c943285cc47f1ec3e91babdeebec64173f647
2023-09-11 11:18:04 +00:00
sahbot
f6afc23035 Integrating libamxrt to master_v0.2.12
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 6ff8526e92f870130a1f9a0433f914cb0077db56
2023-09-11 11:18:04 +00:00
sahbot
ebdf4c2470 Integrating libamxs to master_v0.1.84
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 60671a56fe3132bc5915fce30fe59004d4c116ce
2023-09-11 11:18:04 +00:00
sahbot
b0ca00bc3a Integrating libamxa to master_v0.10.12
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2530f6401b7c6837ad99755445e0719dd6a9de62
2023-09-11 11:18:04 +00:00
sahbot
09ea7dd258 Integrating libamxb to master_v4.7.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 773344af9bd03c33b12dcd1edc9fe3c6d5f78a41
2023-09-11 11:18:04 +00:00
sahbot
0f24bb1289 Integrating libamxo to master_v4.0.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a1844b05628504b58de2653a5674ffefd69b7609
2023-09-11 11:18:04 +00:00
sahbot
bd23aaa516 Integrating libamxd to master_v6.0.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d2e45000578a146b6f3abe89683eaa49bbd877ae
2023-09-11 11:18:04 +00:00
sahbot
82c274e982 Integrating libamxt to master_v0.2.14
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d44fd78ed83f39bb2f5a1477b72deeea07be1010
2023-09-11 11:18:04 +00:00
sahbot
6bf933aff0 Integrating libamxp to master_v1.2.7
Issue: HOP-4270 amxp singal pipefds should be closed when spawning child processes [fix]
Issue: HOP-4316 [libamxp]Scheduler api should be more tolerant regarding spaces in days of week list [change]
GitOrigin-RevId: 24050393947ac82ba5aca85041f95feb0284c281
2023-09-11 11:18:04 +00:00
sahbot
abcc72d9f8 Integrating mod-ba-cli to master_v0.8.13
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 6a2a2228f78c78a16875944636d820c7de0679f0
2023-09-01 12:10:08 +00:00
sahbot
2c9cc0c228 Integrating mod-amxb-ubus to master_v3.1.13
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: aa9be7df36ca9952285612e785ac0d588dc1975e
2023-09-01 12:10:08 +00:00
sahbot
a34b17c9ed Integrating libamxrt to master_v0.2.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 503cb8488ba89d2ced3ba43e99623aac6e44713d
2023-09-01 12:10:08 +00:00
sahbot
ed011c47a8 Integrating libamxs to master_v0.1.83
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2530431649848c86e0fe034e9cc12a6d21eaa87b
2023-09-01 12:10:08 +00:00
sahbot
ac5dd217dd Integrating libamxa to master_v0.10.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 51782956f7fb5fb8b3a35d6d78448b38eedca4f1
2023-09-01 12:10:08 +00:00
sahbot
866ef59b6e Integrating libamxb to master_v4.7.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 369ef77bcbc942309512d00ef5f44d4b9d2be6a0
2023-09-01 12:10:08 +00:00
sahbot
583960ec19 Integrating libamxo to master_v4.0.5
Issue: HOP-4207 ODL parser fails to open file in root directory [fix]
GitOrigin-RevId: c8443b985d5bbd6ecef0ef2bd6fb60ae69bd9375
2023-09-01 12:10:08 +00:00
sahbot
5b42a32848 Integrating libamxd to master_v6.0.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5ac6e1866070a01abee13e698c965cdc5de65aa0
2023-09-01 12:10:08 +00:00
sahbot
33b0cbff56 Integrating libamxt to master_v0.2.13
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: faab35ae767cf42baa89726d6c50d28932618c11
2023-09-01 12:10:08 +00:00
sahbot
73b7b324b4 Integrating libamxp to master_v1.2.6
Issue: ST-1120 [libamxp] When enable or disable a scheduler it is possible that signals are not emitted or triggered [fix]
GitOrigin-RevId: 696850a3ed0d5f488907660c6a3593ca6df82e05
2023-09-01 12:10:08 +00:00
sahbot
a77a5e9bd6 Integrating amxrt to master_v2.1.0
Issue: SSW-6953 Use new AMXRT prefixed macros [new]
GitOrigin-RevId: bf5561ea1af0a2ae6be339e7e680910da318da4e
2023-08-23 10:33:19 +00:00
sahbot
2ba14ed08e Integrating libamxrt to master_v0.2.10
Issue: SSW-6510 - Refactor libamxrt for compatibility with prplmesh
GitOrigin-RevId: 8d55b0e9123c4c2a04ac7fc0961eacc006b19739
2023-08-23 10:33:19 +00:00
sahbot
6a96cd2deb Integrating amx-fcgi to master_v1.2.5
Issue: HOP-4053 [amx-fcgi][SWUpdate] Upload command should stream file directly to the disk
Issue: HOP-4183 - [prpl][user-management] Users role paths are not tr181 paths [fix]
GitOrigin-RevId: a9ea5bf6adc1f1fb64e5d1072e672326a83f3b49
2023-08-22 06:50:00 +00:00
sahbot
ad50ae6bf8 Integrating amx-fcgi to master_v1.2.4
Issue: HOP-4183 - [prpl][user-management] Users role paths are not tr181 paths [fix]
GitOrigin-RevId: ae268d5d9aff853a5d5a55b89cecdf6447baff97
2023-08-22 06:50:00 +00:00
sahbot
2c2cc1f560 Integrating mod-ba-cli to master_v0.8.12
Issue: HOP-4175 Memory leak in ba-cli with auto-connect functionality[fix]
GitOrigin-RevId: c2e397b4c89192a7e13401b304e9bc27f5644e26
2023-08-21 06:16:02 +00:00
sahbot
d4c52ff27e Integrating mod-amxb-ubus to master_v3.1.12
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5c000acb839761b9a9c61771310b244c1c9df691
2023-08-21 06:16:02 +00:00
sahbot
8e876aa80c Integrating libamxrt to master_v0.2.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5dc7a088915cdbfd2915bcb59fd616ee1762fbfb
2023-08-21 06:16:02 +00:00
sahbot
460c6bdad9 Integrating libamxs to master_v0.1.82
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1dd97b881e37212ab769598754c7cb27a18276ad
2023-08-21 06:16:02 +00:00
sahbot
5388a5156a Integrating libamxa to master_v0.10.10
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 40e08e79ac76a485ae25a31f2c1ff7ac25198022
2023-08-21 06:16:02 +00:00
sahbot
3a0c2e932e Integrating libamxb to master_v4.7.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 6e8002e71401f1954e0a1ac1c43e8203c1771836
2023-08-21 06:16:02 +00:00
sahbot
91cffb96b5 Integrating libamxo to master_v4.0.4
Issue: ST-1104 Update - extend odl documentation [fix]
GitOrigin-RevId: 17bb1fb3582b23a43883633e97f6ec2d76eed19d
2023-08-21 06:16:02 +00:00
sahbot
fb2382fdf0 Integrating libamxd to master_v6.0.3
Issue: ST-1110 Add documentation about data model modules - extensions [fix]
GitOrigin-RevId: 680f52a4f02aaee8064acc6da9df4c83f9e852e2
2023-08-21 06:16:02 +00:00
sahbot
5a904bd49a Integrating libamxj to master_v0.3.58
Issue: HOP-4173 casting empty jstring to any causes crash [fix]
GitOrigin-RevId: 68341831244ee2a588c2e4981aeba520cabf701c
2023-08-21 06:16:02 +00:00
sahbot
189951d35f Integrating libamxrt to master_v0.2.8
Issue: ambiorix/libraries/lib_amxrt#3 Do not remove readme file when opesourcing [fix]
GitOrigin-RevId: d484dabca4ac339595b2eed6eb6557bce2580cbe
2023-08-01 14:54:14 +00:00
sahbot
c4521fad46 Integrating mod-amxb-ubus to master_v3.1.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a91b30d37f57afa2102dc49fb40d5ce83b0c90ce
2023-08-01 14:54:14 +00:00
sahbot
9e7a06e334 Integrating libamxrt to master_v0.2.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0cf17f796d9dbde6124c763b843732df38f95b49
2023-08-01 14:54:14 +00:00
sahbot
97db5c3ac1 Integrating libamxs to master_v0.1.81
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1e3d444e68c6560c51a76151ea0d4f317359683c
2023-08-01 14:54:14 +00:00
sahbot
7100e6be36 Integrating libamxa to master_v0.10.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c26ec4fa06d7d975bd4235c41c83caf5ca709418
2023-08-01 14:54:14 +00:00
sahbot
ff99723686 Integrating libamxb to master_v4.7.1
Issue: SCSAS-9015 Make the AMX Bus Rust API safe-to-use
GitOrigin-RevId: fdc550298ff8c05b61044903bd1c3590f18aad76
2023-08-01 14:54:14 +00:00
sahbot
c9f39b0d53 Integrating libamxa to master_v0.10.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8afe49b4a479408369883f971b01ab9d53206c1a
2023-08-01 14:54:14 +00:00
sahbot
19c87220f6 Integrating mod-ba-cli to master_v0.8.11
Issue: HOP-4021 [ba-cli] output in 10s when ba-cli query invoked from console [fix]
GitOrigin-RevId: d9ce055813ddcbbbafee2a97a51dad261390574b
2023-08-01 14:54:14 +00:00
sahbot
6bd80466f1 Integrating libamxb to master_v4.7.0
Issue: SCSAS-9015 Make the AMX Bus Rust API safe-to-use
GitOrigin-RevId: 817a5be0adf163686ff47254b08d59e0a2230ae2
2023-08-01 14:54:14 +00:00
sahbot
37fc97e271 Integrating mod-ba-cli to master_v0.8.10
Issue: ST-1088 bus agnostic cli must be able to auto detect backends and sockets [fix]
GitOrigin-RevId: ee53a9d99c7c97364e9acb84929ff99188af9a26
2023-07-26 05:41:54 +00:00
sahbot
6a7261dc37 Integrating amx-cli to master_v0.3.1
Issue: ST-1088 bus agnostic cli must be able to auto detect backends and sockets [fix]
GitOrigin-RevId: f90d51b0ea97221c29d136fa2fd7062693f9433a
2023-07-26 05:41:54 +00:00
sahbot
ef8366c8ab Integrating libamxo to master_v4.0.3
Issue: ambiorix/libraries/lib_amxo#81 Update documentation for amxo_parser_get_config() [fix]
GitOrigin-RevId: 47a71a831f4751e9aa14c36fb15bf8226e684d07
2023-07-26 05:41:54 +00:00
sahbot
605c99efc5 Integrating mod-ba-cli to master_v0.8.9
Issue: ST-1088 bus agnostic cli must be able to auto detect backends and sockets [fix]
GitOrigin-RevId: ba3ebe40cdc1052f198c8c2c0fca8c56f56626f4
2023-07-25 11:09:23 +00:00
sahbot
1b0e94008d Integrating mod-amxb-ubus to master_v3.1.10
Issue: ST-1088 bus agnostic cli must be able to auto detect backends and sockets [fix]
GitOrigin-RevId: 7d5e80b35c94166827b7b6aed7643a8f05500fb3
2023-07-25 11:09:23 +00:00
sahbot
f57bc59973 Integrating libamxrt to master_v0.2.6
Issue: ST-1086 Enforce coding style - no declarations after code[fix]
GitOrigin-RevId: 822ab556cb5632a206ddd77b3ded816b0aa97546
2023-07-25 11:09:23 +00:00
sahbot
e4c2ab0f5b Integrating libamxs to master_v0.1.80
Issue: ST-1086 Enforce coding style - no declarations after code [fix]
GitOrigin-RevId: aaf6e0223568af335c4597233564b9057b3cb6dc
2023-07-25 11:09:23 +00:00
sahbot
b1ecee00c6 Integrating libamxa to master_v0.10.7
Issue: ST-1086 Enforce coding style - no declarations after code [fix]
GitOrigin-RevId: b3dd540be89e78d805bbdcfe29e2380534b2e9f5
2023-07-25 11:09:23 +00:00
sahbot
80a153e15b Integrating libamxb to master_v4.6.9
Issue: ST-1086 Enforce coding style - no declarations after code [fix]
GitOrigin-RevId: aa48326235f59de7b7605ff0aac66440734bdd72
2023-07-25 11:09:23 +00:00
sahbot
71a3ab4812 Integrating libamxo to master_v4.0.2
Issue: HOP-3998 It is not possible to declare events in a mib [fix]
GitOrigin-RevId: 0aba5b97b526bfb745da8d7aa18873c5b4d190ab
2023-07-25 11:09:23 +00:00
sahbot
8681e033c1 Integrating libamxd to master_v6.0.2
Issue: HOP-3998 It is not possible to declare events in a mib [fix]
GitOrigin-RevId: 721f478075a34dc0a2783e65c4755e34c0d7d88f
2023-07-25 11:09:23 +00:00
sahbot
fdfd41ef7f Integrating libamxt to master_v0.2.12
Issue: ST-1086 Enforce coding style - no declarations after code [fix]
GitOrigin-RevId: be572fc53f8553151479c287378a7576c3011251
2023-07-25 11:09:23 +00:00
sahbot
f7d663d042 Integrating libamxm to master_v0.0.58
Issue: ST-1086 Enforce coding style - no declarations after code [fix]
GitOrigin-RevId: cd87f09c8422a04834fbc9b172c7c6f55d475017
2023-07-25 11:09:23 +00:00
sahbot
1cef41ef8e Integrating libamxp to master_v1.2.5
Issue: ST-1085 Expression function contains should be able to use a list of values [fix]
GitOrigin-RevId: af94cb387ef5c47711c2c266280ba928af368a22
2023-07-25 11:09:23 +00:00
sahbot
2d08aeeca3 Integrating mod-amxb-ubus to master_v3.1.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0cd121771541b11b2794cee79c62fd5794509d88
2023-07-25 11:09:23 +00:00
sahbot
9694d3d446 Integrating libamxrt to master_v0.2.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2724cbe67b9223a15e050bf90194e74441e81816
2023-07-25 11:09:23 +00:00
sahbot
f59e334fe6 Integrating libamxs to master_v0.1.79
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4afbb012215205d3436d36fe4cf60a8384c6a7cd
2023-07-25 11:09:23 +00:00
sahbot
353a4c76d4 Integrating libamxa to master_v0.10.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8f0083de34cee928f1140cd49914437922c7b5fc
2023-07-25 11:09:23 +00:00
sahbot
7160e62ee7 Integrating libamxb to master_v4.6.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: f2f8e7e02a76f495f6fa59cacf4ee5842a36679a
2023-07-25 11:09:23 +00:00
sahbot
5c83b8f48b Integrating libamxo to master_v4.0.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 347e4b5e9fbb898574d6caec5b271679cdad90c3
2023-07-25 11:09:23 +00:00
sahbot
db30654ff6 Integrating libamxd to master_v6.0.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e81d7a681db7a933f0c37c5bdd861ebd8a8ffd53
2023-07-25 11:09:23 +00:00
sahbot
b77990ab23 Integrating libamxt to master_v0.2.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5efc5dab2b9103ebfdeea89cfedb752d78dd5d32
2023-07-25 11:09:23 +00:00
sahbot
864bf059eb Integrating libamxm to master_v0.0.57
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7258698d36260bd14e129f041f3ea14fc942106e
2023-07-25 11:09:23 +00:00
sahbot
101c40aa39 Integrating libamxp to master_v1.2.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 12d5dedeafea0e95afb5b8bb29978c69c6016fbd
2023-07-25 11:09:23 +00:00
sahbot
73977a4dd5 Integrating libamxj to master_v0.3.57
Issue: ST-1083 [libamxj]Add api doxygen documentation [fix]
GitOrigin-RevId: afeb80d5f3ed72440b0bc14585ae352d259dfcca
2023-07-25 11:09:23 +00:00
sahbot
e75ad1501d Integrating libamxc to master_v1.8.11
Issue: HOP-3975 When using GCC 12.2 extra compilation wanings pop-up [fix]
GitOrigin-RevId: 0bdabbbc479cdd0b42c28b89f26753ce8bede75e
2023-07-25 11:09:23 +00:00
sahbot
1b3e327031 Integrating amxrt to master_v2.0.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 506cea9bee9ee2b5c11002b6ad49906176f8d271
2023-07-25 11:09:23 +00:00
sahbot
d1284a99f3 Integrating libsahtrace to master_v1.13.1
Issue: HOP-3908 [libsahtrace] remove unreachable branching [fix]
GitOrigin-RevId: 3fb6534d6b0d14c50b2063aa77dd825edfdec78f
2023-07-25 11:09:23 +00:00
sahbot
aa4cdf3fdd Integrating libsahtrace to master_v1.13.0
Issue: NET-4828 Log filtering by catagory: Add new log level USER
GitOrigin-RevId: 8ded0b004172e9020b4b12265c131c364688242d
2023-07-13 10:20:49 +00:00
sahbot
cdc7477808 Integrating mod-ba-cli to master_v0.8.8
Issue: NET-4778 [USP] GSDM should return whether commands are (a)sync [change]
GitOrigin-RevId: c16bd490fe2e31f57004928a8ce0b49002481e75
2023-07-13 09:55:50 +00:00
sahbot
9e31ece1a3 Integrating amxrt to master_v2.0.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 76c19a62b4d2105e6ae008d7d68e746cb634213e
2023-07-13 09:55:50 +00:00
sahbot
bf6097837d Integrating mod-amxb-ubus to master_v3.1.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 23ba4a02d8b0f6fe3f0ec7177d8f21594a89dae5
2023-07-13 09:55:50 +00:00
sahbot
5c1b1df21b Integrating libamxrt to master_v0.2.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: cff51eab2fd6996fb6ae8d63e97d97d090123810
2023-07-13 09:55:50 +00:00
sahbot
d7c6271104 Integrating libamxs to master_v0.1.78
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 14289f358bd50bb5d748be2d0b2339097bc45ab6
2023-07-13 09:55:50 +00:00
sahbot
2ed6c1d252 Integrating libamxa to master_v0.10.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: dd8cd8d4399bd0b6ab16f4e8f9bcfb14690c67bc
2023-07-13 09:55:50 +00:00
sahbot
43f0a42401 Integrating libamxb to master_v4.6.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: f3da2337376f260f65c93eedad0a9f5f2d13dcfa
2023-07-13 09:55:50 +00:00
sahbot
ae5149a6a7 Integrating libamxo to master_v4.0.0
Issue: NET-4778 [USP] GSDM should return whether commands are (a)sync [break]
GitOrigin-RevId: dc4348fc0c889cd2f30b07f6a22367fe60b9e48c
2023-07-13 09:55:50 +00:00
sahbot
60a6e95e5e Integrating libamxd to master_v6.0.0
Issue: NET-4778 [USP] GSDM should return whether commands are (a)sync [break]
GitOrigin-RevId: 3e7cc90874beee49b126f82850a3acea2af5556d
2023-07-13 09:55:50 +00:00
sahbot
d6bc350e84 Integrating libamxrt to master_v0.2.3
Issue: NET-4907 [AMX] Add be data-uris to top level data-uris [fix]
GitOrigin-RevId: 51275b51e73230011c1acad31bd2a950f93fc959
2023-07-06 09:49:12 +00:00
sahbot
3621305719 Integrating libamxrt to master_v0.2.2
Issue: NET-4907 [AMX] Define default sockets in backends
GitOrigin-RevId: 1c3550faf925b46c098eb720e2377818a13df866
2023-07-06 09:22:44 +00:00
sahbot
54141601f8 Integrating amx-fcgi to master_v1.2.3
Issue: HOP-3783 [amx-fcgi] Error 404 on REST API call on a empty table result [fix]
GitOrigin-RevId: 15cf8640933f165d77244674aa3c33c1ff6087d5
2023-07-06 09:22:44 +00:00
sahbot
1bad3e63e0 Integrating mod-amxb-ubus to master_v3.1.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a07c0ec89f4814d6a89854ce0567e442e91770ca
2023-07-06 09:22:44 +00:00
sahbot
3473cea5f0 Integrating libamxs to master_v0.1.77
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ae8a3f92b9299af8bdb4dc44454bc34b45ae1583
2023-07-06 09:22:44 +00:00
sahbot
ba608c50a1 Integrating libamxa to master_v0.10.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4d7c054953f8f6914c92935fd10ba90e5589f3ff
2023-07-06 09:22:44 +00:00
sahbot
433d59688f Integrating libamxb to master_v4.6.6
Issue: HOP-3821 Plugins crashing because of segfault in ambiorix [fix]
GitOrigin-RevId: 8690b8208c65537fc6dfc2c744b962ba196d9d65
2023-07-06 09:22:44 +00:00
sahbot
56f4d32596 Integrating mod-ba-cli to master_v0.8.7
Issue: HOP-3777 Add requests with search paths are allowed [change]
GitOrigin-RevId: c5a134bf1f9355f0e744ae00ec9b4d0058fc1675
2023-06-28 18:32:38 +00:00
sahbot
b5acb8c82d Integrating amx-fcgi to master_v1.2.2
Issue: HOP-3777 Add requests with search paths are allowed [change]
GitOrigin-RevId: d1b7040837c8440c7b1df9bc9ec0fa1c866bb5e5
2023-06-28 18:32:38 +00:00
sahbot
9498cd88f8 Integrating libamxrt to master_v0.2.1
Issue: HOP-3753 [amx][capabilities] Add support for reduced capabilities in ambiorix [new]
Issue: HOP-3815 [AMX] Crash with new libamxrt [fix]
GitOrigin-RevId: 71b78533fc52f4cc8b3ffd20ec2e20e3808b850b
2023-06-28 18:32:38 +00:00
sahbot
a3b2f1c0a0 Integrating mod-amxb-ubus to master_v3.1.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 561b1c38082a836791ac5fc896b6b34e24646e91
2023-06-28 18:32:38 +00:00
sahbot
2905f250eb Integrating libamxrt to master_v0.2.0
Issue: HOP-3753 [amx][capabilities] Add support for reduced capabilities in ambiorix [new]
GitOrigin-RevId: 1ae7606be41eb1cf5ecb73e909543f054ad32d70
2023-06-28 18:32:38 +00:00
sahbot
40529c90c9 Integrating libamxs to master_v0.1.76
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c0b1663389366bb3e60653d3cb2c43b2a04a4a21
2023-06-28 18:32:38 +00:00
sahbot
9263bfe045 Integrating libamxa to master_v0.10.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: eb8edb2c0332bf1815158bfa5fb60ceb69c651a1
2023-06-28 18:32:38 +00:00
sahbot
7f3ea72ff5 Integrating libamxb to master_v4.6.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2f2e994a1f1adac59276aacee7c443414c5cc15b
2023-06-28 18:32:38 +00:00
sahbot
b478b5f4b2 Integrating libamxo to master_v3.1.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 64587532bf8bbff657a3614140f48c90ee1ee403
2023-06-28 18:32:38 +00:00
sahbot
69abdddaa8 Integrating libamxd to master_v5.1.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 62331fcc9488fa657aff236ce114946299c9fdd4
2023-06-28 18:32:38 +00:00
sahbot
25cdbbe290 Integrating libamxt to master_v0.2.10
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5a2c7b55c29c75c9c5e88267f4726c5905518159
2023-06-28 18:32:38 +00:00
sahbot
080b66db34 Integrating amxrt to master_v2.0.0
Issue: HOP-3731 use libamxrt [new]
GitOrigin-RevId: b32bf709723a34baa4a271f2090714449f8f042b
2023-06-28 18:32:38 +00:00
sahbot
0bd4313e11 Integrating libamxp to master_v1.2.3
Issue: HOP-3782 Segmentation fault can occur when timers are added or deleted from within a timer callback [fix]
GitOrigin-RevId: 8192d810cd6c3d46bb17f865a2088e8614579411
2023-06-28 18:32:38 +00:00
sahbot
74d9d83e50 Remove README and CHANGELOG for opensource
GitOrigin-RevId: 3a965fb61ff421d32843cd80526bf72f79b0db0f
2023-06-22 14:14:04 +00:00
sahbot
eaceb9c05b [CI] Update changelog for release master_v9.4.1
GitOrigin-RevId: 3d25543ba5d00c12c15b1375b523441da332d95b
2023-06-21 14:05:53 +00:00
sahbot
7b90d05f90 Integrating mod-amxb-ubus to master_v3.1.5
Issue: HOP-3770 [ubus-cli] extra rpc arguments not returned [fix]
GitOrigin-RevId: a7b6931e7a85d407262052b5167dbabb2abbaad1
2023-06-21 14:04:27 +00:00
sahbot
308f6aecfe Integrating libamxrt to master_v0.1.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 088b2693c2a8969afcdc875c5a4b95b7da5d710f
2023-06-21 14:04:27 +00:00
sahbot
b15ff2d656 [CI] Update changelog for release master_v9.4.0
GitOrigin-RevId: fe457149dea33a19e6183d66c1846dac5aa70da7
2023-06-21 13:39:53 +00:00
sahbot
e1a79d2237 Integrating mod-ba-cli to master_v0.8.6
Issue: HOP-3759 Remove destructor and use exit function [fix]
GitOrigin-RevId: 2ef9477c27f3597ecf034f304ad1c58a87bd43d5
2023-06-21 06:16:22 +00:00
sahbot
5c9390f344 Integrating mod-amxb-ubus to master_v3.1.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 24f78c233c433decc2913309f5935687987dfde7
2023-06-21 06:16:22 +00:00
sahbot
817de21386 Integrating libamxs to master_v0.1.75
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9ce3bd8e0454e5fb01522a04204eda8be41dfb17
2023-06-21 06:16:22 +00:00
sahbot
49111ba160 Integrating libamxa to master_v0.10.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 347219c478df3312f1742c7b072ffcd5537930d2
2023-06-21 06:16:21 +00:00
sahbot
b7bdd71ad2 Integrating libamxb to master_v4.6.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 25ac559ca2bdc828f1575416d1873262fdac3218
2023-06-21 06:16:21 +00:00
sahbot
c0d17a7ab9 Integrating libamxo to master_v3.1.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 97b14d018c6cf1b0e78d7f11dd93f50e7892581a
2023-06-21 06:16:21 +00:00
sahbot
6e3db1b1a8 Integrating libamxd to master_v5.1.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 91803ea481078842cbc6729aaeeeadd595eb4d7d
2023-06-21 06:16:21 +00:00
sahbot
d04667a823 Integrating libamxt to master_v0.2.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e8cff5b3d4a87a50651842c086b8ff45595d8bda
2023-06-21 06:16:21 +00:00
sahbot
19208206ea Integrating libamxp to master_v1.2.2
Issue: ambiorix/libraries/lib_amxp#51 When a schedule item is changed and is currently started send a stop event [fix]
GitOrigin-RevId: f614cf30fec7066a9ac0bfffe531352c0dc61c08
2023-06-21 06:16:21 +00:00
sahbot
ab6059430c Integrating libamxrt to master_v0.1.1
Issue: ambiorix/libraries/lib_amxrt#2 When using libamxrt a segfault can occur when closing the application [fix]
Issue: HOP-3731 Add API documentation [new]
GitOrigin-RevId: c6f136863710db706a928aa5c2ad916b2f16c8d9
2023-06-21 06:16:21 +00:00
sahbot
4b1d9f2383 Integrating libamxrt to master_v0.1.0
Issue: HOP-3731 Add API documentation [new]
GitOrigin-RevId: 91c060d5dcd3a91681419c66ac0fa7da72ddcf95
2023-06-21 06:16:21 +00:00
sahbot
da6b94b496 [CI] Update changelog for release master_v9.3.0
GitOrigin-RevId: acb16483895767ba144ce3a33ec0b5822c7c2416
2023-06-16 03:59:38 +00:00
sahbot
af39b3c1af [CI] Update PKG_HASH
GitOrigin-RevId: e97adbc8c29ab580b019b40a3446fe2dd98ba3b5
2023-06-16 03:54:39 +00:00
sahbot
ad23e67133 [CI] Update autogenerated files
GitOrigin-RevId: e7ac768e5f37d6d2196f8f3ce0e9c00d177df1dd
2023-06-16 03:54:39 +00:00
sahbot
8d378c52b5 Add libamxrt
GitOrigin-RevId: da389e8b4ba05cda2f9a42e2fed1520fddb298c4
2023-06-16 03:54:39 +00:00
sahbot
c4018649de Integrating mod-amxb-ubus to master_v3.1.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 64dbc32e0977b4365077adb2160ff45953b55b60
2023-06-16 03:54:39 +00:00
sahbot
2a5f5a90bf Integrating libamxs to master_v0.1.74
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3b7a62b11900559790fafca199f8ddb22e90adc7
2023-06-16 03:54:39 +00:00
sahbot
367ccb6d85 Integrating libamxa to master_v0.10.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 788d393125c6a43a5d4b10ca2bd7026d26fcd4c6
2023-06-16 03:54:39 +00:00
sahbot
c8309a605f Integrating libamxb to master_v4.6.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 765af5c7df4d9d5c2e9655511b6e2aec2aaefcfd
2023-06-16 03:54:39 +00:00
sahbot
dd040c7fee Integrating libamxo to master_v3.1.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3e98e9c9ae53d52f58441d94134668fbfe54a204
2023-06-16 03:54:39 +00:00
sahbot
276b37c9c1 Integrating libamxd to master_v5.1.2
Issue: ambiorix/libraries/lib_amxd#153 Sending an object event with object, eobject or path in the event data causes never ending loop
Issue: HOP-3695 Failing transactions not fully cleaned [fix]
GitOrigin-RevId: ad753432639b8dddea423ffe1dfe11305c72a3ff
2023-06-16 03:54:39 +00:00
sahbot
e4494cc51a [CI] Update changelog for release master_v9.2.1
GitOrigin-RevId: 5490bf313ab2b98d64e313ebdc4767faab025fe0
2023-06-06 15:04:52 +00:00
sahbot
5af8057ada Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: bb558e584c2e0f311193d0ddb33b711957f807bb
2023-06-06 15:04:52 +00:00
sahbot
46cfe69ecf [CI] Update changelog for release master_v9.2.0
GitOrigin-RevId: 30579f2bd355797c8636e9396b5c09f36f92c746
2023-06-02 12:54:42 +00:00
sahbot
8d362eb26a Integrating mod-amxb-ubus to master_v3.1.1
Issue: ambiorix/modules/amxb_backends/amxb_ubus#58 Regression in ubus back-end due to changes in error code passing. [fix]
Issue: NET-4747 [AMX] Ambiorix should return the same error codes regardless of the used bus [new]
GitOrigin-RevId: 0124dcc3328a7e7935a593aa6b187ad74001e843
2023-06-02 12:54:42 +00:00
sahbot
59d0bad5ae Integrating amx-fcgi to master_v1.2.1
Issue: HOP-3241 - [HTTPManager][Login][amx-fcgi] Create a session
Issue: HOP-3431 [TR181-DeviceInfo][FCGI] Add rpc to read/write a file [new]
Issue: HOP-3448 - [HTTPManager][Login] Increase unit test coverage
Issue: ST-1040 [amx-fcgi]Refactor sessions code to make it easier to run the provided web-ui example [new]
GitOrigin-RevId: 9220a4ec4d84962e37bb3b48e0f695b2c001ef35
2023-06-02 12:54:42 +00:00
sahbot
473cba7c94 Integrating amx-cli to master_v0.3.0
Issue: NET-4829 [PCB] add option to pcb-cli to mimic operator (usp) access [new]
GitOrigin-RevId: 5ce2ed18e6f28a3acddf6b6ba0a27a2bd8bf1f74
2023-06-02 12:54:41 +00:00
sahbot
229cdb1471 Integrating libamxs to master_v0.1.73
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d84fc2e52abd4f85dd7122ef1fb7696a7ebe4599
2023-06-02 12:54:41 +00:00
sahbot
0e613d165d Integrating libamxa to master_v0.10.0
Issue: NET-4819 [USP] GSDM events need to be filtered out [new]
GitOrigin-RevId: 6c14e8033b6f09414baa50ae59fa4d1b40a701c2
2023-06-02 12:54:41 +00:00
sahbot
2101ade5c4 Integrating libamxb to master_v4.6.2
Issue: NET-4747 [AMX] Ambiorix should return the same error codes regardless of the used bus [new]
GitOrigin-RevId: 4bd8f699f44b0f06f873def312869ef352598bac
2023-06-02 12:54:41 +00:00
sahbot
468c5ad9eb Integrating libamxo to master_v3.1.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4dfef4b9a726f7ceb5d34cf9ab63362ed9162df0
2023-06-02 12:54:40 +00:00
sahbot
2735dd06f9 Integrating libamxt to master_v0.2.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 72a9cdd7e8f33fd2aebcab7336a61055010d26e4
2023-06-02 12:54:40 +00:00
sahbot
506cc1df74 Integrating mod-amxb-ubus to master_v3.1.0
Issue: NET-4747 [AMX] Ambiorix should return the same error codes regardless of the used bus [new]
GitOrigin-RevId: eb2f5ef47f229fba6a8f1bd56dff14d740fcaaf6
2023-06-02 12:54:40 +00:00
sahbot
19c073f436 Integrating libamxd to master_v5.1.1
Issue: NET-4747 [AMX] Ambiorix should return the same error codes regardless of the used bus [fix]
GitOrigin-RevId: 864838b54c69f43a43bb858c21c373fc53a98999
2023-06-02 12:54:40 +00:00
sahbot
1858c481e0 Integrating libamxb to master_v4.6.1
Issue: NET-4747 [AMX] Ambiorix should return the same error codes regardless of the used bus [new]
GitOrigin-RevId: 7ce1c3be99ef08751096c0e6099eabe471d21499
2023-06-02 12:54:39 +00:00
sahbot
2adef5e1f3 Integrating libamxb to master_v4.6.0
Issue: NET-4747 [AMX] Ambiorix should return the same error codes regardless of the used bus [new]
GitOrigin-RevId: a1143682cada81966c02087747d2098b03b01d95
2023-06-02 12:54:39 +00:00
sahbot
bff664cf65 [CI] Update changelog for release master_v9.1.1
GitOrigin-RevId: 139e894977c19a005ed3da2aa4a0ed8fb1f5eca5
2023-05-30 09:50:26 +00:00
sahbot
62257d6dda Integrating libamxa to master_v0.9.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ffcdc478b415cef41ea35e32a64c4c319c0f999b
2023-05-30 09:34:09 +00:00
sahbot
d167941246 Integrating lua-amx to master_v0.3.14
Issue: ambiorix/bindings/lua/lua-amx#10 Fix return values and throwing errors [fix]
GitOrigin-RevId: 8d64324648a67440e3468b8f876fc389740683bb
2023-05-30 09:34:09 +00:00
sahbot
e07b5c1c2d Integrating mod-lua-amx to master_v0.1.9
Issue: ambiorix/bindings/lua/mod-lua-amx#6 Add unit tests [fix]
GitOrigin-RevId: 5e730c524c5df7d698898d182a723c609faa45e5
2023-05-29 08:34:12 +00:00
sahbot
c9b06c051f Integrating libamxp to master_v1.2.1
Issue: ambiorix/libraries/lib_amxp#50 Scheduler does not take correct duration into account when multiple schedules expire at the same moment [fix]
GitOrigin-RevId: 7f0398ad1b05b1661c705c6af86fb32b1001cf2f
2023-05-26 18:12:33 +00:00
sahbot
72a0308e7c Integrating amx-cli to master_v0.2.28
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b3bfd9131dfc7fe426239063cf95dc185389305c
2023-05-26 18:12:33 +00:00
sahbot
c68096ad0a [CI] Update changelog for release master_v9.1.0
GitOrigin-RevId: 51ed4f9116bbecf44dea5c150700e87a0da85fa5
2023-05-25 16:37:53 +00:00
sahbot
e9caa1cf0a Issue: NET-4798 [USP] Must be able to call methods with named path [change]
GitOrigin-RevId: 92d609c41991d8b083bc0573860805e6d272161b
2023-05-25 16:37:53 +00:00
sahbot
d2bef569a4 [CI] Update changelog for release master_v9.0.3
GitOrigin-RevId: 8e4fdaa2c9cf860e3bcb3159b17e36e3a84eb67d
2023-05-19 12:51:23 +00:00
sahbot
3ad83b276c Integrating libamxa to master_v0.8.26
Issue: HOP-3449 [HTTPManager][Login][acl-manager] After firstboot acl group doesn't exist [fix]
GitOrigin-RevId: a5be921e1dbf5a2811baefaac7038cbc1afba26f
2023-05-19 12:51:23 +00:00
sahbot
5a3fcd474e [CI] Update changelog for release master_v9.0.2
GitOrigin-RevId: a189f1824224dc776b1cbdc8392a2bcfa1b442b8
2023-05-15 05:48:04 +00:00
sahbot
e8e7160159 Integrating libamxo to master_v3.1.3
Issue: HOP-3487 Use index paths when sending events after an odl file is parsed [fix]
GitOrigin-RevId: 0549910263238ffc401deff1df62827bf905092c
2023-05-15 05:46:04 +00:00
sahbot
4f267ed988 Integrating lua-amx to master_v0.3.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: bc2c5ee6b65ca892d5d46db78062eaba23ed0e7a
2023-05-15 05:46:04 +00:00
sahbot
f1f39f06e7 [CI] Update changelog for release master_v9.0.1
GitOrigin-RevId: 2c11733ddf8a06e0fa540a36cf0b072bb135ee3c
2023-05-11 10:27:46 +00:00
sahbot
fb4cd14405 Integrating mod-amxb-ubus to master_v3.0.71
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: f394d49095a32c48bcb756b328ab317aa4745997
2023-05-11 10:25:37 +00:00
sahbot
3522c25d9a Integrating amx-fcgi to master_v0.5.4
Issue: ambiorix/applications/amx-fcgi#16 Document how to launch the example webui in a container
GitOrigin-RevId: debf52d4496f092fd8386cdb662d88c9585e2fd4
2023-05-11 10:25:37 +00:00
sahbot
6bff014209 Integrating amxrt to master_v1.5.18
Issue: VOIP-482 Create the voice interface between ubus and pcb (tr104i1/2 mapper)
GitOrigin-RevId: 5cf8239f778426d15cddd1dc6770da2bcf62a31a
2023-05-11 10:25:37 +00:00
sahbot
64a7361365 Integrating libamxs to master_v0.1.71
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8a2f8a16a2e1a30b690eebf2c19fba16e0b85ae0
2023-05-11 10:25:37 +00:00
sahbot
4a609e27cc Integrating libamxa to master_v0.8.25
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c84ec73cdf16eb9547e191ec5b61f5fce00b8f13
2023-05-11 10:25:37 +00:00
sahbot
4676bf6c72 Integrating libamxb to master_v4.5.10
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b0bace46ca1b6e6f77a4ca4ef8daea888c58d3c4
2023-05-11 10:25:37 +00:00
sahbot
7caa0cf0e9 Integrating libamxo to master_v3.1.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4dd55b23560107866d721790c71481df6b10e420
2023-05-11 10:25:37 +00:00
sahbot
964e635770 Integrating libamxd to master_v5.0.3
Issue: ambiorix/libraries/lib_amxd#152 [unit-tests] Complete and extend unit tests [fix]
Issue: HOP-3457 Fix regression in amxd_path api [fix]
GitOrigin-RevId: ee0baf243dff10c50c97683731293fab657aabc3
2023-05-11 10:25:37 +00:00
sahbot
8e09f33ad4 Integrating libamxt to master_v0.2.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4859e65790f4b7defcf1fe28f5558dba315b098e
2023-05-11 10:25:37 +00:00
sahbot
4002aa77ab Integrating libamxm to master_v0.0.56
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: fcca7c983c700912baf270c30df89231b4b23c8e
2023-05-11 10:25:37 +00:00
sahbot
328b39f4d1 Integrating libamxp to master_v1.1.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7fb21762724f56b0bd2dbbd80d3cc1a958e8a307
2023-05-11 10:25:37 +00:00
sahbot
693ebc409d Integrating libamxj to master_v0.3.56
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8cdee5813983940b70c867c17bd4c0495394f267
2023-05-11 10:25:37 +00:00
sahbot
b198717b80 Integrating libamxd to master_v5.0.2
Issue: ambiorix/libraries/lib_amxd#152 [unit-tests] Complete and extend unit tests [fix]
Issue: HOP-3457 Fix regression in amxd_path api [fix]
GitOrigin-RevId: fa20624e773f4d647380254513971a1576b36429
2023-05-11 10:25:36 +00:00
sahbot
5ce8e20ed9 Integrating libamxc to master_v1.8.10
Issue: ST-1029 [amxc] Fix missing semicolon [fix]
GitOrigin-RevId: 086bf5aedc7967b45957cfcd04efef2873df6360
2023-05-11 10:25:36 +00:00
sahbot
c0d0f546ff Integrating libamxs to master_v0.1.70
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 92c46887226fe5ec63b1165a47bba4a92b053b36
2023-05-11 10:25:36 +00:00
sahbot
6a67d3b8a8 Integrating libamxa to master_v0.8.24
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 149f36cec67856790d54774f1c0ab463fe9db48b
2023-05-11 10:25:36 +00:00
sahbot
b2db55f83e Integrating libamxb to master_v4.5.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: bf42276e0a29e0d86397ebe331d285d5e6332025
2023-05-11 10:25:36 +00:00
sahbot
163e902d5d Integrating libamxo to master_v3.1.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 27a69ab222dffbe2b6b691524ea4e7ec0ce82c39
2023-05-11 10:25:36 +00:00
sahbot
f13958c1e0 Integrating libamxd to master_v5.0.1
Issue: ambiorix/libraries/lib_amxd#152 [unit-tests] Complete and extend unit tests [fix]
GitOrigin-RevId: 5543b37865aecfe998079c8eb4b40b10b95a9c8c
2023-05-11 10:25:36 +00:00
sahbot
c59d91263a Integrating libamxt to master_v0.2.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 576f1fb80381cb4d1441e660d1ec606d381f1786
2023-05-11 10:25:36 +00:00
sahbot
addbc9a09a [CI] Update changelog for release master_v9.0.0
GitOrigin-RevId: c872a1e09d240a2f51916261d91ea67b86965241
2023-05-04 05:53:31 +00:00
sahbot
48af26dc30 Integrating libamxp to master_v1.1.4
Issue: NET-4640 Check if htables are initialized [fix]
GitOrigin-RevId: db4939fd150734e9dfc4c7b4d031e6ffc5abeb9e
2023-05-04 05:53:31 +00:00
sahbot
5f9a5e3304 Integrating mod-ba-cli to master_v0.8.4
Issue: HOP-3236 gsdm missing arguments for commands and events [fix]
GitOrigin-RevId: 5d1c84a4ed4cdcb337cf0dbf24c4226c59ae3487
2023-05-04 05:53:31 +00:00
sahbot
c0df0e188a Integrating mod-amxb-ubus to master_v3.0.70
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4adca843e6902586329b6c667881d7b289db208e
2023-05-04 05:53:31 +00:00
sahbot
b247fcea02 Integrating libamxs to master_v0.1.69
Issue: HOP-3300 [Amxs] Parameter callbacks are not called when an object instance is added [fix]
GitOrigin-RevId: 52afb300314195df117148402d7da3da3ca23b32
2023-05-04 05:53:30 +00:00
sahbot
74068569cc [CI] Update PKG_HASH
GitOrigin-RevId: 36b1da06ccaddaf3785a38a09fb7191955e0e908
2023-05-04 05:53:30 +00:00
sahbot
5f783c634a Integrating libamxa to master_v0.8.23
Issue: HOP-3241 - [HTTPManager][Login][amx-fcgi] Create a session [change]
GitOrigin-RevId: 6a9dbe4b92d63e931f4021e12316bf0159d7a408
2023-05-04 05:53:30 +00:00
sahbot
a25fb1d907 Integrating libamxb to master_v4.5.8
Issue: HOP-3236 gsdm missing arguments for commands and events [fix]
GitOrigin-RevId: 1da71fc9fb3039c3b63e6902e1107f01981e7e04
2023-05-04 05:53:30 +00:00
sahbot
c7e486a9a6 Integrating libamxo to master_v3.1.0
Issue: ambiorix/libraries/lib_amxo#41 ODL syntax documentation must be updated [fix]
Issue: ambiorix/libraries/lib_amxo#80 Remove deprecated odl syntax and pcb compatibility syntax [break]
Issue: HOP-3236 gsdm missing arguments for commands and events [new]
GitOrigin-RevId: eeee2e851aee3293b7e31243f352e867b40accac
2023-05-04 05:53:30 +00:00
sahbot
88953ddb02 Integrating libamxd to master_v5.0.0
Issue: HOP-3236 gsdm missing arguments for commands and events [break]
Issue: NET-4746 [AMX] Changing optional parameters gives no events [fix]
GitOrigin-RevId: a0e4711dc9655c097e6b60a6fa19c94d10642466
2023-05-04 05:53:30 +00:00
sahbot
34b7cf0d1f Merge remote-tracking branch 'origin/master' into dev_master_group_1_upstep
GitOrigin-RevId: f59694eafbdedf4152f416961e5dd44640c7ecda
2023-05-04 05:53:30 +00:00
sahbot
8dcee5248f Integrating libamxs to master_v0.1.68
Issue: HOP-3300 [Amxs] Parameter callbacks are not called when an object instance is added [fix]
GitOrigin-RevId: 94b9e5055a547aaf658a93d854b1b2203c3f17b1
2023-05-04 05:53:30 +00:00
sahbot
873a4c5a5d Integrating libamxd to master_v4.4.4
Issue: NET-4640 access to DM LocalAgent. using amxb_get fail on EW [fix]
GitOrigin-RevId: f5f3af203b6d6360802cb081cc0b8bc42b4b7ad1
2023-05-04 05:53:30 +00:00
sahbot
1da7d14363 Integrating mod-amxb-ubus to master_v3.0.69
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 56983d85c0f2a9040de22edce5eacaf463f001ee
2023-05-04 05:53:30 +00:00
sahbot
a1731e6516 Integrating mod-amxb-ubus to master_v3.0.68
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 48e390e7cc890c1eb4bfc211f5d56723e97becd1
2023-05-04 05:53:30 +00:00
sahbot
2dfff02b63 Integrating mod-amxb-ubus to master_v3.0.67
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7b62b07317777e874a6766b4c562db6a8a692eb1
2023-05-04 05:53:30 +00:00
sahbot
2aa05b49c0 Integrating amxo-cg to master_v1.2.13
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 94b782f7886906e55904456273316af58d03f137
2023-05-04 05:53:30 +00:00
sahbot
023a5902fe Integrating libamxs to master_v0.1.67
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a22a71b6cbc5211c54923944ac6bfee740ffd234
2023-05-04 05:53:30 +00:00
sahbot
a8f92f708f Integrating libamxa to master_v0.8.22
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7b9ddc6cf71dc8ce85eb1c84287a4989ca25037e
2023-05-04 05:53:30 +00:00
sahbot
ad722989d6 Integrating libamxb to master_v4.5.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 037f3d38d6b51f43d8f2e0df888c5f847d89680a
2023-05-04 05:53:30 +00:00
sahbot
16539391f6 Integrating libamxo to master_v3.0.0
Issue: ambiorix/libraries/lib_amxo#41 ODL syntax documentation must be updated [fix]
Issue: ambiorix/libraries/lib_amxo#80 Remove deprecated odl syntax and pcb compatibility syntax [break]
GitOrigin-RevId: 55d7c218315033fdda8050f0754c5a4c290a396b
2023-05-04 05:53:30 +00:00
sahbot
2a43f9d75f Integrating libamxd to master_v4.4.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: f51cc5ae8405c15d2778e0c39a3110f5bf80ec46
2023-05-04 05:53:30 +00:00
sahbot
495da96c87 Integrating libamxt to master_v0.2.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4bc9124b27df98cc7a3b59ab918b57426aeebc70
2023-05-04 05:53:30 +00:00
sahbot
62a85fc0ef Integrating libamxm to master_v0.0.55
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 108aee1a707d7a6a1b5b0b65c09783fd9773b160
2023-05-04 05:53:30 +00:00
sahbot
e3b89778cf Integrating libamxp to master_v1.1.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3962d3523bb7c06a7c1dc0172aa965d5be9f9afd
2023-05-04 05:53:30 +00:00
sahbot
dcd426c63d Integrating libamxj to master_v0.3.55
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: df6e54cfe820d3315fc70fa76311834afc4443fc
2023-05-04 05:53:30 +00:00
sahbot
ef9a89ae8a [CI] Update changelog for release master_v8.4.9
GitOrigin-RevId: e6d6196c275c24aa78b9b2b7db8586c46074b3d7
2023-04-24 16:51:17 +00:00
sahbot
d7f2c6852a Issue: NET-4640 access to DM LocalAgent. using amxb_get fail on EW [fix]
GitOrigin-RevId: 4493304f0ddb07ca7f0fe835d3949a9eb8d7eeb8
2023-04-24 16:51:17 +00:00
sahbot
0edec9826a [CI] Update changelog for release master_v8.4.8
GitOrigin-RevId: 9221ef509ec2bf3f5292bbd5a880f22b29d9509b
2023-04-21 09:42:57 +00:00
sahbot
74314b6194 [CI] Update changelog for release master_v8.4.7
GitOrigin-RevId: 48b5ecef576438c890b0f246b268ba9caec7899f
2023-04-19 10:29:23 +00:00
sahbot
8630b9da18 Integrating libamxc to master_v1.8.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a4cd86ad423e02985fa06bd82d4817b4141dbe12
2023-04-19 10:27:56 +00:00
sahbot
a24c1b1481 [CI] Update changelog for release master_v8.4.6
GitOrigin-RevId: 661fd79dbc44a845f113fdcf06bce7d379af22cc
2023-04-18 09:49:57 +00:00
sahbot
5f80692afe Integrating mod-amxb-ubus to master_v3.0.66
Issue: HOP-2896 [LCM] Error code is not forwarded correctly from LCM to USP in case of InstallDU using a non-existent EE [fix]
GitOrigin-RevId: b99264dd34a741481cfb93539ac423cb777fbf3c
2023-04-18 09:43:35 +00:00
sahbot
4d544dbbac Integrating libamxs to master_v0.1.66
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: bd95f213d6fbab944670b5e0bd07e26f07833b27
2023-04-18 09:43:35 +00:00
sahbot
d28546fa5e Integrating libamxa to master_v0.8.21
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3f399c3f9ab63136d1f91e098eb1d061fbaf27ab
2023-04-18 09:43:35 +00:00
sahbot
4960a23945 Integrating libamxb to master_v4.5.6
Issue: NET-4686 [AMX] Unable to unsubscribe from search path [fix]
GitOrigin-RevId: 40478aa6e360418811f522e1c9b3154b161f9edb
2023-04-18 09:43:35 +00:00
sahbot
77c5ede9c1 Integrating mod-amxb-ubus to master_v3.0.65
Issue: HOP-2896 [LCM] Error code is not forwarded correctly from LCM to USP in case of InstallDU using a non-existent EE [fix]
GitOrigin-RevId: 1e690138c178cdbce78527f952cc9b99f6bcdda2
2023-04-18 09:43:35 +00:00
sahbot
c3b334dfc0 Integrating libamxs to master_v0.1.65
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ae46ecab4abaa63ff3ce0d0453352f1bc100acd4
2023-04-18 09:43:35 +00:00
sahbot
2f18ef7f3d Integrating libamxa to master_v0.8.20
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d6e7ef9322bcc3e441da1cd0869315e2572bacee
2023-04-18 09:43:35 +00:00
sahbot
5f4b65fe60 Integrating libamxb to master_v4.5.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4c14a2f14b09c4102723ed371efd80621c69abe4
2023-04-18 09:43:35 +00:00
sahbot
ca877deeb6 Integrating libamxo to master_v2.1.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0a4b4cbaf2959714560223b1fb2ff30cfbcb9020
2023-04-18 09:43:35 +00:00
sahbot
18a81ec152 Integrating libamxd to master_v4.4.2
Issue: NET-4658 [USP][AMX] GSDM needs a ValueChangeType [fix]
GitOrigin-RevId: 8d310be1c5c4d4d39dc0eab1aaf6e3bf735ce041
2023-04-18 09:43:35 +00:00
sahbot
9d3d9fcb1c Integrating libamxt to master_v0.2.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 98b4e03c5a3074abdfa03a3bbd8284e0638c4b99
2023-04-18 09:43:35 +00:00
sahbot
10e492a214 Integrating libamxm to master_v0.0.54
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d7deeb957470775c564332b9f0f415781111212b
2023-04-18 09:43:35 +00:00
sahbot
84e4caad6a Integrating libamxp to master_v1.1.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8c77ce95da167f698025e25e886236911b804e87
2023-04-18 09:43:35 +00:00
sahbot
0d46618a92 Integrating libamxj to master_v0.3.54
Issue: NET-4671 [AMX] Reduce write calls done in amxj_write [fix]
GitOrigin-RevId: 799f0c514cdaf9b1f41ae17f823a00562ac48bb6
2023-04-18 09:43:35 +00:00
sahbot
2ad7e3bf74 Integrating libamxc to master_v1.8.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: de0549aa84d382daf5c412b86b4bd918e95a946b
2023-04-18 09:43:35 +00:00
sahbot
93a001d6fb [CI] Update changelog for release master_v8.4.5
GitOrigin-RevId: f95430adbb1df7b5d256345562ab6b1986c7d735
2023-04-07 16:44:50 +00:00
sahbot
7a0c9b8b4e Integrating libamxb to master_v4.5.4
Issue: HOP-3284 [TR069-manager] [wnc] No ManagementServer object for wnc [fix]
GitOrigin-RevId: 980737e4d5d5ade462303124f0e44a53ad68bfb7
2023-04-07 16:42:50 +00:00
sahbot
cbb738f1b1 [CI] Update changelog for release master_v8.4.4
GitOrigin-RevId: d46ff345a5bc8f2d4c63b4b8580b0f124bc2e868
2023-04-05 13:47:47 +00:00
sahbot
8ef5ab0e8f Integrating mod-ba-cli to master_v0.8.3
Issue: HOP-3233 [Ambiorix] Implement function call with search path [fix]
GitOrigin-RevId: d1821e99c5b1dc558288184acf86c1914f355776
2023-04-05 13:47:47 +00:00
sahbot
70d2ccd051 Integrating mod-amxb-ubus to master_v3.0.64
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1f65aa797510c63b4d94f4182fb3a89838f6bfe9
2023-04-05 13:47:47 +00:00
sahbot
3bbeb92cd5 Integrating libamxs to master_v0.1.64
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9cd687bdd48fe6207c39db4cb9a6d1b6cf832c2d
2023-04-05 13:47:47 +00:00
sahbot
5ec8dc037e Integrating libamxa to master_v0.8.19
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9df21efdb2bfa2c914b416f4f20c6986f7c0908d
2023-04-05 13:47:47 +00:00
sahbot
d52f737b89 Integrating libamxb to master_v4.5.3
Issue: HOP-3250 [amx pcb]Who has on search paths with pcb back-end is not working [fix]
GitOrigin-RevId: 5d3ab8aec2733817123cd8772966cd6b0f9b0950
2023-04-05 13:47:47 +00:00
sahbot
e839cf9f56 Integrating amx-fcgi to master_v0.5.3
Issue: ambiorix/applications/amx-fcgi#15 Fix and complete unit tests [fix]
GitOrigin-RevId: 07b0e76f8a4055f17089ed7a616e1c6c01b5ad0b
2023-04-05 13:47:47 +00:00
sahbot
857ca2df7c Integrating mod-ba-cli to master_v0.8.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8e5de7b1b6d776477500a405828e5b49526a5657
2023-04-05 13:47:47 +00:00
sahbot
063011f498 Integrating amx-fcgi to master_v0.5.2
Issue: ambiorix/applications/amx-fcgi#15 Fix and complete unit tests [fix]
GitOrigin-RevId: 5281bc44f40368c27a8075f5c4668313ca4fb3ad
2023-04-05 13:47:47 +00:00
sahbot
fb0dff263b Integrating amxrt to master_v1.5.17
Issue: ambiorix/applications/amxrt#48 Listen socket connections are not removed from the event loop [fix]
GitOrigin-RevId: 9ab8fd7e7a96100f7bea0f47b2d0a2d2a3fe32e9
2023-04-05 13:47:47 +00:00
sahbot
4d1a34c3c4 Merge remote-tracking branch 'origin/master' into dev_master_group_1_upstep
GitOrigin-RevId: 50a6eb4e7cf470d1fad4cbd01877cf0908f5d52c
2023-04-05 13:47:47 +00:00
sahbot
2462281d42 [CI] Update autogenerated files
GitOrigin-RevId: 7f567984f2ec2f48d4a2899123a15172d1257bf9
2023-04-05 13:47:47 +00:00
sahbot
60eb0b565d [CI] Update changelog for release master_v8.4.3
GitOrigin-RevId: 3d072feb02045d33eb14a30072b4640db6520902
2023-03-29 15:22:50 +00:00
sahbot
dd4b571977 [CI] Update changelog for release master_v8.4.2
GitOrigin-RevId: 14daa94707ce01124bddecedb89e65de95a8d3aa
2023-03-29 14:53:33 +00:00
sahbot
80428e0cc9 [CI] Update changelog for release master_v8.4.1
GitOrigin-RevId: e5c06f9cd09311d5d6c1c7377287130a90111079
2023-03-29 12:23:49 +00:00
sahbot
b7c13370ab [CI] Update changelog for release master_v8.4.0
GitOrigin-RevId: cc0378cec7dbdb7e237d6d3e55a306d1bd540546
2023-03-29 12:23:49 +00:00
sahbot
5a8f461fd2 Integrating mod-amxb-ubus to master_v3.0.63
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7896ed320190a1ced4d5520506d81bdea7a5fa9e
2023-03-29 12:23:49 +00:00
sahbot
7cf9fb3ae2 Integrating amx-cli to master_v0.2.25
Issue: NET-4627 [AMX] gdbgui provides full path of cli module [fix]
GitOrigin-RevId: 30971e65b5104ce98fe952ad3188a8190c08efa4
2023-03-29 12:23:49 +00:00
sahbot
05a493c7e7 Integrating libamxs to master_v0.1.63
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 22e5dccc0a8ca5b4b434bb141634ae6539c62cef
2023-03-29 12:23:49 +00:00
sahbot
89272c8157 Integrating libamxa to master_v0.8.18
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: cfd781893c0491797063450ba0bf1f66d287a30e
2023-03-29 12:23:49 +00:00
sahbot
adbbba67c6 Integrating libamxb to master_v4.5.2
Issue: NET-4625 [AMX] Take bus access into account for GSDM [new]
GitOrigin-RevId: 55b97606784c963ec8e738e78c0da5b73c935267
2023-03-29 12:23:49 +00:00
sahbot
a25916cf6d Integrating libamxo to master_v2.1.1
Issue: HOP-3179 AMX : make it possible to to define event handlers directly under object [new]
GitOrigin-RevId: b1e8e3240219cdcff5bd0f24992a78c59a23d7c5
2023-03-29 12:23:49 +00:00
sahbot
b9e14d94f0 Integrating libamxd to master_v4.4.1
Issue: HOP-3197 [uspagent] The 'Discovery' object in the dm cannot use gsdm [fix]
Issue: NET-4625 [AMX] Take bus access into account for GSDM [new]
GitOrigin-RevId: 3525b52353be6f1e72e8a0c537f864a1ed2e10ae
2023-03-29 12:23:48 +00:00
sahbot
80802d0487 Integrating libamxs to master_v0.1.62
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 62e0f9e2ffe3913ff1cec9ec8ed18b49784bd4e6
2023-03-29 12:23:48 +00:00
sahbot
f7b99c7f28 Integrating libamxa to master_v0.8.17
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 19dbcb5adfa4e2ad70c9e72d5c63cd6dede795fc
2023-03-29 12:23:48 +00:00
sahbot
4ece6cd0a3 Integrating libamxb to master_v4.5.1
Issue: NET-4625 [AMX] Take bus access into account for GSDM [new]
GitOrigin-RevId: 530df41f431f4a0b3eabc80d3cd5c6df2e6dad2c
2023-03-29 12:23:48 +00:00
sahbot
66d0839011 Integrating libamxb to master_v4.5.0
Issue: NET-4625 [AMX] Take bus access into account for GSDM [new]
GitOrigin-RevId: 81889a35dcc6b0142c93f9b32432d1b3135e6b05
2023-03-29 12:23:48 +00:00
sahbot
4039c36e71 Integrating libamxo to master_v2.1.0
Issue: HOP-3179 AMX : make it possible to to define event handlers directly under object [new]
GitOrigin-RevId: a0413226889b24df355a94839e3d643aa5515a29
2023-03-29 12:23:48 +00:00
sahbot
bb5a83e5e9 Integrating libamxd to master_v4.4.0
Issue: NET-4625 [AMX] Take bus access into account for GSDM [new]
GitOrigin-RevId: 19102253025a7bf0161678bee9acf828e08c0584
2023-03-29 12:23:48 +00:00
sahbot
5b57b0334c Integrating libamxt to master_v0.2.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d01dc4a1b6cbe5d67c4cc046517fc5f3008fde4b
2023-03-29 12:23:48 +00:00
sahbot
07b3e83da4 [CI] Update changelog for release master_v8.3.1
GitOrigin-RevId: ce577881fa6e30d5a20c0467d8e2c2d9b71b1ccf
2023-03-29 12:23:48 +00:00
sahbot
8b83c116ab Integrating libsahtrace to master_v1.12.1
Issue: HOP-2678 when_failed_trace should behave like when_failed [fix]
GitOrigin-RevId: d9820614fcf240c8e392d958841c52c3ce4c7cf4
2023-03-29 12:23:48 +00:00
sahbot
fda81a7cba [CI] Update changelog for release master_v8.3.0
GitOrigin-RevId: a843db967c05bfd730608403acd1649883ae4c92
2023-03-29 12:23:48 +00:00
sahbot
d008d8b168 Integrating mod-amxb-ubus to master_v3.0.62
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e4a5cc38ec8efffbdfc257b634efead5985d27d8
2023-03-29 12:23:48 +00:00
sahbot
85b83ddc1e Integrating acl-manager to master_v0.6.2
Issue: HGWKPN-1869 [KPN SW2][Security]Restrict ACL of guest user in Ambiorix datamodels [other]
GitOrigin-RevId: 894c1bd806a33d1c99c13427d30a6c530d2e3532
2023-03-29 12:23:48 +00:00
sahbot
8cfc2917b0 Integrating libamxs to master_v0.1.61
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e592c07152cf2a537f484c72e5fc39c380d6e192
2023-03-29 12:23:48 +00:00
sahbot
99cde0d0bf Integrating libamxa to master_v0.8.16
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3a8b7560e664f9ed53ac2d2125e4550eef8ac839
2023-03-29 12:23:48 +00:00
sahbot
52b0c4a4a9 Integrating libamxb to master_v4.4.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4ae1a8821ce6fb6f6c34b8dc34da20c7a89696c7
2023-03-29 12:23:48 +00:00
sahbot
58b08bc1d8 Integrating libamxo to master_v2.0.55
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b9e1e822c8421a91697d8934c6c2ce5cb68a3e73
2023-03-29 12:23:48 +00:00
sahbot
cb9cf3ad2d Integrating libamxd to master_v4.3.0
Issue: LCMFT-52 [pcb] usp endpoint doesn't support pcb requests [new]
GitOrigin-RevId: 48f162c2269f4c9f352923bc1882e28a93344b07
2023-03-29 12:23:48 +00:00
sahbot
458ba875c0 [CI] Update changelog for release master_v8.2.0
GitOrigin-RevId: 22f490632994ce4aa00b1bb227b42cca762bd9ae
2023-03-21 13:13:49 +00:00
sahbot
e756abd91d Integrating mod-amxb-ubus to master_v3.0.61
Issue: HOP-3152 [amxb_ubus]When calling a not existing method asynchronously no reply is given [fix]
GitOrigin-RevId: fc16652396d85c3a737efc482f14c608c2ba3a51
2023-03-21 13:13:48 +00:00
sahbot
4c90ed37df Integrating libamxs to master_v0.1.60
Issue: VOIP-482 Create the voice interface between ubus and pcb (tr104i1/2 mapper)
GitOrigin-RevId: 70c5af0b2bf2824f20ad9ea895860168cb185b9e
2023-03-21 13:13:48 +00:00
sahbot
06325aa0a9 Integrating libamxa to master_v0.8.15
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 6b5ba218345944833656d5a2b2409d01fb537962
2023-03-21 13:13:48 +00:00
sahbot
36147c3613 Integrating libamxb to master_v4.4.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7a99f8798a91fbb5a7323f197e8a879dc03598f2
2023-03-21 13:13:47 +00:00
sahbot
a62acd7241 Integrating libamxo to master_v2.0.54
Issue: HOP-3128 [odl] Regression conditional include does not take second if first is an empty directory
GitOrigin-RevId: 1a29ff55a83425f9417654ee2c2dee9d64a65874
2023-03-21 13:13:47 +00:00
sahbot
27a9edb377 Integrating libamxd to master_v4.2.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e2467166516f2f27c151bbbf4d9e560e92aba5d2
2023-03-21 13:13:47 +00:00
sahbot
e755a4c04b Integrating libamxt to master_v0.2.1
Issue: ambiorix/libraries/lib_amxt#11 Some control key sequences are incorrect defined [new]
GitOrigin-RevId: fec8437635522c92c37c67e1db28221ed2525380
2023-03-21 13:13:47 +00:00
sahbot
18e2189d63 Integrating libamxp to master_v1.1.1
Issue: ambiorix/libraries/lib_amxp#49 Improvements in amxp regarding amxp_dir_scan, timer documentation and slot disconnects [fix]
GitOrigin-RevId: 9cff3f320ba287bd6b65547cb7d8ba14c3e95ebd
2023-03-21 13:13:47 +00:00
sahbot
7daa726b4e Integrating amx-fcgi to master_v0.5.1
Issue: HOP-3054 [amx-fcgi][SWUpdate] Add upload file functionality [new]
GitOrigin-RevId: 4f819bb963d3388f00ae3833b3a9aafd67c56255
2023-03-21 13:13:47 +00:00
sahbot
48b341d2d9 Integrating amx-fcgi to master_v0.5.0
Issue: HOP-3054 [amx-fcgi][SWUpdate] Add upload file functionality [new]
GitOrigin-RevId: 4f376b96d3d9a26e940f380a07722e8cf44d53c5
2023-03-21 13:13:47 +00:00
sahbot
41f46d6f43 Integrating libamxt to master_v0.2.0
Issue: ambiorix/libraries/lib_amxt#11 Some control key sequences are incorrect defined [new]
GitOrigin-RevId: d9b086260b67bf2eac99c70ddf4db71262f04a7f
2023-03-21 13:13:46 +00:00
sahbot
bc2f1d395e Integrating libamxo to master_v2.0.53
Issue: HOP-3128 [odl] Regression conditional include does not take second if first is an empty directory
GitOrigin-RevId: cf1626c0976030d7297aab7f0072ded1a39c0bb3
2023-03-21 13:13:46 +00:00
sahbot
50d7547a7f [CI] Update changelog for release master_v8.1.0
GitOrigin-RevId: 8aae52427f7f4d0ffde4d77344965311038b7afe
2023-03-13 14:26:33 +00:00
sahbot
356f4c3671 Integrating mod-amxb-ubus to master_v3.0.60
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9bf94271f74fb2b74f4e80ed05d9b1e7eaef1803
2023-03-13 14:26:33 +00:00
sahbot
c860dd496e Integrating amxrt to master_v1.5.16
Issue: ambiorix/applications/amxrt#47 Can write event must only be created once [fix]
GitOrigin-RevId: 49132319dac84a7634c3865032a3b40975e038ae
2023-03-13 14:26:33 +00:00
sahbot
e7706c1a46 Integrating libamxs to master_v0.1.59
Issue: HOP-3112 Always execute the initial sync with protected access [fix]
GitOrigin-RevId: 6dfbe8461d41f3ff324c52afa04bedb4d848b6ca
2023-03-13 14:26:33 +00:00
sahbot
bc76d23b43 Integrating libamxa to master_v0.8.14
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 72d848a43cbc70ab9ec7c94a1c0a06c644954bff
2023-03-13 14:26:33 +00:00
sahbot
3cf57712d0 Integrating libamxb to master_v4.4.6
Issue: NET-4538 Object path verification should be done when subscribing [fix]
GitOrigin-RevId: 00bf75f8bb060f8dfeaaef149087108d03889b28
2023-03-13 14:26:33 +00:00
sahbot
c33988fadd Integrating libamxo to master_v2.0.52
Issue: HOP-3065 [amxo] Saving and restoring the odl (config) section gives errors.
Issue: ST-1001 When odl includes an empty directory no error should be printed
GitOrigin-RevId: 820e9f2d6405772efe39b71020adfec16ac4debc
2023-03-13 14:26:33 +00:00
sahbot
a5cd8aa46e Integrating libamxd to master_v4.2.6
Issue: HOP-3015 [amxd] methods with amxd_aattr_out argument return NULL [fix]
Issue: HOP-3043 [AMX] Protected objects should not be retrieved by gsdm [fix]
Issue: HOP-3110 Mop test netmodel_02_check_interfaces_test.py::test_wan_isup_query_loop fails due to unexpected out argument [fix]
GitOrigin-RevId: d7875478ff6fa746aba5ce09c00d85da0ebe9e97
2023-03-13 14:26:33 +00:00
sahbot
4588b1b203 Integrating libamxt to master_v0.1.70
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a85349c25dce168b568617240a42ca937411c6be
2023-03-13 14:26:33 +00:00
sahbot
eafe9f7887 Integrating libamxp to master_v1.1.0
Issue: HOP-2688 [prpl][tr181-upnp] UPnP.Discovery and UPnP.Description are not implemented [new]
GitOrigin-RevId: 118d676fbafeaaaf6e3af8414617dd41664a12c0
2023-03-13 14:26:33 +00:00
sahbot
3a47e2d245 Integrating libamxs to master_v0.1.58
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: af16d46c5f6e6ef304f00a108f63840467d71519
2023-03-13 14:26:33 +00:00
sahbot
fea02f402d Integrating libamxa to master_v0.8.13
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a33fdf6b587ebc6eec785806044f4f340f475bde
2023-03-13 14:26:33 +00:00
sahbot
191e156403 Integrating libamxb to master_v4.4.5
Issue: NET-4538 Object path verification should be done when subscribing [fix]
GitOrigin-RevId: 919c01f89f4725e98facb8e3ce61528952796154
2023-03-13 14:26:33 +00:00
sahbot
90a7570439 Integrating libamxo to master_v2.0.51
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 29ce49f95f2c8f48739a1946eb51a6837f6f5b2e
2023-03-13 14:26:33 +00:00
sahbot
258e508af7 Integrating libamxd to master_v4.2.5
Issue: HOP-3015 [amxd] methods with amxd_aattr_out argument return NULL [fix]
Issue: HOP-3043 [AMX] Protected objects should not be retrieved by gsdm [fix]
GitOrigin-RevId: da11076796cabcd6223785c34b6cf51472ee9a33
2023-03-13 14:26:33 +00:00
sahbot
002186d168 Integrating amxo-cg to master_v1.2.12
Issue: HOP-2978 [PRPL] amxo-cg does not compile with libxml2 version 2.10.2 [change]
Issue: ST-995 amxo-cg fails to build correct include tree when parsing error occurs [fix]
GitOrigin-RevId: 1f331502496e7eb10b55c6c6ab766d0cdc006b37
2023-03-13 14:26:33 +00:00
sahbot
3381970463 Integrating mod-amxb-ubus to master_v3.0.59
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1266cc60cd2b684df4de576806731ec75b613531
2023-03-13 14:26:33 +00:00
sahbot
ff900a30a7 Integrating amxo-cg to master_v1.2.11
Issue: HOP-2978 [PRPL] amxo-cg does not compile with libxml2 version 2.10.2 [change]
GitOrigin-RevId: 5e96ebece1ce4e924b3c5ba4abce80e7158d570a
2023-03-13 14:26:33 +00:00
sahbot
0a242cb86c Integrating amxrt to master_v1.5.15
Issue: ambiorix/applications/amxrt#47 Can write event must only be created once [fix]
GitOrigin-RevId: 43bfdd1ab649db451c895e74074a93f4fcfaca4c
2023-03-13 14:26:33 +00:00
sahbot
d748e7257c Integrating libamxs to master_v0.1.57
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 37c08c16692cdd4e48849b6d18d7eb4693ca270f
2023-03-13 14:26:33 +00:00
sahbot
03e640174c Integrating libamxa to master_v0.8.12
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c8ceea796b5a9f3055cb0d11f1814664c3b62aff
2023-03-13 14:26:33 +00:00
sahbot
d013c2f2ad Integrating libamxb to master_v4.4.4
Issue: NET-4538 Object path verification should be done when subscribing [fix]
GitOrigin-RevId: 7c59626af9f0ded969bbd7ec144548e2c3046a45
2023-03-13 14:26:33 +00:00
sahbot
a565d718b0 Integrating libamxo to master_v2.0.50
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a60bc7d2d32eed2072e41954e9482fd9b0b6bbc5
2023-03-13 14:26:33 +00:00
sahbot
bb02d9b6b9 Integrating libamxd to master_v4.2.4
Issue: HOP-3015 [amxd] methods with amxd_aattr_out argument return NULL [fix]
GitOrigin-RevId: 7248543e34488a4fe9c800d18ec54fb80653f740
2023-03-13 14:26:33 +00:00
sahbot
21af084cbe [CI] Update changelog for release master_v8.0.2
GitOrigin-RevId: 2b60a8b440124c3283f6498714eec9ef3eaa6a72
2023-02-24 12:25:29 +00:00
sahbot
df0b98a725 Integrating mod-amxb-ubus to master_v3.0.58
Issue: HOP-2956 [ubus-cli] No alias paths in datamodel [fix]
GitOrigin-RevId: 82cc68de5c7fd1876137a6e2a9e57e75016f18a7
2023-02-24 12:25:29 +00:00
sahbot
5b7b6e8eb5 [CI] Update changelog for release master_v8.0.1
GitOrigin-RevId: f172e8b9322dfe3147bad4192f8de906432105cb
2023-02-23 08:36:22 +00:00
sahbot
bb081dac6b Integrating mod-ba-cli to master_v0.8.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 86baa91ae46cd26f9ed2bc3696ae493ab975d2e3
2023-02-23 08:36:22 +00:00
sahbot
85756f0546 Integrating mod-amxb-ubus to master_v3.0.57
Issue: HOP-2909 list operator using ubus backend without a path doesn't give a reply [fix]
GitOrigin-RevId: 179168d5c98fb448b8b2ffb159e4acfcae9845d3
2023-02-23 08:36:22 +00:00
sahbot
e5ab232b83 Integrating libamxs to master_v0.1.56
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 47e662a737a0674efed6f775eeaa0cba104155e7
2023-02-23 08:36:22 +00:00
sahbot
36a4813848 Integrating libamxa to master_v0.8.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: eb26e9ab2fe5a549237b3eff34cbe897743538f2
2023-02-23 08:36:22 +00:00
sahbot
5f34df18cf Integrating libamxb to master_v4.4.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: f9bbaba72889b4321b1f0c17e848b12971718c11
2023-02-23 08:36:22 +00:00
sahbot
2f501b9ad8 Integrating libamxo to master_v2.0.49
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d8428277f5825cd75919a621e155c6d073e7b75a
2023-02-23 08:36:22 +00:00
sahbot
47913c0097 Integrating libamxd to master_v4.2.3
Issue: ambiorix/libraries/lib_amxd#151 Ignore empty read filter [fix]
Issue: NET-4513 amxd_object_get_param_value should have its object parameter const [fix]
GitOrigin-RevId: e1da1ce5ba445ebaac09a2edcee38ebd5b6f26bf
2023-02-23 08:36:22 +00:00
sahbot
83b7cc4685 Integrating libamxt to master_v0.1.69
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 68f85b3b8fff97235eee205edcb96769f428e7ee
2023-02-23 08:36:22 +00:00
sahbot
6e7d786cc2 Integrating libamxp to master_v1.0.3
Issue: HOP-2629 unbound does not start after reboot in tagged mode [fix]
Issue: HOP-2760 [CDROUTER][IPv6] Box sends 2 ICMPv6 RA when a RS is received on LAN [fix]
GitOrigin-RevId: 007467a84e1b32c23cea54762e2409f40ff6d3a1
2023-02-23 08:36:22 +00:00
sahbot
a985812401 Integrating mod-amxb-ubus to master_v3.0.56
Issue: HOP-2909 list operator using ubus backend without a path doesn't give a reply [fix]
GitOrigin-RevId: 5feef853c394537d32ecf5dfe012469f773eae76
2023-02-23 08:36:22 +00:00
sahbot
ee0467932e Integrating lua-amx to master_v0.3.10
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5b827a71057e311ce0b113c49bbe448b83543a25
2023-02-23 08:36:22 +00:00
sahbot
6457952421 [CI] Update changelog for release master_v8.0.0
GitOrigin-RevId: 6e4835d6b4ab274e8102a24165bc7d3a65c078ea
2023-02-20 13:46:20 +00:00
sahbot
a68958a02b Integrating lua-amx to master_v0.3.9
Issue: ST-974 Add amxb_set_config support to lua bindings
GitOrigin-RevId: d258207d99a51cca1d5e1ca31cf7eada099e895a
2023-02-20 13:46:20 +00:00
sahbot
784ae6915b Integrating mod-ba-cli to master_v0.8.0
Issue: ambiorix/modules/amx_cli/mod-ba-cli#24 When asking a parameter value in the cli, it returns more than expected. [fix]
Issue: HOP-2731 Replace openwrt ASCII art by prplOS one [change]
Issue: HOP-2918 Add json output format to cli (ubus-cli, pcb-cli, ba-cli) [new]
GitOrigin-RevId: 37fe7c984f1d457f04616b55403c18d66daa2aef
2023-02-20 13:46:20 +00:00
sahbot
660dc3956e Integrating lua-amx to master_v0.3.8
Issue: ST-974 Add amxb_set_config support to lua bindings
GitOrigin-RevId: a7e45b6b00ea53ccd8473d536ad3befc95c60bc2
2023-02-20 13:46:20 +00:00
sahbot
f29d743b9f Integrating mod-ba-cli to master_v0.7.17
Issue: ambiorix/modules/amx_cli/mod-ba-cli#24 When asking a parameter value in the cli, it returns more than expected. [fix]
Issue: HOP-2731 Replace openwrt ASCII art by prplOS one [change]
GitOrigin-RevId: edf9847ba1213f2215c9d9e576a0096c93bbbaaa
2023-02-20 13:46:20 +00:00
sahbot
ed64442eb3 Integrating mod-amxb-ubus to master_v3.0.55
Issue: HOP-2667 [AMXB] protected objects are listed for public connection [fix]
Issue: HOP-2909 list operator using ubus backend without a path doesn't give a reply [fix]
Issue: NET-4423 [USP] Requirements for Get changed [change]
GitOrigin-RevId: 70e5e0f9d00298fb3cc1dda5272c16629f4de0e4
2023-02-20 13:46:20 +00:00
sahbot
f8036a2497 Integrating amx-fcgi to master_v0.4.9
Issue: HOP-1800 [amx-fcgi] generated datamodel documentation is empty
Issue: HOP-2611 amx-fastcgi crashes at boot when webui is installed in LCM container [fix]
GitOrigin-RevId: 790c01c011d242e8b7b76281c7f1f95d251ccfcc
2023-02-20 13:46:20 +00:00
sahbot
ffb8757f0c Integrating amx-cli to master_v0.2.24
Issue: HOP-2086 [WNC] Keyboard arrows not working within ubus-cli on serial [fix]
Issue: HOP-2664 [AMX][CLI] Scripting: ubus-cli or ba-cli doesn't output anything without a pseudo-terminal [fix]
GitOrigin-RevId: c9cc13838a59f877e5b32036805daa3b26dd980e
2023-02-20 13:46:20 +00:00
sahbot
e368918924 Integrating libamxs to master_v0.1.55
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0e8e48185e8aa8a6b7940a11b3932b15352c1b57
2023-02-20 13:46:20 +00:00
sahbot
4e724054f4 Integrating libamxa to master_v0.8.10
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1facbb2c2cd585e8e52502f82f28c3446b3f61a6
2023-02-20 13:46:20 +00:00
sahbot
5bc62bf48f Integrating libamxb to master_v4.4.2
Issue: NET-4423 [USP] Requirements for Get changed [change]
Issue: NET-4448 [USP] Requirements for Get further clarified [new]
GitOrigin-RevId: 26a6e0ac7c47529b7b0089b57993c8fc31f02460
2023-02-20 13:46:20 +00:00
sahbot
5d9861360f Integrating libamxo to master_v2.0.48
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ec08b5d45e3a6cec82a607ff6428b75e2b37e94b
2023-02-20 13:46:20 +00:00
sahbot
47ff1bdc73 Integrating libamxd to master_v4.2.2
Issue: NET-4423 [USP] Requirements for Get changed [change]
Issue: NET-4448 [USP] Requirements for Get further clarified [new]
Issue: ST-981 Data model functions arguments don't inherit attributes from mib [fix]
GitOrigin-RevId: d14de7065eff29ee8df0aaf1f41c2b55c2b58252
2023-02-20 13:46:20 +00:00
sahbot
59bff8a90b Integrating libamxt to master_v0.1.68
Issue: HOP-2086 [WNC] Keyboard arrows not working within ubus-cli on serial [fix]
Issue: HOP-2664 [AMX][CLI] Scripting: ubus-cli or ba-cli doesn't output anything without a pseudo-terminal [fix]
GitOrigin-RevId: 971b7e01b3d2232ec4a2090e3fb8490defc17ec5
2023-02-20 13:46:20 +00:00
sahbot
98fbbe6156 Integrating libamxp to master_v1.0.2
Issue: HOP-2538 [SSH][AMX] Processes spawned by dropbear instance managed SSH Manager ignores SIGINT [fix]
Issue: HOP-2665 unblock a signal when disabling it with amxp_syssig_enable
Issue: ST-983 Improve logical expression parser [break]
GitOrigin-RevId: f70bcaf000642c5799ab8a3493e314a29fe192f5
2023-02-20 13:46:20 +00:00
sahbot
c66fe824b6 Integrating lua-amx to master_v0.3.7
Issue: ST-974 Add amxb_set_config support to lua bindings
GitOrigin-RevId: a15d3a923892187f69109f45bf9acac46887a360
2023-02-20 13:46:20 +00:00
sahbot
82de0b28ab Integrating mod-ba-cli to master_v0.7.16
Issue: HOP-2731 Replace openwrt ASCII art by prplOS one [change]
GitOrigin-RevId: 029ef99f989b3ce91e03323f26b6f85d357c01b3
2023-02-20 13:46:20 +00:00
sahbot
9ec2ec0345 Integrating mod-ba-cli to master_v0.7.14
Issue: HOP-2731 Replace openwrt ASCII art by prplOS one [change]
GitOrigin-RevId: 6fef832e2e57d23ee3a0ea4b796dcc2f77b1e5cf
2023-02-20 13:46:20 +00:00
sahbot
9bc954ad77 Integrating mod-amxb-ubus to master_v3.0.54
Issue: HOP-2667 [AMXB] protected objects are listed for public connection [fix]
Issue: NET-4423 [USP] Requirements for Get changed [change]
GitOrigin-RevId: 15e3e3851fca9f24ea4df35b2ed3d761b2ca3fb5
2023-02-20 13:46:20 +00:00
sahbot
61d74e4ccf Integrating amx-fcgi to master_v0.4.8
Issue: HOP-2611 amx-fastcgi crashes at boot when webui is installed in LCM container [fix]
GitOrigin-RevId: 1cbdaf42e53aade2aa181426488852243a0fb7bf
2023-02-20 13:46:20 +00:00
sahbot
d5322c8130 Integrating amx-cli to master_v0.2.23
Issue: HOP-2664 [AMX][CLI] Scripting: ubus-cli or ba-cli doesn't output anything without a pseudo-terminal [fix]
GitOrigin-RevId: 7ee83618fd5a5b5d31238cad23817144bbc11b67
2023-02-20 13:46:20 +00:00
sahbot
98bb00e3e0 Integrating libamxs to master_v0.1.54
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: fe48c742f9b3e8c7b3be5cef11b4b66d8fc99b8b
2023-02-20 13:46:20 +00:00
sahbot
ff44bf437f Integrating libamxs to master_v0.1.53
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 490e8d13b3d45ceb336feed41a3d303549b4e831
2023-02-20 13:46:20 +00:00
sahbot
209fcf50df [CI] Update PKG_HASH
GitOrigin-RevId: e0865bf8ea7ebf7862793e880fd7fb479af308eb
2023-02-20 13:46:20 +00:00
sahbot
1cbc8eea56 Integrating libamxa to master_v0.8.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3936e83af5aa498e427efd927196223f272b3d1f
2023-02-20 13:46:20 +00:00
sahbot
f496966025 Integrating libamxb to master_v4.4.1
Issue: NET-4423 [USP] Requirements for Get changed [change]
Issue: NET-4448 [USP] Requirements for Get further clarified [new]
GitOrigin-RevId: cd69fb9fd31ba498fb33ca32276634e2d4a1898a
2023-02-20 13:46:20 +00:00
sahbot
21d9ffd6ff Integrating libamxb to master_v4.4.0
Issue: NET-4423 [USP] Requirements for Get changed [change]
Issue: NET-4448 [USP] Requirements for Get further clarified [new]
GitOrigin-RevId: 33ebd4350446a4464b5b8a7484cbc700d583d548
2023-02-20 13:46:20 +00:00
sahbot
80b6f4d3e0 Integrating libamxo to master_v2.0.47
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 73bebb854f5623349a47b631ddcf44eb4938ca72
2023-02-20 13:46:20 +00:00
sahbot
dfe3fd513e Integrating libamxd to master_v4.2.1
Issue: NET-4423 [USP] Requirements for Get changed [change]
Issue: NET-4448 [USP] Requirements for Get further clarified [new]
Issue: ST-981 Data model functions arguments don't inherit attributes from mib [fix]
GitOrigin-RevId: 4bffcf5072239b7d334eb0522d7e5ab569c5c8fb
2023-02-20 13:46:20 +00:00
sahbot
90a05ec217 Integrating libamxt to master_v0.1.67
Issue: HOP-2664 [AMX][CLI] Scripting: ubus-cli or ba-cli doesn't output anything without a pseudo-terminal [fix]
GitOrigin-RevId: 37139ed7ed3a78bc67f6039bd6a7a0cba9cb1323
2023-02-20 13:46:20 +00:00
sahbot
7ac79814c2 Integrating libamxp to master_v1.0.1
Issue: HOP-2665 unblock a signal when disabling it with amxp_syssig_enable
Issue: ST-983 Improve logical expression parser [break]
GitOrigin-RevId: ac1d34b294b586361b1b3ca6ed3e695f5736ded8
2023-02-20 13:46:20 +00:00
sahbot
8988d1cfa1 Integrating libamxo to master_v2.0.46
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2d2ea9a1446a481682ac6fc9f3283a32fea81f2b
2023-02-20 13:46:20 +00:00
sahbot
0376de6661 Integrating libamxd to master_v4.2.0
Issue: NET-4423 [USP] Requirements for Get changed [change]
Issue: NET-4448 [USP] Requirements for Get further clarified [new]
Issue: ST-981 Data model functions arguments don't inherit attributes from mib [fix]
GitOrigin-RevId: 57887a09372a069411a3ab42050aa9f9f9352649
2023-02-20 13:46:20 +00:00
sahbot
4b8eb4b728 Integrating libamxt to master_v0.1.66
Issue: HOP-2664 [AMX][CLI] Scripting: ubus-cli or ba-cli doesn't output anything without a pseudo-terminal [fix]
GitOrigin-RevId: b6be32361352c57adf9aa5c9ce33fd7ed394deb0
2023-02-20 13:46:20 +00:00
sahbot
8954ddca77 Integrating libamxp to master_v1.0.0
Issue: HOP-2665 unblock a signal when disabling it with amxp_syssig_enable
Issue: ST-983 Improve logical expression parser [break]
GitOrigin-RevId: 63da9fa178a8adde67a643fb241c4730c2f74f61
2023-02-20 13:46:20 +00:00
sahbot
75b39dd147 Integrating amx-fcgi to master_v0.4.7
Issue: HOP-2611 amx-fastcgi crashes at boot when webui is installed in LCM container [fix]
GitOrigin-RevId: 56666590e26e249e67e6476f6ceed76959bd593d
2023-02-20 13:46:20 +00:00
sahbot
751d159064 Integrating amx-fcgi to master_v0.4.6
Issue: HOP-2611 amx-fastcgi crashes at boot when webui is installed in LCM container [fix]
GitOrigin-RevId: def407be6f6ff6de6b52574e6ea8687258457094
2023-02-20 13:46:20 +00:00
sahbot
a3f46e6d52 Integrating lua-amx to master_v0.3.6
Issue: ST-974 Add amxb_set_config support to lua bindings
GitOrigin-RevId: 3071be70d0a0750219343bf743bfc2cc163d8ac1
2023-02-20 13:46:20 +00:00
sahbot
ffce8c3596 Integrating mod-ba-cli to master_v0.7.13
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 265595080975d59b6fa5b6975e115f0cf55bcf76
2023-02-20 13:46:20 +00:00
sahbot
11c64f8029 Integrating mod-amxb-ubus to master_v3.0.53
Issue: NET-4423 [USP] Requirements for Get changed [change]
GitOrigin-RevId: 5be65e6a2097d13d674f90c0e638cf18e6344b90
2023-02-20 13:46:20 +00:00
sahbot
6a1c413f77 Integrating amxrt to master_v1.5.14
Issue: NET-4433 [MQTT][USP] Overlapping reconnects can cause a segmentation fault [fix]
GitOrigin-RevId: 08b5fbc2b2556a503803f1fc4b1d3a201f97b68f
2023-02-20 13:46:20 +00:00
sahbot
cec57e8c82 Integrating libamxs to master_v0.1.52
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c128f44f86a624ac03bdb58877b918092ff2548f
2023-02-20 13:46:20 +00:00
sahbot
e870dd143f Integrating libamxs to master_v0.1.51
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 57556f8a50318872e1a0f780b843716b7f75ef56
2023-02-20 13:46:20 +00:00
sahbot
0855e4a82c Integrating libamxa to master_v0.8.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 877f74c863fbda4758d23811735bcb276b916189
2023-02-20 13:46:20 +00:00
sahbot
a07e76adf4 Integrating libamxb to master_v4.3.12
Issue: NET-4423 [USP] Requirements for Get changed [change]
GitOrigin-RevId: 9409f44b0bbaa66e0870bdc5381822320f92c40c
2023-02-20 13:46:20 +00:00
sahbot
29213f3660 Integrating libamxo to master_v2.0.45
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 435a2a4e8cff47a39dbf8b09276e9118bbc577b6
2023-02-20 13:46:20 +00:00
sahbot
407dfebf78 Integrating libamxd to master_v4.1.7
Issue: NET-4423 [USP] Requirements for Get changed [change]
GitOrigin-RevId: 27ef5787d51cceb75d8011f882184442b16a0dfc
2023-02-20 13:46:19 +00:00
sahbot
4adee36d30 Integrating libamxt to master_v0.1.65
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 64da4b0a8e43828875280a505ec3a4d2ab06b84e
2023-02-20 13:46:19 +00:00
sahbot
8974f37e56 Integrating libamxm to master_v0.0.53
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: f31ae79a71a842aff34f75b51175be3da2eb2c43
2023-02-20 13:46:19 +00:00
sahbot
56df463cc8 Integrating libamxp to master_v0.11.12
Issue: HOP-2665 unblock a signal when disabling it with amxp_syssig_enable
GitOrigin-RevId: fde2e5ea39fd2e80aee752c9ec8981318d624b55
2023-02-20 13:46:19 +00:00
sahbot
7a33c437fd Integrating libamxj to master_v0.3.53
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 90ab545ae9aad62a5d27201d869300b2536f727f
2023-02-20 13:46:19 +00:00
sahbot
209e71b085 Integrating libamxc to master_v1.8.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2870a445799cc5201cb50844fd179eff7255be7e
2023-02-20 13:46:19 +00:00
sahbot
f445eb2276 [CI] Update changelog for release master_v7.7.4
GitOrigin-RevId: f92907a2f26547329fa2b4adcec92af997369509
2023-01-20 13:36:23 +00:00
sahbot
b73974318c Integrating mod-amxb-ubus to master_v3.0.52
Issue: HOP-2559 An InstallDU call from USP is sometimes not called on SoftwareModules [fix]
GitOrigin-RevId: f776d359d0223e9b1d56672b588800ac8c80a63d
2023-01-20 13:36:23 +00:00
sahbot
b5618c2fd0 Integrating lua-amx to master_v0.3.5
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [other]
Issue: ST-932 Add debian packages for amx lua bindings [other]
GitOrigin-RevId: 9916d0d12adbde4be2cbe02b1a67157c28b9c032
2023-01-20 13:36:23 +00:00
sahbot
5c440b1903 Integrating amxo-cg to master_v1.2.10
Issue: ST-918 [doc generation][NumberOfEntries field is not correctly put under the correct Object [fix]
GitOrigin-RevId: c74791fd6074b2dce7728b8cf3750eba05c7f955
2023-01-20 13:36:23 +00:00
sahbot
2a33de3287 Integrating libamxs to master_v0.1.50
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 683ce4735e23457fa35613136602b34515757eb6
2023-01-20 13:36:23 +00:00
sahbot
5d705f86a9 Integrating libamxa to master_v0.8.7
Issue: NET-4379 [AMX][USP] Only filter objects when at least one parameter was filtered [fix]
GitOrigin-RevId: 6454fd6ea8fe8e16c49e76f4346afd00c9f91574
2023-01-20 13:36:23 +00:00
sahbot
7cfcb9c2e0 Integrating libamxb to master_v4.3.11
Issue: HOP-2534 [AMXB] subscribing on different paths, still triggers all events cb [fix]
Issue: NET-4379 [AMX][USP] A get on a protected parameter with public bus access must fail [fix]
GitOrigin-RevId: 64fba057c0534b162b0e66c1f3262f6123644138
2023-01-20 13:36:22 +00:00
sahbot
ebb8e7c238 Integrating mod-amxb-ubus to master_v3.0.50
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e45fb412174e6616edfb98a082ea35a02609a433
2023-01-20 13:36:22 +00:00
sahbot
95ed15737f Integrating libamxs to master_v0.1.49
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 862ea2be29891c982ab3a904146880ef3b2021ce
2023-01-20 13:36:22 +00:00
sahbot
4882a16655 Integrating libamxa to master_v0.8.6
Issue: NET-4379 [AMX][USP] Only filter objects when at least one parameter was filtered [fix]
GitOrigin-RevId: 14bcf710c99b93c584a373eaa35a5c93c992cb3f
2023-01-20 13:36:22 +00:00
sahbot
6475ec6f6a Integrating libamxb to master_v4.3.10
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a8cb1965ae4f1aa6b1c8568cc290f87bd7ea9e68
2023-01-20 13:36:22 +00:00
sahbot
3f6df71274 Integrating libamxo to master_v2.0.44
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0802d4c947119f1c7b150b518504d850e2cc3f88
2023-01-20 13:36:22 +00:00
sahbot
4c341791fd Integrating libamxd to master_v4.1.6
Issue: NET-4379 [AMX][USP] A get on a protected parameter with public bus access must fail [fix]
Issue: NET-4381 [ambiorix] transaction time is dependent on the number of parameters within the object [fix]
GitOrigin-RevId: bd9e8f8a990b4320ec50323197e4ff36b124689c
2023-01-20 13:36:22 +00:00
sahbot
5bdb36a66d Integrating mod-lua-amx to master_v0.1.8
Issue: ST-932 Add debian packages for amx lua bindings [other]
GitOrigin-RevId: 64bccede23dfbe9ad08e513ee7584ec196fc648f
2023-01-20 13:36:22 +00:00
sahbot
04345d3b46 Integrating lua-amx to master_v0.3.4
Issue: ST-932 Add debian packages for amx lua bindings [other]
GitOrigin-RevId: fff67091b9734c68476acc77d6c867172e13dd7d
2023-01-20 13:36:22 +00:00
sahbot
657dbb939a Integrating mod-ba-cli to master_v0.7.12
Issue: NET-4365 [AMX] ACL directory must be updated for mod-ba-cli [fix]
GitOrigin-RevId: 691c2963dc4aad9edeffda8957acef4e3278396d
2023-01-20 13:36:22 +00:00
sahbot
9470af020d Integrating mod-amxb-ubus to master_v3.0.49
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 942dce301a44b6710a29b61080801db64035142b
2023-01-20 13:36:22 +00:00
sahbot
0c9fcdcc05 Integrating libamxs to master_v0.1.48
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 150f62eb97055c658698e7b66b7bb125a7276d73
2023-01-20 13:36:22 +00:00
sahbot
ff8194b40a Integrating libamxa to master_v0.8.5
Issue: NET-4379 [AMX][USP] Only filter objects when at least one parameter was filtered [fix]
GitOrigin-RevId: d113bfd9baa958e61ce87a25b67014d534dc19ed
2023-01-20 13:36:22 +00:00
sahbot
ab0425cd9a Integrating libamxb to master_v4.3.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 159e4c938d9cc737bec1946345af68631851f172
2023-01-20 13:36:22 +00:00
sahbot
c3498c123f Integrating libamxo to master_v2.0.43
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1704357313d6360e7e6c0e60d6e4f9340bb3e7ee
2023-01-20 13:36:22 +00:00
sahbot
4297c09afa Integrating libamxd to master_v4.1.5
Issue: NET-4379 [AMX][USP] A get on a protected parameter with public bus access must fail [fix]
Issue: NET-4381 [ambiorix] transaction time is dependent on the number of parameters within the object [fix]
GitOrigin-RevId: 2696525e8a1b8db958048074123b7e4fa139ac76
2023-01-20 13:36:22 +00:00
sahbot
f08b4b7624 Integrating libamxt to master_v0.1.64
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b5ea1d9569a0228565c20091d808d309eb36c976
2023-01-20 13:36:22 +00:00
sahbot
4e8da9a091 Integrating libamxp to master_v0.11.11
Issue: ambiorix/libraries/lib_amxp#48 0-timeout timer postponed when starting another longer timer [fix]
Issue: HOP-2373 [multisettings] Using triggers is not effective [fix]
GitOrigin-RevId: a427b8439cf641ea524c2edab36b5b5dea71261c
2023-01-20 13:36:22 +00:00
sahbot
15349218f8 Integrating mod-amxb-ubus to master_v3.0.48
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5398247305fefb9d4ff4d2f737ee549954b340c5
2023-01-20 13:36:22 +00:00
sahbot
931ffad808 Integrating amxrt to master_v1.5.13
Issue: ST-937 [amxrt] el_slot_wait_write_fd is added to late to signal `connection-wait-write` [fix]
GitOrigin-RevId: 1d17d4041436bf3e1defc2f6309aad696a5eba36
2023-01-20 13:36:22 +00:00
sahbot
af4baadd20 Integrating libamxs to master_v0.1.47
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: dd12926d4675eb167d597b3b9ea4155a4b5f419e
2023-01-20 13:36:22 +00:00
sahbot
f8436e48b7 Integrating libamxa to master_v0.8.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: efe404c73679f05b27f50926e0c40b92482b623a
2023-01-20 13:36:22 +00:00
sahbot
f5e292b3b0 Integrating libamxb to master_v4.3.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1a23aa0728d1f9052b84c93b35ea0cb1f3a39f69
2023-01-20 13:36:22 +00:00
sahbot
f976a83d4f Integrating libamxo to master_v2.0.42
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5258145744e038b219a4cb00de0427380b2db531
2023-01-20 13:36:22 +00:00
sahbot
42ce749f68 Integrating libamxd to master_v4.1.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 82bf8dc104ce75242d40dd0e6791c6f049d84655
2023-01-20 13:36:22 +00:00
sahbot
b49b2c4e76 Integrating libamxt to master_v0.1.63
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 95087383cd19fad9ecc2f22961747f40e699a00b
2023-01-20 13:36:22 +00:00
sahbot
d5e16bc731 Integrating libamxp to master_v0.11.10
Issue: HOP-2373 [multisettings] Using triggers is not effective [fix]
GitOrigin-RevId: 08a3076cff733b5db45d5fe681b0772ab70b321d
2023-01-20 13:36:22 +00:00
sahbot
74e8116f4d Integrating mod-lua-amx to master_v0.1.7
Issue: ST-932 Add debian packages for amx lua bindings [other]
GitOrigin-RevId: a395d668ab00fdda32b79b53386eb7b87aabf155
2023-01-20 13:36:22 +00:00
sahbot
4b25065d02 Integrating lua-amx to master_v0.3.3
Issue: ST-932 Add debian packages for amx lua bindings [other]
GitOrigin-RevId: 36e8f41c64a0593103c4edec0a5621b3ece25cfc
2023-01-20 13:36:22 +00:00
sahbot
c257b6a8db [CI] Update changelog for release master_v7.7.3
GitOrigin-RevId: b05a787e344dc3c0d17a76fd3763e1a614940e72
2022-12-07 15:17:43 +00:00
sahbot
24828f89ad Integrating mod-lua-amx to master_v0.1.6
Issue: ambiorix/bindings/lua/mod-lua-amx#5 Starting should not fail if init script doesn't exist [fix]
GitOrigin-RevId: 02e4c7cf6e57d8312650ae66e96200643f16121a
2022-12-07 15:17:42 +00:00
sahbot
8a441219e3 Integrating mod-amxb-ubus to master_v3.0.47
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 01537e8abf42dbf285f22ff39abc7be0de0b8f3a
2022-12-07 15:17:42 +00:00
sahbot
05dd6f7eaf Integrating amxrt to master_v1.5.12
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 868950e4650cb6e33ca172b63ae053c21e9fe397
2022-12-07 15:17:42 +00:00
sahbot
62be3321f4 Integrating libamxs to master_v0.1.46
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 31881ca7dccf88141beb229e15d02d31a881f091
2022-12-07 15:17:42 +00:00
sahbot
08cd2e6bb9 Integrating libamxa to master_v0.8.3
Issue: NET-4292 [USP] Allow invoking commands without braces [fix]
GitOrigin-RevId: ff2d3bf1a0de479f65757bc15abb1f4f5f4d674f
2022-12-07 15:17:42 +00:00
sahbot
834d65debb Integrating libamxb to master_v4.3.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a14ab2ea6fc7564ac48100d8102577e784c1b63c
2022-12-07 15:17:42 +00:00
sahbot
9667645540 Integrating libamxo to master_v2.0.41
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1f5c8ed15226cfac8c4532b85ee0ac7470ea26a1
2022-12-07 15:17:42 +00:00
sahbot
36532ab2a6 Integrating libamxd to master_v4.1.3
Issue: ambiorix/libraries/lib_amxd#150 Add instance response is wrong when using key path notation on ubus [fix]
GitOrigin-RevId: 94a3d01d05f672bb005df1b313641c7fb2c6a60c
2022-12-07 15:17:42 +00:00
sahbot
9e2d6d43d7 Integrating libamxt to master_v0.1.62
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7b20396ec1645aa0742bd467d043ab7c1add1d82
2022-12-07 15:17:42 +00:00
sahbot
28bc921784 Integrating libamxm to master_v0.0.52
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8e9e7b8f29046071a40b6e387c52bb3777cbaa67
2022-12-07 15:17:42 +00:00
sahbot
983dd4b03e Integrating libamxp to master_v0.11.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8cc9f7c0c19e29ea2b6bf1d2fec311bab1db711d
2022-12-07 15:17:42 +00:00
sahbot
ab45648b9b Integrating libamxj to master_v0.3.52
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 90f96a1ddf78bacfbbcc3ac5c3ac867f640fb661
2022-12-07 15:17:42 +00:00
sahbot
c1cccb4e0e Integrating libamxc to master_v1.8.6
Issue: NET-4277 amxp_expr_buildf with 2 arguments only works in container, not on board [fix]
GitOrigin-RevId: 4562b38391990ea79aad11b3acc0b4569f6965ac
2022-12-07 15:17:42 +00:00
sahbot
f18a605653 [CI] Update changelog for release master_v7.7.2
GitOrigin-RevId: 537e1ce5b999bb0d5a088444f6c6f96cd33ab966
2022-12-02 12:26:39 +00:00
sahbot
b5f09d9bee [CI] Update changelog for release master_v7.7.1
GitOrigin-RevId: 95dd490f65651246d4faca4425c7c768ea9d2992
2022-11-30 08:43:33 +00:00
sahbot
a48bf53a0c Integrating mod-amxb-ubus to master_v3.0.46
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 60d56a4018ef3edddcf5d9bef644da671cb7754d
2022-11-30 08:43:29 +00:00
sahbot
a742778044 Integrating lua-amx to master_v0.3.2
Issue: ambiorix/bindings/lua/lua-amx#9 Example script can't find lamx_wait_for [fix]
GitOrigin-RevId: de5e197e378caa28dab55135b24b5c44181cb8c8
2022-11-30 08:43:27 +00:00
sahbot
bd3640baf5 Integrating mod-ba-cli to master_v0.7.11
Issue: ST-921 Fix wrong usage of function amxd_path_setf [fix]
GitOrigin-RevId: 293f34a5237dce55c26fe733b99f9be32f14c900
2022-11-30 08:43:24 +00:00
sahbot
cf4763d7ce Integrating mod-amxb-ubus to master_v3.0.45
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 115ee474b66ba6ba09257ff98d6cfe993722d44c
2022-11-30 08:43:22 +00:00
sahbot
d2128af974 Integrating amx-fcgi to master_v0.4.5
Issue: ST-921 Fix wrong usage of function amxd_path_setf [fix]
GitOrigin-RevId: a22aad7a81b19c613cb20ab28f3e30e9ecadd388
2022-11-30 08:43:19 +00:00
sahbot
e3e2079158 Integrating libamxs to master_v0.1.45
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ae6a5c923eb88a6e18ea324b4874d990820b1651
2022-11-30 08:43:16 +00:00
sahbot
51f3cd604b Integrating libamxa to master_v0.8.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 188f9cdd882dfdafd2f9cdd8e6428c792ce666c9
2022-11-30 08:43:14 +00:00
sahbot
c4c31dfd16 Integrating libamxb to master_v4.3.6
Issue: ST-921 Fix wrong usage of function amxd_path_setf [fix]
GitOrigin-RevId: 021e238374d8ef0cda9c44ec4d349df160782f65
2022-11-30 08:43:11 +00:00
sahbot
0a0a8c5694 Integrating libamxo to master_v2.0.40
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e14c40bb8cdcb9d2baee28c11ed449fded75a58b
2022-11-30 08:43:09 +00:00
sahbot
ce7a0f3427 Integrating libamxd to master_v4.1.2
Issue: ambiorix/libraries/lib_amxd#147 Add and update documentation for amxd_path API [fix]
GitOrigin-RevId: 87ce0efb33896203f4826d97832bb1cf4c7b1063
2022-11-30 08:43:06 +00:00
sahbot
3be6b76b64 Integrating lua-amx to master_v0.3.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9cd02dde5b1ef8a8c951f4f85aba9bac05645234
2022-11-30 08:43:04 +00:00
sahbot
6afd2998ba Integrating mod-lua-amx to master_v0.1.5
Issue: ST-870 Change ldoc install to sudo
GitOrigin-RevId: d96cbb9b949778d7c04aad4eced08d238d988539
2022-11-30 08:43:01 +00:00
sahbot
3df520b011 [CI] Update changelog for release master_v7.7.0
GitOrigin-RevId: 9a22531009b946c3bd49713f4120c7fde0d14901
2022-11-22 14:40:22 +00:00
sahbot
884d5c2389 Integrating mod-amxb-ubus to master_v3.0.44
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ee93b7337a3c7e6e42baa74352db2bab03e56e94
2022-11-22 14:40:19 +00:00
sahbot
51a9343605 Integrating libamxs to master_v0.1.44
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5caf1ca5dc172fac7f8baffcdfd10f22931d902b
2022-11-22 14:40:16 +00:00
sahbot
5de595fc55 Integrating libamxa to master_v0.8.1
Issue: NET-3064 Invalid ACL file must result in an error [fix]
Issue: ST-911 [AMX] Extend lib_amxa for easier verification of RPC methods [new]
GitOrigin-RevId: b9a6c06a107ff9c657a2e2fb8f4552efaf6d688c
2022-11-22 14:40:13 +00:00
sahbot
0428755e2f Integrating libamxb to master_v4.3.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 21e72d8dcb6782b0cd9921e533ba39dcb92decec
2022-11-22 14:40:11 +00:00
sahbot
12f9b71648 Integrating libamxo to master_v2.0.39
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4677abe69950d24d6e59d4cb6ed710e39d58353b
2022-11-22 14:40:08 +00:00
sahbot
1fa56cf5e0 Integrating libamxd to master_v4.1.1
Issue: ambiorix/libraries/lib_amxd#146 Add function to retrieve parameter path [new]
Issue: ambiorix/libraries/lib_amxd#148 Add new error code amxd_status_not_supported [other]
Issue: ST-901 [AMX] Get with search path returns too many results [fix]
Issue: ST-907 [AMX] Missing functions in GSDM response [fix]
GitOrigin-RevId: 5df078908951a7710e2743c0db2be44abd299cef
2022-11-22 14:40:05 +00:00
sahbot
577fc642df Integrating libamxt to master_v0.1.61
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: acb9189da605eb10b3dbe7825eb7deb4c0b5d0a4
2022-11-22 14:40:02 +00:00
sahbot
e6bc8c1f40 Integrating libamxm to master_v0.0.51
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 922aec594d873b3cd0d5adb0093474e96b629edc
2022-11-22 14:40:00 +00:00
sahbot
dd490b9d40 Integrating libamxp to master_v0.11.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 10bd8314592b7c12cd437c6b821591450e73e11a
2022-11-22 14:39:57 +00:00
sahbot
0b8b03b427 Integrating libamxj to master_v0.3.51
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 051d7688adbaf827e2225f0a85110547c6f999d7
2022-11-22 14:39:54 +00:00
sahbot
6e5e775c94 Integrating libamxc to master_v1.8.5
Issue: ambiorix/libraries/lib_amxc#71 Converting an empty string variant to a list should result in an empty list [fix]
Issue: ambiorix/libraries/lib_amxc#72 Fix wrong comma in amxc_var_dump output [fix]
GitOrigin-RevId: 5429493d300e8da9e0e245a4c2becf7166fe90fa
2022-11-22 14:39:51 +00:00
sahbot
f450fcca6d Integrating mod-amxb-ubus to master_v3.0.43
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9dddd7a199db8dc2f63f1c0bb5286417672ef9b0
2022-11-22 14:39:48 +00:00
sahbot
718aeb2586 Integrating libamxs to master_v0.1.43
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5642dedd323970c9c4ba8c55aaedc0c66c19acbe
2022-11-22 14:39:45 +00:00
sahbot
39cd35bfbe Integrating libamxa to master_v0.8.0
Issue: ST-911 [AMX] Extend lib_amxa for easier verification of RPC methods [new]
GitOrigin-RevId: e4c3752c66ca942f295238cb18ece5140301e901
2022-11-22 14:39:42 +00:00
sahbot
7e3859e7d6 Integrating libamxb to master_v4.3.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: dfecee58d75c014e8c5498753141f72a789c57a4
2022-11-22 14:39:39 +00:00
sahbot
8ad724d665 Integrating libamxo to master_v2.0.38
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a1347cee93c6604413b03288b3c93374966651f2
2022-11-22 14:39:36 +00:00
sahbot
2f135c3fa8 Integrating libamxd to master_v4.1.0
Issue: ambiorix/libraries/lib_amxd#146 Add function to retrieve parameter path [new]
Issue: ambiorix/libraries/lib_amxd#148 Add new error code amxd_status_not_supported [other]
Issue: ST-901 [AMX] Get with search path returns too many results [fix]
Issue: ST-907 [AMX] Missing functions in GSDM response [fix]
GitOrigin-RevId: 51e5c5bf2365277bb3631f27a2ca334af9d4cd76
2022-11-22 14:39:08 +00:00
sahbot
645167d48b Integrating libamxt to master_v0.1.60
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e157336f9b296caf75fbf4d058c9b4931ce1c5e3
2022-11-22 14:39:05 +00:00
sahbot
038dc942e3 Integrating libamxm to master_v0.0.50
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a5c7e136f5b0eaeb176f2322e1d12dcddbc12b08
2022-11-22 14:39:02 +00:00
sahbot
33c4294f17 Integrating libamxp to master_v0.11.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d1b2c8ebadb596ee395166bd7325c5cbc8f8cd12
2022-11-22 14:38:59 +00:00
sahbot
a2c460e7bf Integrating libamxj to master_v0.3.50
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 213d26723ee3f39ee2c2bd00200ec282b4044086
2022-11-22 14:38:56 +00:00
sahbot
13174a697f Integrating libamxc to master_v1.8.4
Issue: ambiorix/libraries/lib_amxc#71 Converting an empty string variant to a list should result in an empty list [fix]
GitOrigin-RevId: 38b8caabb53136c6f7c9bfba726325ecf4f7eb1d
2022-11-22 14:38:53 +00:00
sahbot
6a139687f8 [CI] Update changelog for release master_v7.6.0
GitOrigin-RevId: f2c08becf281af7c324ab0fa0dc5bf4b8cf89aeb
2022-11-22 14:38:50 +00:00
sahbot
e85f0b6519 Integrating lua-amx to master_v0.3.0
Issue: ambiorix/bindings/lua/lua-amx#7 Wait for objects in sequence causes wrong callback invoke [fix]
Issue: ambiorix/bindings/lua/lua-amx#8 Install object monitor scripts [new]
GitOrigin-RevId: 6dc6b647b30ed8666f8b6f80923e33840a633588
2022-11-22 14:38:47 +00:00
sahbot
ba040c2da8 Integrating amxo-cg to master_v1.2.9
Issue: ambiorix/applications/amxo-cg#23 Files passed with -i option are not handled as include files [fix]
GitOrigin-RevId: eb4b013c74c37fd1c926b6713d954fdfd034792f
2022-11-22 14:38:44 +00:00
sahbot
d101ba948b Integrating mod-amxb-ubus to master_v3.0.42
Issue: ambiorix/modules/amxb_backends/amxb_ubus#56 Improve wait for and subscribe functionality [fix]
Issue: ambiorix/modules/amxb_backends/amxb_ubus#57 Segmentation fault when stopping process [fix]
GitOrigin-RevId: b333932932dc922c8768b7d9592f6d861b0e29a0
2022-11-22 14:38:41 +00:00
sahbot
fc314048fe Integrating libamxs to master_v0.1.42
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: f81e406834603869352089e0a0ad61d53291d884
2022-11-17 12:34:33 +00:00
sahbot
66781715c6 Integrating libamxa to master_v0.7.3
Issue: ST-893 Investigate and fix klocwork reports for ambiorix libs and tools [fix]
GitOrigin-RevId: 6f15d39d07f2103f9f074dcb189a729d0d748c10
2022-11-17 12:34:31 +00:00
sahbot
7ef7f08ee3 Integrating libamxb to master_v4.3.3
Issue: ambiorix/libraries/lib_amxb#67 Make it possible to wait for instances [fix]
GitOrigin-RevId: 994aac102b9d73050a5422cf576fa6fc616537d5
2022-11-17 12:34:28 +00:00
sahbot
f4ad8d6173 Integrating libamxt to master_v0.1.59
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7c4bfe1da70d17d6580976a5fcb14e7e132067aa
2022-11-17 12:34:26 +00:00
sahbot
ff08576301 Integrating libamxm to master_v0.0.49
Issue: ST-893 Investigate and fix klocwork reports for ambiorix libs and tools [fix]
GitOrigin-RevId: 5b1a8e43eb81c485c86bfbe446affacb3f1de565
2022-11-17 12:34:24 +00:00
sahbot
77f806f79b Integrating libamxp to master_v0.11.6
Issue: ambiorix/libraries/lib_amxp#47 Compile regular expressions and validate expressions only once [fix]
Issue: ST-893 Investigate and fix klocwork reports for ambiorix libs and tools [fix]
GitOrigin-RevId: 3fe8fc5966480d32bc7bf753bc8f5ae6645e317c
2022-11-17 12:34:21 +00:00
sahbot
f1915df699 Integrating libamxj to master_v0.3.49
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1f2188d1c62c3a17210378102ec472f4b618b479
2022-11-17 12:34:19 +00:00
sahbot
1917dcef7e Integrating libamxc to master_v1.8.3
Issue: ambiorix/libraries/lib_amxc#70 Update documentation of functions amxc_var_get_next, amxc_var_get_previous and amxc_var_get_parent [fix]
Issue: ST-893 Investigate and fix klocwork reports for ambiorix libs and tools [fix]
GitOrigin-RevId: c975e46b2ec7d5a702577866609a9415e85a4a42
2022-11-17 12:34:16 +00:00
sahbot
6164a058e4 Integrating lua-amx to master_v0.2.3
Issue: ambiorix/bindings/lua/lua-amx#7 Wait for objects in sequence causes wrong callback invoke [fix]
GitOrigin-RevId: db4699e09557be800f40e9756c92c340b1069c07
2022-11-17 12:34:14 +00:00
sahbot
347eb59fcf Integrating amxo-cg to master_v1.2.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0901eb711159de1d4a5ee1b421c6a05b6796268f
2022-11-17 12:34:11 +00:00
sahbot
25b2d6a4bd Integrating mod-ba-cli to master_v0.7.10
Issue: ST-899 [AMX] Dump output arguments of failed methods [change]
GitOrigin-RevId: c587b4cdf7b22975a50c791e2c5ca712cd7f8586
2022-11-17 12:34:09 +00:00
sahbot
21751ced8a Integrating amx-fcgi to master_v0.4.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1c0205fd2172cf341483644cde94b9b28bd313af
2022-11-17 12:34:07 +00:00
sahbot
31c31a3871 Integrating mod-amxb-ubus to master_v3.0.41
Issue: ambiorix/modules/amxb_backends/amxb_ubus#56 Improve wait for and subscribe functionality [fix]
GitOrigin-RevId: 1483394cc50dc6aaace64c48ba338c19d02db9d4
2022-11-17 12:34:04 +00:00
sahbot
c2f6bc96b2 Integrating libamxs to master_v0.1.41
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7dee47411bf6080daf3fa0cf35353b5fae81b325
2022-11-17 12:34:02 +00:00
sahbot
517791960a Integrating libamxa to master_v0.7.2
Issue: ST-893 Investigate and fix klocwork reports for ambiorix libs and tools [fix]
GitOrigin-RevId: c979e495910fc23730007ebb036d45beff5d589d
2022-11-17 12:33:59 +00:00
sahbot
b867b23a00 Integrating libamxb to master_v4.3.2
Issue: ambiorix/libraries/lib_amxb#67 Make it possible to wait for instances [fix]
GitOrigin-RevId: f484ff78887996fb68f9657f41243b9a57892b9a
2022-11-17 12:33:57 +00:00
sahbot
d177ffc9f3 Integrating libamxo to master_v2.0.36
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: cd3e1e21dfddbb5f81721b07900ef78c592c39e9
2022-11-17 12:33:54 +00:00
sahbot
f5830ed40d Integrating libamxd to master_v4.0.4
Issue: ambiorix/libraries/lib_amxd#145 Do not use expression to filter parameters on name or attributes [fix]
Issue: ST-888 [AMX] Improve documentation of amxd_object function with regard to events [other]
Issue: ST-893 Investigate and fix klocwork reports for ambiorix libs and tools [fix]
GitOrigin-RevId: adcfe938b54ff3dc9d8f943f8326fe39a1bdb629
2022-11-17 12:33:52 +00:00
sahbot
fa01c79c32 Integrating libamxt to master_v0.1.58
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3044c115d69e0e09461c13de96ed8c5f4ee9066d
2022-11-17 12:33:50 +00:00
sahbot
ac9e2ff940 Integrating libamxp to master_v0.11.5
Issue: ambiorix/libraries/lib_amxp#47 Compile regular expressions and validate expressions only once [fix]
Issue: ST-893 Investigate and fix klocwork reports for ambiorix libs and tools [fix]
GitOrigin-RevId: e3efd025715f40c6505d3aa7b86185dcc5490ab6
2022-11-17 12:33:47 +00:00
sahbot
eebe62b6d1 Integrating libamxj to master_v0.3.48
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3b089fd4d88fe054282545b98a376fe28e5af101
2022-11-17 12:33:45 +00:00
sahbot
2452598f79 Integrating libamxc to master_v1.8.2
Issue: ST-893 Investigate and fix klocwork reports for ambiorix libs and tools [fix]
GitOrigin-RevId: 9f50431a3dfc7122c5c7b240870567c75351005b
2022-11-17 12:33:42 +00:00
sahbot
4a53919b18 [CI] Update changelog for release master_v7.5.3
GitOrigin-RevId: 2bb19ce275cbe0c8aa9058f36aed6bde7a69d902
2022-11-15 12:13:46 +00:00
sahbot
807e7adab8 Integrating libsahtrace to v1.12.0
Issue: HOP-2081 [libsahtrace] add when_true_trace [new]
Issue: NET-3385 Update license headers
Issue: NET-3583 Add CI for opensource components
Issue: NET-3596 Add missing PKG_CONFIG_LIBDIR variable for opensource
Issue: NET-3738 Move libsahtrace to prpl-foundation gitlab
Issue: NET-3843 Fix build error regarding `__FUNCTION__`
Issue: SBL-458 - Implement continuous integration
GitOrigin-RevId: 1fe2d614d2a41aa6b35c7ddac6d631fec020cf37
2022-11-15 12:13:44 +00:00
sahbot
b54bc3308e Integrating libsahtrace to v1.11.0
Issue: NET-3385 Update license headers
Issue: NET-3583 Add CI for opensource components
Issue: NET-3596 Add missing PKG_CONFIG_LIBDIR variable for opensource
Issue: NET-3738 Move libsahtrace to prpl-foundation gitlab
Issue: NET-3843 Fix build error regarding `__FUNCTION__`
Issue: SBL-458 - Implement continuous integration
GitOrigin-RevId: 1193c42fb0935e8b46bccf5e93940e16ddeb7e99
2022-11-15 12:13:41 +00:00
sahbot
5c14878d65 Integrating libsahtrace to v1.10.0
Issue: NET-3385 Update license headers
Issue: NET-3583 Add CI for opensource components
GitOrigin-RevId: 28e14688b73d75d8d3cf07d197d9ec73df05e390
2022-11-15 12:13:38 +00:00
sahbot
afcf63fb0c [CI] Update changelog for release master_v7.5.2
GitOrigin-RevId: 7e6d847f31de3d6ff3842c4e53b2f355bbb10690
2022-11-04 07:31:17 +00:00
sahbot
8c9df007ee Integrating mod-amxb-ubus to master_v3.0.40
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 73c10911e43a0a8759ff87642bc4ca029e7213f7
2022-11-04 07:31:15 +00:00
sahbot
6a22556198 Integrating amxrt to master_v1.5.11
Issue: SCSAS-7779 Implement reboot/upgrade persistence for Ambiorix objects
GitOrigin-RevId: 1706134d22ee56f32a230f1461224c850edbbd8a
2022-11-04 07:31:12 +00:00
sahbot
15685ec198 Integrating libamxs to master_v0.1.40
Issue: ambiorix/libraries/lib_amxs#4 Reduce the amount of amxb calls for copy parameters [change]
GitOrigin-RevId: e622525bee0087ce1083eb8c2ac7c40ccbb6c369
2022-11-04 07:31:10 +00:00
sahbot
0c0634e731 Integrating libamxa to master_v0.7.1
Issue: HGWKPN-1273 [ACS][V12] Setting of VOIP in a single SET does not enable VoiceProfile [change]
GitOrigin-RevId: c0eee5ec93af2dd94cbc20c62f58b0d203b18968
2022-11-04 07:31:08 +00:00
sahbot
f0832e8fe5 Integrating libamxb to master_v4.3.1
Issue: EXTKPN-243 [ACS][V12] Setting of VOIP in a single SET does not enable VoiceProfile [change]
GitOrigin-RevId: e5e6ab7a6ace107a0001d1ebc3ce1ed3d4f1074b
2022-11-04 07:31:05 +00:00
sahbot
7bc835ad12 Integrating libamxo to master_v2.0.35
Issue: ambiorix/libraries/lib_amxo#79 Write errors and warning to system log [fix]
GitOrigin-RevId: 4c903ccc18a96ef880d1b4b370fdb559ead6b176
2022-11-04 07:31:03 +00:00
sahbot
7061641496 Integrating libamxd to master_v4.0.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c4d2174d4c9bdd8b5d523536d20f4c8862d22a87
2022-11-04 07:31:01 +00:00
sahbot
ea4cbffb7b Integrating libamxt to master_v0.1.57
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a02db90f17fd2100ec448b9b6bb5ca34b896f9ff
2022-11-04 07:30:58 +00:00
sahbot
8243487d9e Integrating libamxp to master_v0.11.4
Issue: NET-4064 Add ^= expression operator
Issue: NET-4145 Add function to check if string is safe to build expressions with
GitOrigin-RevId: 03d7327c40444d7b4f82d65a3b6d9f42e7a90209
2022-11-04 07:30:56 +00:00
sahbot
7bf42e965a Integrating libamxt to master_v0.1.56
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 30c90a18127b80d4c11ed8e3ab2e81823c15ac6f
2022-11-04 07:30:54 +00:00
sahbot
89085b9a16 Integrating libamxm to master_v0.0.47
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c61ae4846d0eb81d5a4f7101d895db69f9457ee3
2022-11-04 07:30:51 +00:00
sahbot
ef7bb77af9 Integrating libamxp to master_v0.11.3
Issue: NET-4145 Add function to check if string is safe to build expressions with
GitOrigin-RevId: 30a21c7ae6363f21cbff1efd9e846a7ce7abf0b1
2022-11-04 07:30:49 +00:00
sahbot
7a5c54e4ed Integrating libamxj to master_v0.3.47
Issue: ST-882 [AMX] JSON string cannot be sent as event data [fix]
GitOrigin-RevId: 7dacaf18c571951c437cb8c69ab7e9b7e996be05
2022-11-04 07:30:46 +00:00
sahbot
87bd5ece67 Integrating libamxc to master_v1.8.1
Issue: ambiorix/libraries/lib_amxc#69 Remove dead code and code cleanup
Issue: NET-4145 Support appending formatted string with safety check on replacements
GitOrigin-RevId: 2336ff0e48e3c44634c7e5ccf42b1a0a859bcfb3
2022-11-04 07:30:44 +00:00
sahbot
e68585b48a Integrating mod-lua-amx to master_v0.1.4
Issue: ambiorix/bindings/lua/mod-lua-amx#4 Depending on the build the lua header files are installed in different locations [fix]
Issue: ST-778 Rename sah_mod_lua_amx to sah_mod-lua-amx [fix]
GitOrigin-RevId: ca9c9de9aa98483c2e58d076dfafb8f8955ad6a0
2022-11-04 07:30:41 +00:00
sahbot
1cfbb1d417 Integrating lua-amx to master_v0.2.2
Issue: ambiorix/bindings/lua/lua-amx#6 Depending on the build the lua header files are installed in different locations [fix]
GitOrigin-RevId: 5b24a4a27f9edac2c997434e5956eefb4a8e55f6
2022-11-04 07:30:39 +00:00
sahbot
bf67d43f10 Integrating mod-lua-amx to master_v0.1.3
Issue: ST-778 Rename sah_mod_lua_amx to sah_mod-lua-amx [fix]
GitOrigin-RevId: 52a76a6db2bd97ff85b53fdcf03bfa4d891b9446
2022-11-04 07:30:37 +00:00
sahbot
20374fc2a4 Integrating libamxa to master_v0.7.0
Issue: HGWKPN-1273 [ACS][V12] Setting of VOIP in a single SET does not enable VoiceProfile [change]
GitOrigin-RevId: f82c3a48905bcab50cc0301ed06d4c1b21b59510
2022-11-04 07:30:34 +00:00
sahbot
94af52aeba Integrating libamxb to master_v4.3.0
Issue: EXTKPN-243 [ACS][V12] Setting of VOIP in a single SET does not enable VoiceProfile [change]
GitOrigin-RevId: 9b34af1ad18bd799dc0e08f462f61051f708be33
2022-11-04 07:30:32 +00:00
sahbot
a0524c86fa [CI] Update changelog for release master_v7.5.1
GitOrigin-RevId: 489c5e45b15a7f4b700e67b6dcdddb3d2ed2e4ec
2022-10-25 06:58:11 +00:00
sahbot
915c2c22d8 Integrating mod-lua-amx to master_v0.1.2
Issue: ambiorix/bindings/lua/mod-lua-amx#3 Make it possible to write a data model plugin in lua [change]
GitOrigin-RevId: a0507c46e7dc31d709016c4e50fec14c7c4962f2
2022-10-25 06:57:34 +00:00
sahbot
fde87884dc Integrating lua-amx to master_v0.2.1
Issue: ambiorix/bindings/lua/lua-amx#5 Make it possible to implement a data model in lua [change]
GitOrigin-RevId: 8f6f616832df5be4d39a8fc3b5625dea0b683bd6
2022-10-25 06:57:31 +00:00
sahbot
491cf655bd Integrating mod-amxb-ubus to master_v3.0.39
Issue: ambiorix/modules/amxb_backends/amxb_ubus#55 Init data before cleaning in amxb_ubus_func_handler [fix]
GitOrigin-RevId: 76a1d33a0c509e1d49d8217e955b4dda5495b9dd
2022-10-25 06:57:28 +00:00
sahbot
a3f691cd48 Integrating libamxs to master_v0.1.39
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 937c3a4f405de29b77555b2effa853b2ba9777ae
2022-10-25 06:57:24 +00:00
sahbot
af2309274d Integrating libamxa to master_v0.6.4
Issue: HGWKPN-1273 [ACS][V12] Setting of VOIP in a single SET does not enable VoiceProfile [change]
GitOrigin-RevId: 3cd96943dc783792bcf4b0999db362f1ffb10caf
2022-10-25 06:57:21 +00:00
sahbot
9f43aabf56 Integrating libamxb to master_v4.2.28
Issue: HGWKPN-1273 [ACS][V12] Setting of VOIP in a single SET does not enable VoiceProfile [change]
GitOrigin-RevId: 1d6683e99eae5d7fcedbf9be00ba307d57055263
2022-10-25 06:57:18 +00:00
sahbot
76ba22ed64 Integrating libamxo to master_v2.0.34
Issue: ambiorix/libraries/lib_amxo#78 It must be possible for a function resolver to known for which action an action callback function is needed [change]
GitOrigin-RevId: 0c65901b73a519d057206ffd57351ff02c7ce6ab
2022-10-25 06:57:15 +00:00
sahbot
e6b02e5be1 Integrating libamxd to master_v4.0.2
Issue: ambiorix/libraries/lib_amxd#144 Parameter attributes are not correctly checked when adding the parameter to an object [fix]
GitOrigin-RevId: c2d184c8ab623b308e7d7a4d108e07e61c403408
2022-10-25 06:57:12 +00:00
sahbot
423e32dd2d Integrating mod-ba-cli to master_v0.7.9
Issue: ambiorix/modules/amx_cli/mod-ba-cli#23 Wrong configuration is passed to back-ends when connecting [fix]
GitOrigin-RevId: f23067d32ffd15af567d0069e0296b0174c9195f
2022-10-25 06:57:08 +00:00
sahbot
c1cc4635db Integrating mod-amxb-ubus to master_v3.0.38
Issue: ambiorix/modules/amxb_backends/amxb_ubus#55 Init data before cleaning in amxb_ubus_func_handler [fix]
GitOrigin-RevId: 89ecb2a587b48e990f6991707fcf43b6cafdbf84
2022-10-25 06:57:06 +00:00
sahbot
164cca3956 Integrating amxo-cg to master_v1.2.7
Issue: ambiorix/applications/amxo-cg#21 Variant return type is not properly converted to doc
GitOrigin-RevId: 0c3521f48264f8a626121bf0484473a4935e2870
2022-10-25 06:57:03 +00:00
sahbot
9d707feeec Integrating libamxs to master_v0.1.38
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 079ff8be12973a1502c67777975bc4d2d6bca018
2022-10-25 06:56:59 +00:00
sahbot
dd0e970a56 Integrating libamxa to master_v0.6.3
Issue: HGWKPN-1273 [ACS][V12] Setting of VOIP in a single SET does not enable VoiceProfile [change]
GitOrigin-RevId: 18d999f4e5fa85de9e5eb4aa205951a60890d72e
2022-10-25 06:56:56 +00:00
sahbot
9cf467cb98 Integrating libamxb to master_v4.2.27
Issue: HGWKPN-1273 [ACS][V12] Setting of VOIP in a single SET does not enable VoiceProfile [change]
GitOrigin-RevId: fd69894ec3a8643577f35183aaf87a69e2ecf523
2022-10-25 06:56:53 +00:00
sahbot
400200324f Integrating libamxo to master_v2.0.33
Issue: ambiorix/libraries/lib_amxo#78 It must be possible for a function resolver to known for which action an action callback function is needed [change]
GitOrigin-RevId: 56c8a2532b49bdc7cd927906df988f32cf8727af
2022-10-25 06:56:50 +00:00
sahbot
faa5bef984 Integrating libamxd to master_v4.0.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9d4618bde8a1be7445e04cad23b5f459f5a97431
2022-10-25 06:56:46 +00:00
sahbot
7b479a9687 Integrating libamxt to master_v0.1.55
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 70cfd83445e97f39d7505a451f8570c62d171b02
2022-10-25 06:56:42 +00:00
sahbot
2e978a29d9 [CI] Update changelog for release master_v7.5.0
GitOrigin-RevId: 1823a285aa36c29bd2685b4e87bfd010120fb2fe
2022-10-14 16:16:26 +00:00
sahbot
7ec99f5475 Integrating acl-manager to master_v0.6.1
Issue: HOP-1936 [ACLManager] Create ACL user to handle secure acl checking [new]
GitOrigin-RevId: 9e6725c45ccedf15cee3716bac516c9602351e4c
2022-10-14 16:16:24 +00:00
sahbot
2d4913d4bd Integrating libamxa to master_v0.6.2
Issue: HOP-1936 [ACLManager] Create ACL user to handle secure acl checking [new]
GitOrigin-RevId: 754f2030b53db30471ad5d57528fa4adda6d610a
2022-10-14 16:16:20 +00:00
sahbot
3029da5d23 Integrating libamxp to master_v0.11.2
Issue: ambiorix/libraries/lib_amxp#45 When signals are triggered in a recursive way it can lead to segfaults [fix]
Issue: ambiorix/libraries/lib_amxp#46 Add directory utility functions [new]
GitOrigin-RevId: f0d2501f2f0bb535315e643ed579622d91fd6671
2022-10-14 16:16:18 +00:00
sahbot
a6d8e02815 Integrating mod-ba-cli to master_v0.7.8
Issue: HGWKPN-1490 [USP][CDROUTER] GetSupportedDM on Device.LocalAgent. using a single object, first_level_only true, all options presents no event
GitOrigin-RevId: e2e1a56ae40b16bd1a608a9bea48af7d9f376dbd
2022-10-14 16:16:15 +00:00
sahbot
a26acf34ef Integrating amx-fcgi to master_v0.4.3
Issue: HOP-2031 Improve plugin boot order [other]
GitOrigin-RevId: 6ee4c90e54eba2bfbab6dfbe0147d032e386d28f
2022-10-14 16:16:12 +00:00
sahbot
a30f49341f Integrating libamxs to master_v0.1.37
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8f5c1d043785908f3cd6fe14d8fb2045874c1c3f
2022-10-14 16:16:10 +00:00
sahbot
ffb023ab91 Integrating libamxa to master_v0.6.1
Issue: HOP-1936 [ACLManager] Create ACL user to handle secure acl checking [new]
GitOrigin-RevId: f8d16811dd7be81193e91c0cabeae5fa5710c3f9
2022-10-14 16:16:07 +00:00
sahbot
05cb142b5b Integrating libamxb to master_v4.2.26
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 60e99e0b0d7f873b2c6764b9ba9409ea0020e789
2022-10-14 16:16:04 +00:00
sahbot
da04687fbc Integrating libamxo to master_v2.0.32
Issue: HGWKPN-1490 [USP][CDROUTER] GetSupportedDM on Device.LocalAgent. using a single object, first_level_only true, all options presents no event [fix]
GitOrigin-RevId: 2af451a57a001c13b8f2bb9832bfa76c3eb471f2
2022-10-14 16:16:02 +00:00
sahbot
511d26b270 Integrating libamxd to master_v4.0.0
Issue: HGWKPN-1488 [USP][CDROUTER] GetSupportedDMResp presents wrong syntax of inner nested multi-instanceobject [fix]
Issue: HGWKPN-1490 [USP][CDROUTER] GetSupportedDM on Device.LocalAgent. using a single object, first_level_only true, all options presents no event
GitOrigin-RevId: 15aab305dfc15347554f7dbdfc9d7d5628b6d23f
2022-10-14 16:15:59 +00:00
sahbot
3a2a6a2828 Integrating libamxd to master_v3.6.23
Issue: HGWKPN-1488 [USP][CDROUTER] GetSupportedDMResp presents wrong syntax of inner nested multi-instanceobject [fix]
Issue: HGWKPN-1490 [USP][CDROUTER] GetSupportedDM on Device.LocalAgent. using a single object, first_level_only true, all options presents no event
GitOrigin-RevId: faccf7b6541549c92b6f9c25bae2d6683d538d1e
2022-10-14 16:15:56 +00:00
sahbot
9cc4b33176 Integrating mod-amxb-ubus to master_v3.0.35
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 132dc7da544330c79b8ea6102d05ea694643a765
2022-10-14 16:15:54 +00:00
sahbot
20bdf58a83 Integrating amx-fcgi to master_v0.4.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 131b6552b2f83a2b6c589d5a299413030f9ff209
2022-10-14 16:15:51 +00:00
sahbot
820a183446 Integrating acl-manager to master_v0.6.0
Issue: HOP-1936 [ACLManager] Create ACL user to handle secure acl checking [new]
GitOrigin-RevId: ae54cf48003586ff87af9e0fb2abae8772bf60a3
2022-10-14 16:15:49 +00:00
sahbot
f1e1998177 Integrating amxo-cg to master_v1.2.6
Issue: ambiorix/applications/amxo-cg#22 Use amxp functions for scanning directories [change]
GitOrigin-RevId: f03918685d3a8d39b0f1d53d3d7fe3111012d67a
2022-10-14 16:15:46 +00:00
sahbot
0b9f6591f0 Integrating amxrt to master_v1.5.10
Issue: ambiorix/applications/amxrt#45 Use amxp functions for creating and scanning directories [change]
GitOrigin-RevId: ac7bdd3e25fd3b0c0c208d22c31c9abe927ae226
2022-10-14 16:15:44 +00:00
sahbot
d802a5417d Integrating libamxs to master_v0.1.36
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 24d6322c2c6df981ec27b9dde5ba2ff729c5d2f1
2022-10-14 16:15:41 +00:00
sahbot
bd7c6ceb5c Integrating libamxa to master_v0.6.0
Issue: HOP-1936 [ACLManager] Create ACL user to handle secure acl checking [new]
GitOrigin-RevId: 059cf122e2fab25de84d2dfaf24e2ef41a56b604
2022-10-14 16:15:39 +00:00
sahbot
c52d4e2a13 Integrating libamxb to master_v4.2.25
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 314c17b49a0ed79c41c68e90c5247ff4ef7b77b7
2022-10-14 16:15:36 +00:00
sahbot
b7759761a4 Integrating libamxo to master_v2.0.31
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c960c7dfb83b9777350a19ed46b505ce06af6f1e
2022-10-14 16:15:33 +00:00
sahbot
394e3991e3 Integrating libamxd to master_v3.6.22
Issue: HGWKPN-1488 [USP][CDROUTER] GetSupportedDMResp presents wrong syntax of inner nested multi-instanceobject [fix]
GitOrigin-RevId: a879a43ae04517931b3ef71fb058f7b05d5d7601
2022-10-14 16:15:30 +00:00
sahbot
70ad6216bc Integrating libamxj to master_v0.3.46
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 858d189df0667503a07bbfedf3387bc2f6453553
2022-10-14 16:15:28 +00:00
sahbot
daf47612b2 Integrating libamxs to master_v0.1.35
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1b3f33098e1fd88793c99d430f26a37e37333dee
2022-10-14 16:15:25 +00:00
sahbot
526ad06121 Integrating libamxa to master_v0.5.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a52bd0bb6aa0d7b9c47767bb17d026d02517fcdf
2022-10-14 16:15:22 +00:00
sahbot
30f14b7086 Integrating libamxb to master_v4.2.24
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: cfd3ec7ee60354b38a2164a2fa50838b42caadf2
2022-10-14 16:15:20 +00:00
sahbot
d071b58425 Integrating libamxo to master_v2.0.30
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 6879cb40c820bdcb7d1692a485edd46257adc985
2022-10-14 16:15:17 +00:00
sahbot
49a9e94f4b Integrating libamxd to master_v3.6.21
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 640e6450b68a0685d6caa270253762a3b0dc49df
2022-10-14 16:15:15 +00:00
sahbot
6ac9c05020 Integrating libamxt to master_v0.1.54
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: cb360008cebaa14425ed1957cf7621623a072fcf
2022-10-14 16:15:12 +00:00
sahbot
60cf99a75e Integrating libamxp to master_v0.11.1
Issue: ambiorix/libraries/lib_amxp#45 When signals are triggered in a recursive way it can lead to segfaults [fix]
Issue: ambiorix/libraries/lib_amxp#46 Add directory utility functions [new]
GitOrigin-RevId: 2ad1078f920947f81ab1ec2ac15050d5e7892fff
2022-10-14 16:15:09 +00:00
sahbot
b1327ecfe1 Integrating libamxd to master_v3.6.20
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b0331974ac5cb83363e9491f90316b9a6afd52b5
2022-10-14 16:15:07 +00:00
sahbot
e75dd1c4f9 Integrating libamxt to master_v0.1.53
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b742dfeaf806ae7bed4d8e501961879b6e9c1f3a
2022-10-14 16:15:04 +00:00
sahbot
74917e9511 Integrating libamxm to master_v0.0.46
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: cde439ba3250788b8a2edffad40d3f239f58bc2c
2022-10-14 16:15:02 +00:00
sahbot
07d8ba08a4 Integrating libamxp to master_v0.11.0
Issue: ambiorix/libraries/lib_amxp#45 When signals are triggered in a recursive way it can lead to segfaults [fix]
Issue: ambiorix/libraries/lib_amxp#46 Add directory utility functions [new]
GitOrigin-RevId: 5878ae7daf3b05d7908080134c04cd4c307ad871
2022-10-14 16:14:59 +00:00
sahbot
e31f8d1f86 Integrating libamxc to master_v1.8.0
Issue: ambiorix/libraries/lib_amxc#67 Add comparison implementation for htable variants [new]
Issue: ambiorix/libraries/lib_amxc#68 Add comparison implementation for linked list variants [new]
GitOrigin-RevId: 1b02ff82c28146c6eb65f62cfc6892a86fe854b3
2022-10-14 16:14:56 +00:00
sahbot
c927f50c26 [CI] Update changelog for release master_v7.4.2
GitOrigin-RevId: 0b94930f8227cc878a26ea093b51d8d3c6256588
2022-09-29 13:49:41 +00:00
sahbot
2d21c0215f Integrating mod-amxb-ubus to master_v3.0.34
Issue: ambiorix/modules/amxb_backends/amxb_ubus#54 Regression - translation to _exec function is going wrong [fix]
GitOrigin-RevId: 6dce28ea172fe0f4d2d5159b45dde1e8342e4c25
2022-09-29 13:49:38 +00:00
sahbot
f354631deb [CI] Update changelog for release master_v7.4.1
GitOrigin-RevId: 4e6dfa418accd4052bdfc0df18e0874fd0f8d43b
2022-09-28 12:15:46 +00:00
sahbot
4e8931dbae Integrating amxrt to master_v1.5.9
Issue: ambiorix/applications/amxrt#44 Auto detect usp sockets [change]
GitOrigin-RevId: 8c694874b5db4952b5c1bcf41a5468dce4590fd5
2022-09-28 12:15:44 +00:00
sahbot
b0b82e01cb Integrating mod-amxb-ubus to master_v3.0.33
Issue: HOP-1928 [USP][LCM] InstallDU called from the backend failed; Calling Device.SoftwareModules.InstallDU fails as well (but not SoftwareModules.InstallDU) [fix]
GitOrigin-RevId: a0fe8f5680e1e60c14838707d0556a2de59caf6b
2022-09-28 12:15:41 +00:00
sahbot
1b4aa31e4c [CI] Update changelog for release master_v7.4.0
GitOrigin-RevId: 7d0ec1bd68b72b6dd1e273a8e07010e584052482
2022-09-22 12:14:49 +00:00
sahbot
d214998677 Integrating mod-ba-cli to master_v0.7.7
Issue: ST-846 [USP] Add requests with search paths will be allowed [change]
GitOrigin-RevId: 7f06fe5f399434b43d2d992c921d9f154d7c9670
2022-09-22 12:14:46 +00:00
sahbot
64c5555955 Integrating mod-amxb-ubus to master_v3.0.32
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 70f1673f2f6b0e1b1be130f3e4f8c52b178a99f3
2022-09-22 12:14:44 +00:00
sahbot
92b2588e2d Integrating amx-fcgi to master_v0.4.1
Issue: ambiorix/applications/amx-fcgi#14 Re-add demo/example web-ui [change]
Issue: HOP-1897 - [UI] UI broken on WNC config [fix]
GitOrigin-RevId: ba8c35739d7d8678ffb3396eb1591bb5b5720ddf
2022-09-22 12:14:41 +00:00
sahbot
94c4e237c7 Integrating libamxs to master_v0.1.34
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3261dfa29d185068a241b48dfa4751cc81b057c1
2022-09-22 12:14:37 +00:00
sahbot
954cdda581 Integrating libamxa to master_v0.5.4
Issue: ambiorix/libraries/lib_amxa#25 Add public function to check if getting a parameter is allowed [new]
GitOrigin-RevId: 5f53cb147a3f8061d453e387eb9875e8cda4bf26
2022-09-22 12:14:34 +00:00
sahbot
81e6ed5620 Integrating libamxb to master_v4.2.23
Issue: ambiorix/libraries/lib_amxb#66 Asynchonous call on local deferred function does not fill retval [fix]
GitOrigin-RevId: a5c82923c9ce85a23a4d7331da22f1ecf5caf0ee
2022-09-22 12:14:31 +00:00
sahbot
94b14808d8 Integrating libamxa to master_v0.5.3
Issue: ambiorix/libraries/lib_amxa#25 Add public function to check if getting a parameter is allowed [new]
GitOrigin-RevId: 33e52f8b1c0528062c5ea3f27a838f8ff1247c96
2022-09-22 12:14:28 +00:00
sahbot
2cfc02ad04 Integrating libamxb to master_v4.2.22
Issue: ambiorix/libraries/lib_amxb#66 Asynchonous call on local deferred function does not fill retval [fix]
GitOrigin-RevId: 531bf3107b94d158c9eab7d8fe178406f40098f4
2022-09-22 12:14:26 +00:00
sahbot
fb1414c19b Integrating libamxs to master_v0.1.33
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7aed933533fb27e65919a0c8ff66ffa1d87e73d2
2022-09-22 12:14:23 +00:00
sahbot
45afce550a Integrating libamxa to master_v0.5.2
Issue: ambiorix/libraries/lib_amxa#25 Add public function to check if getting a parameter is allowed [new]
GitOrigin-RevId: b94fc8b19e2b9dc0ea08ac95657971fdf9387e72
2022-09-22 12:14:20 +00:00
sahbot
397a542489 Integrating libamxb to master_v4.2.21
Issue: ambiorix/libraries/lib_amxb#66 Asynchonous call on local deferred function does not fill retval [fix]
GitOrigin-RevId: a085782cd174fead0e88684753c23afb5b5de6dc
2022-09-22 12:14:18 +00:00
sahbot
6afe2b111b Integrating libamxo to master_v2.0.29
Issue: ambiorix/libraries/lib_amxo#77 It mustbe possible to define empty object or empty array in config section [fix]
Issue: SCSAS-7253 libamxo build failed because when_true_status() macro is redefined.
GitOrigin-RevId: 8928543c973a4e62acd23976375bbc30e9481e6e
2022-09-22 12:14:15 +00:00
sahbot
dcf8984692 Integrating libamxd to master_v3.6.19
Issue: ST-841 GSDM should return read-only attribute for key parameters [fix]
Issue: ST-846 [USP] Add requests with search paths will be allowed [change]
GitOrigin-RevId: a9afba236ff10497a5352ce25bdd64681c56b9b7
2022-09-22 12:14:12 +00:00
sahbot
1784d63321 Integrating amx-fcgi to master_v0.4.0
Issue: HOP-1897 - [UI] UI broken on WNC config [fix]
GitOrigin-RevId: 6bcafebd1cd8e17b5aab26b3414a07cf731955ce
2022-09-22 12:14:10 +00:00
sahbot
b4e8bc7f45 Integrating mod-amxb-ubus to master_v3.0.31
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9ac84bbe51c6de27669516163df39fd3bedea9bb
2022-09-22 12:14:07 +00:00
sahbot
dfe2bb6969 Integrating amxrt to master_v1.5.8
Issue: NET-3537 [USP] Location of odl save files needs to change [change]
GitOrigin-RevId: 5e316e1e5ccef56f0d255e5f5b99b2e7e27e890a
2022-09-22 12:14:05 +00:00
sahbot
15d8b06a95 Integrating libamxs to master_v0.1.32
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 134549448d03a598ef8a7201c0b0f4fcf2827625
2022-09-22 12:14:02 +00:00
sahbot
bec30279d8 Integrating libamxa to master_v0.5.1
Issue: ambiorix/libraries/lib_amxa#25 Add public function to check if getting a parameter is allowed [new]
GitOrigin-RevId: f20bc8e7a5da5108148d9d72b05525dab6d449e9
2022-09-22 12:14:00 +00:00
sahbot
406150c470 Integrating libamxb to master_v4.2.20
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 75ef2ea18fef5a4cf8595e7e815cd8bcdba42c4a
2022-09-22 12:13:57 +00:00
sahbot
6142a0cc46 Integrating libamxo to master_v2.0.28
Issue: SCSAS-7253 libamxo build failed because when_true_status() macro is redefined.
GitOrigin-RevId: 4901ef72ba7fc4588cfc34e452ca0948600195ba
2022-09-22 12:13:55 +00:00
sahbot
ac2dde9339 Integrating libamxd to master_v3.6.18
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: afef050e2f3be7f55a6abb80ed80b34398ed58b0
2022-09-22 12:13:52 +00:00
sahbot
894ae630a1 Integrating libamxt to master_v0.1.52
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 28126eefa1d64426f8c7fbb9f759cd7a52675376
2022-09-22 12:13:49 +00:00
sahbot
83be7f4e0e Integrating libamxm to master_v0.0.45
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0a6774a5e1098f93a200a73dc3ed1c1de0439738
2022-09-22 12:13:46 +00:00
sahbot
7a52b53501 Integrating libamxp to master_v0.10.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d8ca21b070aa7c7091516a0cdf254bb56d37526f
2022-09-22 12:13:43 +00:00
sahbot
98bff77659 Integrating libamxj to master_v0.3.45
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: bf17cc713b5c79a298058c52b028e2eb28938597
2022-09-22 12:13:40 +00:00
sahbot
d177431bc9 Integrating libamxc to master_v1.7.3
Issue: SCSAS-7253 Integrate Devolo Interference Mitigation (integration)
GitOrigin-RevId: 9d7ab5f9f9f9c97078539be92f200869723e7b1f
2022-09-22 12:13:37 +00:00
sahbot
ad012cc8e5 Integrating libamxa to master_v0.5.0
Issue: ambiorix/libraries/lib_amxa#25 Add public function to check if getting a parameter is allowed [new]
GitOrigin-RevId: 441742225bba1d57f106917ead0d3b831248c007
2022-09-22 12:13:34 +00:00
sahbot
56d053cf20 [CI] Update changelog for release master_v7.3.7
GitOrigin-RevId: 68f8550c23dad781aa9e0706bf317e14fa75e48f
2022-09-06 11:14:13 +00:00
sahbot
1a0bb31777 Integrating libamxj to master_v0.3.44
Issue: ambiorix/libraries/lib_amxj#16 Due to change in libamxc a unit test is failing [fix]
GitOrigin-RevId: 115b947d61a5c17e93ac43efbd4063118c3830f3
2022-09-06 11:13:47 +00:00
sahbot
f1623f1a1d [CI] Update changelog for release master_v7.3.6
GitOrigin-RevId: 0d660dd60a32eb1a59ccb28a086ab401d7dd8cc6
2022-09-06 11:13:44 +00:00
sahbot
e6bcc57e98 Integrating libamxo to master_v2.0.27
Issue: NET-3935 amx gmap-client modules do not wait for "requires" [fix]
Issue: ST-826 [amx] custom param read handler called more often than expected [fix]
GitOrigin-RevId: a328d2205fc4965e4773a7a49bf2deeb6a891ed7
2022-09-06 11:13:41 +00:00
sahbot
f881f6ab0b Integrating mod-ba-cli to master_v0.7.6
Issue: ambiorix/modules/amx_cli/mod-ba-cli#22 Set config variant before connecting to back-end [change]
GitOrigin-RevId: 19510f98e054956be10601e71022ee935b967330
2022-09-06 11:13:38 +00:00
sahbot
31a85ff784 Integrating mod-amxb-ubus to master_v3.0.30
Issue: ST-833 [AMX] Allow back-ends to modify their config section [fix]
GitOrigin-RevId: 89a83ae0756ae003a7eac5435447c1fdd632a381
2022-09-06 11:13:36 +00:00
sahbot
3d4fa25ba2 Integrating libamxs to master_v0.1.31
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: dd9376f784f671a3cb24c95c61878b1613583efa
2022-08-30 13:44:30 +00:00
sahbot
e9a768a20c Integrating libamxa to master_v0.4.25
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5b479b83431574cdb0fe3b15138ccb862d88a242
2022-08-30 13:44:27 +00:00
sahbot
2d0148d009 Integrating libamxb to master_v4.2.19
Issue: ambiorix/libraries/lib_amxb#65 Performing an amxb_async_call on a local deferred data model method doesn't return correctly [fix]
Issue: ST-833 [AMX] Allow back-ends to modify their config section [fix]
GitOrigin-RevId: ca6c056a2e217e86d9de3f42eb741aa06ba8c300
2022-08-30 13:44:24 +00:00
sahbot
3233aef7da Integrating libamxo to master_v2.0.26
Issue: ST-826 [amx] custom param read handler called more often than expected [fix]
GitOrigin-RevId: d26ea182f4d2297c8ca5beb3b513fc01750cf8cd
2022-08-30 13:44:21 +00:00
sahbot
9b93365e6c Integrating libamxd to master_v3.6.17
Issue: ST-826 [amx] custom param read handler called more often than expected [fix]
GitOrigin-RevId: 79bf6bbacf39062376d42395115a1260e8ca5fbd
2022-08-30 13:44:17 +00:00
sahbot
73d377a7da Integrating libamxt to master_v0.1.51
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d965f1eb8f29cc75fd7384351f4ca56a7d04b887
2022-08-30 13:44:14 +00:00
sahbot
5685a71cd4 Integrating libamxm to master_v0.0.44
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7aff410d9b5078be71583139b78742dcc67b6ced
2022-08-30 13:44:12 +00:00
sahbot
55fc36c299 Integrating libamxp to master_v0.10.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0472410d143604e91d6c83961f10e4ec71360993
2022-08-30 13:44:09 +00:00
sahbot
6eaa1debf7 Integrating libamxj to master_v0.3.43
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 932dec479c35a6e70bc76119e018f2665e30f5c8
2022-08-30 13:44:06 +00:00
sahbot
ba0408060d Integrating libamxc to master_v1.7.2
Issue: ambiorix/libraries/lib_amxc#66 amxc_string_t does not handle empty strings properly [fix]
GitOrigin-RevId: 37d4b94b4d029ab7f528c38f466e75406ea17668
2022-08-30 13:44:04 +00:00
sahbot
ed4538aff6 Integrating mod-amxb-ubus to master_v3.0.29
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 206b003888add1417f897b09aab1fa5cf0fd71d6
2022-08-30 13:44:02 +00:00
sahbot
98582b64f6 Integrating libamxs to master_v0.1.30
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8465a50d75372d90b5bb4a44378f106f3b319b85
2022-08-30 13:43:59 +00:00
sahbot
741291efbf Integrating libamxa to master_v0.4.24
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ecb4a044c6ce2a59a844e3bced75f05e15f4cb6c
2022-08-30 13:43:57 +00:00
sahbot
40a9d031c1 Integrating libamxb to master_v4.2.18
Issue: ambiorix/libraries/lib_amxb#65 Performing an amxb_async_call on a local deferred data model method doesn't return correctly [fix]
GitOrigin-RevId: f66a70f1a75f393d5b6be82b623c4c9e7eee76e5
2022-08-30 13:43:54 +00:00
sahbot
828ef0c770 Integrating libamxo to master_v2.0.25
Issue: ST-826 [amx] custom param read handler called more often than expected [fix]
GitOrigin-RevId: 18d4dd17f5c765c0273190e9a134f61ba7b8b3f8
2022-08-30 13:43:52 +00:00
sahbot
a6d0673fee Integrating libamxd to master_v3.6.16
Issue: ST-826 [amx] custom param read handler called more often than expected [fix]
GitOrigin-RevId: 3bb832d2067772ca0b3025fa71bda121f1cd71ad
2022-08-30 13:43:49 +00:00
sahbot
c929365e5b [CI] Update changelog for release master_v7.3.5
GitOrigin-RevId: ca695bbad231bcf4a6905e38725680fe654e4540
2022-08-30 13:43:46 +00:00
sahbot
a05752d4fd Integrating amx-fcgi to master_v0.3.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 043b447a1ca4b2510622966ea768838052862b5e
2022-08-19 08:06:46 +00:00
sahbot
b2bc1304f3 Integrating mod-amxb-ubus to master_v3.0.28
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7b126413fd76f73960221c98377019c4472187ec
2022-08-19 08:06:44 +00:00
sahbot
d164cd1124 Integrating libamxs to master_v0.1.29
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 19a4f8eb2b36c72d1cc57bf56d3d27cb4e449ef0
2022-08-19 08:06:42 +00:00
sahbot
54c5bf817e Integrating libamxa to master_v0.4.23
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4d58dd0960f009ee9422e11129a54839912c32fb
2022-08-19 08:06:39 +00:00
sahbot
ed68ba7e9a Integrating libamxb to master_v4.2.17
Issue: NET-3905 [USP] MQTT IMTP connection cannot handle bus requests [fix]
GitOrigin-RevId: a977ea4f64a613f5cdbc5204f2cab2e85f561a17
2022-08-19 08:06:37 +00:00
sahbot
7dc809ae3b Integrating libamxo to master_v2.0.24
Issue: HOP-1770 [GL-B1300] Various components failing to open Service in firewall due to high load and multiple interface toggling [change]
Issue: HOP-1786 It must be possible to extend composite config options [fix]
GitOrigin-RevId: 642210bf12bf096a10261008830285e5f4b76f54
2022-08-19 08:06:35 +00:00
sahbot
bc0c5e88a5 Integrating libamxd to master_v3.6.15
Issue: ambiorix/libraries/lib_amxd#143 allow_partial is not set as an input argument for the set operation [fix]
GitOrigin-RevId: b02f260ebbd7e6935524c8edec0a230258abd076
2022-08-19 08:06:33 +00:00
sahbot
5da573c61e Integrating libamxt to master_v0.1.50
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 58f0ff4bb3622680dc61bf7e4447e3194a9ce555
2022-08-19 08:06:30 +00:00
sahbot
81308b2024 Integrating libamxp to master_v0.10.4
Issue: HOP-1770 [GL-B1300] Various components failing to open Service in firewall due to high load and multiple interface toggling [change]
GitOrigin-RevId: de16a4aa0467c50bc43b5b99b4d9ae07a8f5c500
2022-08-19 08:06:28 +00:00
sahbot
8025f9f130 Integrating mod-amxb-ubus to master_v3.0.27
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 743d3de1080c5cce008ea3441aa36ac2d8344b98
2022-08-19 08:06:25 +00:00
sahbot
006d27a6d9 Integrating libamxs to master_v0.1.28
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 40f2ef2c5770ae956e2d66b66f8565f5d1193e3c
2022-08-19 08:06:23 +00:00
sahbot
0088086577 Integrating libamxa to master_v0.4.22
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: fb40afb92eba2e8f5cde9b45ea32f6766fb1b68c
2022-08-19 08:06:20 +00:00
sahbot
c83540d200 Integrating libamxb to master_v4.2.16
Issue: NET-3905 [USP] MQTT IMTP connection cannot handle bus requests [fix]
GitOrigin-RevId: e78e0e418acbc709702db2880efb415144e40f14
2022-08-19 08:06:18 +00:00
sahbot
c159e27973 Integrating libamxo to master_v2.0.23
Issue: HOP-1786 It must be possible to extend composite config options [fix]
GitOrigin-RevId: 22c2563cf39ce9525edb25a22a31f952724fc9d0
2022-08-19 08:06:16 +00:00
sahbot
4dbaa2947f Integrating libamxd to master_v3.6.14
Issue: ambiorix/libraries/lib_amxd#143 allow_partial is not set as an input argument for the set operation [fix]
GitOrigin-RevId: 5c5cbf84dcd6e6c4c48fe1ef4be3ae517068b8a5
2022-08-19 08:06:13 +00:00
sahbot
5f0774b1ff Integrating libamxt to master_v0.1.49
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4412af9b2cbce2c0d04355296eb071e0d30c54d0
2022-08-19 08:06:11 +00:00
sahbot
05f4488ef7 Integrating libamxm to master_v0.0.43
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 825e218922dbc6ab36dbec7c7b515e89a6c79530
2022-08-19 08:06:09 +00:00
sahbot
3395bee490 Integrating libamxp to master_v0.10.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 061c9c64882b31f75e254ff05cfbda80699c8485
2022-08-19 08:06:06 +00:00
sahbot
0d3fdce054 Integrating libamxj to master_v0.3.42
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: bccc8df41095e7c2449140c63d275e2932762b6c
2022-08-19 08:06:04 +00:00
sahbot
261bf374e8 Integrating libamxc to master_v1.7.1
Issue: ambiorix/libraries/lib_amxc#65 amxc_string_split_to_llist not splitting text with newline sperator. [change]
GitOrigin-RevId: 21c72c44567ad988393792a3e585870384d77fce
2022-08-19 08:06:01 +00:00
sahbot
2e659f9492 [CI] Update changelog for release master_v7.3.4
GitOrigin-RevId: 45d8113e76cbfa408dad6c86e09e83379c25669d
2022-08-08 07:53:35 +00:00
sahbot
8accb378a7 Integrating mod-amxb-ubus to master_v3.0.26
Issue: HOP-1313 [Ambiorix] Unit tests for amxb_ubus report memory leak [fix]
GitOrigin-RevId: eb6acbedccd80a82042a4fe98d630fc8f58f272b
2022-08-08 07:53:32 +00:00
sahbot
eaa47cf808 Integrating amxrt to master_v1.5.7
Issue: ST-821 amxrt fails to create folder [fix]
GitOrigin-RevId: 3233e6575bba587cf1cdb3bec362f67a6c5ab065
2022-08-08 07:53:30 +00:00
sahbot
a86b3403fe Integrating libamxa to master_v0.4.21
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 87c8e39140f3da0adb92cca411d3b20d36717e36
2022-08-08 07:53:28 +00:00
sahbot
eb96039b79 Integrating libamxo to master_v2.0.22
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7e58b536864573d97ff4b7befd1658ee9f54b869
2022-08-08 07:53:25 +00:00
sahbot
f5a1b29b58 Integrating libamxs to master_v0.1.27
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4044ca5d3bad7a6540853d677652392e9e288ba0
2022-08-08 07:53:23 +00:00
sahbot
cbba402288 Integrating libamxb to master_v4.2.15
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 293add8852639454dc0ea9e8249d30e06378f54a
2022-08-08 07:53:21 +00:00
sahbot
9be5619b0e Integrating libamxd to master_v3.6.13
Issue: ST-809 [amx] certain NumberOfEntries fields not updated [fix]
GitOrigin-RevId: d628ec41fa298c04c47fbb653a292273500645b2
2022-08-08 07:53:18 +00:00
sahbot
bae3d7ce01 [CI] Update changelog for release master_v7.3.3
GitOrigin-RevId: da23aff5feb436a61840414896d59bc96dceb873
2022-07-28 12:30:31 +00:00
sahbot
b75f1ac724 Integrating amx-fcgi to master_v0.3.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 82347d8b73a78a292cb4dfbb9c67a703b1d1a5b8
2022-07-28 12:28:34 +00:00
sahbot
0481f9eb5f Integrating amxrt to master_v1.5.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3606b0e93e03b26012e4a15b72d6912774b71dec
2022-07-28 12:28:31 +00:00
sahbot
7a2dd3b6fe Integrating mod-amxb-ubus to master_v3.0.25
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 875c9d2734cfc4922bcafb90b6d9f16ee94590c8
2022-07-28 12:28:26 +00:00
sahbot
d780b6fee1 [CI] Update changelog for release master_v7.3.2
GitOrigin-RevId: cab5ab18a3862509d088dd4f606cd6e4f5231a26
2022-07-26 15:05:02 +00:00
sahbot
3345594dc7 Integrating libamxs to master_v0.1.26
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 61d3a8c409545d6a4a697eb76fd0472b7eb3a8fa
2022-07-26 15:04:32 +00:00
sahbot
d7e3915773 Integrating libamxa to master_v0.4.20
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 964cb702fc91c78b1fa062f7929d66892355f016
2022-07-26 15:03:55 +00:00
sahbot
3126428bb0 Integrating libamxb to master_v4.2.14
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2f0728158f47e50d41e8d629ff4a525edbda5649
2022-07-26 15:03:19 +00:00
sahbot
d64cf77f30 Integrating libamxo to master_v2.0.21
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 17973bdd516d0c0d07084424b60e31440c2f5967
2022-07-26 15:02:52 +00:00
sahbot
3edfa83f77 Integrating libamxd to master_v3.6.12
Issue: ambiorix/libraries/lib_amxd#142 Set amxd_object_free as public API method [fix]
GitOrigin-RevId: b08195a1caeba67b9292c28cf880c8a52e1e5e40
2022-07-26 15:02:27 +00:00
sahbot
26ce59449c Integrating libamxt to master_v0.1.48
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3fb687ce80d331f74dcc64e97d3751b702f3d86b
2022-07-26 15:02:03 +00:00
sahbot
5d7950a826 Integrating libamxm to master_v0.0.42
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 37cf0ef6c92739c2c6d2c42eeb38de05750af101
2022-07-26 15:01:34 +00:00
sahbot
8120d5ac6e Integrating libamxp to master_v0.10.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4dc6dd1a90fd3e18156fb5228b13e3a68b682d2a
2022-07-26 15:01:19 +00:00
sahbot
c28f68e7d3 Integrating libamxj to master_v0.3.41
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 324a1c6b342beb401332f56b91ebab6963540550
2022-07-26 15:00:29 +00:00
sahbot
35c9ce3f68 Integrating libamxc to master_v1.7.0
Issue: NET-3708 Add when_failed_status macro
GitOrigin-RevId: d64706f0cd9640e1b8b0f3bf92579c262c565ee2
2022-07-26 14:59:52 +00:00
sahbot
7d095d95d3 [CI] Update changelog for release master_v7.3.1
GitOrigin-RevId: 835d162702d173ad3bdaedb57def85796b981f2e
2022-07-18 11:43:24 +00:00
sahbot
3187247510 Integrating mod-amxb-ubus to master_v3.0.24
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9c3936475469b84b2b1df463902dd9488273b9a7
2022-07-18 11:42:55 +00:00
sahbot
c1bda1f3ef Integrating libamxs to master_v0.1.25
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 11f3b9990f41459645c9b4414670a0c287fc23e7
2022-07-18 11:42:53 +00:00
sahbot
d6e58a31e1 Integrating libamxa to master_v0.4.19
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 90c742cdbae20383b5b08b216751d18c9ead2259
2022-07-18 11:42:50 +00:00
sahbot
0b349f84b8 Integrating libamxb to master_v4.2.13
Issue: ambiorix/libraries/lib_amxb#63 Doxygen documentation tags must be added to back-end interface stuct and function signatures
Issue: ambiorix/libraries/lib_amxb#64 Invoke of method with out arguments on local data model creates wrong result variant [fix]
GitOrigin-RevId: 3974ef9cb100c7dc5451c93ec211eeddf399d5a8
2022-07-18 11:42:48 +00:00
sahbot
b7bf460a4e Integrating libamxo to master_v2.0.20
Issue: ambiorix/libraries/lib_amxo#76 The object write  action is not called during parsing of odl files
GitOrigin-RevId: d66edbda0e06f5b85dff8455adb0604880f422e6
2022-07-18 11:42:46 +00:00
sahbot
90bd8fe4a1 Integrating libamxd to master_v3.6.10
Issue: ambiorix/libraries/lib_amxd#141 Default object write action fails when only setting optional parameters
GitOrigin-RevId: 3ba69e243c1fd81ad8025334dd8a7b236ca66360
2022-07-18 11:42:43 +00:00
sahbot
8ff0666e5f Integrating mod-amxb-ubus to master_v3.0.23
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ed8dca9a8763c7e2ddf5c87c3397b8d383c00d5b
2022-07-18 11:42:41 +00:00
sahbot
7d2b1213ab Integrating libamxs to master_v0.1.24
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: efb24ac43ca981252707fa9b6f050b8eae45e4b0
2022-07-18 11:42:39 +00:00
sahbot
7e10e13d14 Integrating libamxa to master_v0.4.18
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 410f3491974f91cb3ab000ebb8d08a05fc9b6753
2022-07-18 11:42:36 +00:00
sahbot
c6a12d73b9 Integrating libamxb to master_v4.2.12
Issue: ambiorix/libraries/lib_amxb#63 Doxygen documentation tags must be added to back-end interface stuct and function signatures
GitOrigin-RevId: 4f91c26397ef8105ff00d229bf67b7d5c084136f
2022-07-18 11:42:34 +00:00
sahbot
2d3b5e07aa [CI] Update changelog for release master_v7.3.0
GitOrigin-RevId: 0b258a3c7ee4b7b5995f2d698c3e6117729317e4
2022-07-05 20:18:37 +00:00
sahbot
90f0f282c8 Integrating amxrt to master_v1.5.5
Issue: ambiorix/applications/amxrt#43 Changes for hop-1509 causes regressions [fix]
Issue: HOP-1509 Plugins not starting at boot [fix]
GitOrigin-RevId: e0219eb81cb9bbdf59d91bd3022c1ebd0177de39
2022-07-05 20:18:19 +00:00
sahbot
0edcb60203 Integrating mod-amxb-ubus to master_v3.0.22
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 864a1f77133defe56c4bfedc6c0d1c9d9af03296
2022-07-05 20:13:20 +00:00
sahbot
7372f6f42b Integrating lua-amx to master_v0.2.0
Issue: ambiorix/bindings/lua/lua-amx#3 Add bus.wait_for, auto_connect, disconnect_all methods to lua bindings [new]
GitOrigin-RevId: d9e94bae48c7fcf229ba837ac129893fb5ba96aa
2022-07-05 20:12:52 +00:00
sahbot
7d3c7bc6c8 Integrating amxrt to master_v1.5.4
Issue: ambiorix/applications/amxrt#43 Changes for hop-1509 causes regressions [fix]
GitOrigin-RevId: cff3979eed2d3a867d06bb360ec0bb5cd8565948
2022-07-05 20:12:32 +00:00
sahbot
e8b668dd0f Integrating libamxs to master_v0.1.23
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 349c29ce5bbad9bf03c0211c7d1a579fddc77e96
2022-07-05 12:27:51 +00:00
sahbot
676a150bf5 Integrating libamxa to master_v0.4.17
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 479ccf64a55e388038c137a1207e69bb78455ec1
2022-07-05 12:27:49 +00:00
sahbot
e8c9882f46 Integrating libamxb to master_v4.2.11
Issue: ambiorix/libraries/lib_amxb#46 Adds lookup cache for amxb_who_has [change]
GitOrigin-RevId: 6bc51836b78b585de77614be4350849f43d2dbd0
2022-07-05 12:27:46 +00:00
sahbot
7aadacb49f [CI] Update changelog for release master_v7.2.4
GitOrigin-RevId: 4b25954816edf69c9dcf1bb66f3db3adb9f9e59a
2022-06-30 15:08:04 +00:00
sahbot
72a58b5c96 [CI] Update changelog for release master_v7.2.3
GitOrigin-RevId: 443425b06ef43f10a7b3bcba8df6ddaf8794722f
2022-06-29 07:37:37 +00:00
sahbot
1fab27e0ba Integrating mod-amxb-ubus to master_v3.0.21
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b448d3f5a5b21da6b6ec76a89f99af17ae6d2c2b
2022-06-29 07:37:35 +00:00
sahbot
659692d0e9 Integrating amxrt to master_v1.5.3
Issue: ambiorix/applications/amxrt#42 When amxrt is stopped while waiting for required objects the entrypoints should not be called with reason STOP [fix]
GitOrigin-RevId: c161ce6e4b662beb6c8b71ea0d3766d3b7450cca
2022-06-29 07:37:33 +00:00
sahbot
8bb70785a2 Integrating mod-ba-cli to master_v0.7.5
Issue: ambiorix/modules/amx_cli/mod-ba-cli#20 Dump command must display mutable attribute when set [change]
GitOrigin-RevId: b71f97af08950f58fbd6fb308c60334c0763be69
2022-06-29 07:37:30 +00:00
sahbot
27e4e86d76 Integrating mod-amxb-ubus to master_v3.0.20
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: bdc5c47786dd97b75f554f6d22ad781407df36ca
2022-06-29 07:37:28 +00:00
sahbot
40b62f9ee4 Integrating libamxs to master_v0.1.22
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3f0039531b3ce635ae878e209ec378f5afac9cb1
2022-06-28 14:09:45 +00:00
sahbot
eee4dc6c5f Integrating libamxa to master_v0.4.16
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 3ae8c679c661f3a57c8dd627a65b613a91cd8587
2022-06-28 14:09:43 +00:00
sahbot
698fd33585 Integrating libamxb to master_v4.2.10
Issue: ambiorix/libraries/lib_amxb#61 Reference following using key addressing fails [fix]
GitOrigin-RevId: c6610ef052646182110ec095ea4e33cde48113d9
2022-06-28 14:09:40 +00:00
sahbot
f5a177bc66 Integrating libamxo to master_v2.0.19
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8bc1b54b4e5ef072c40c0be911819f3b92cc9b56
2022-06-28 14:09:38 +00:00
sahbot
63cb804f3d Integrating libamxd to master_v3.6.9
Issue: ambiorix/libraries/lib_amxd#139 Supported commands under multi-instance objects are not returned [fix]
Issue: ambiorix/libraries/lib_amxd#140 Make it possible to read hidden values depending on the access level [change]
GitOrigin-RevId: 2e7ba3fe34c0c5652e3478cce2e02e893cafd566
2022-06-28 14:09:36 +00:00
sahbot
cd38c55177 Integrating libamxt to master_v0.1.47
Issue: ambiorix/libraries/lib_amxt#10 A quoted string must always be interpreted as a string [fix]
GitOrigin-RevId: 558050494b30d26110a1df9cad5c931dac7aed4a
2022-06-22 12:38:26 +00:00
sahbot
5cf4bc4b34 Integrating libamxs to master_v0.1.21
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c117ca5f4efe9ec68bbc53a62f77808aa94381be
2022-06-22 12:38:23 +00:00
sahbot
f6de1d95fb Integrating libamxa to master_v0.4.15
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 63892e2e77a4bc8b0f4b3c352881e932082df82c
2022-06-22 12:38:21 +00:00
sahbot
5df57b7506 Integrating libamxb to master_v4.2.9
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1ea91605fa251649567c8274eb23946f60736401
2022-06-22 12:38:18 +00:00
sahbot
0645505a0c Integrating libamxo to master_v2.0.18
Issue: ambiorix/libraries/lib_amxo#75 Add support for mutable keys [change]
GitOrigin-RevId: 48f00a37ac852f820c670d7f4cc5eaeeacc182c7
2022-06-22 12:38:16 +00:00
sahbot
8604cb8efe [CI] Update autogenerated files
GitOrigin-RevId: c3ebeeb0a34f3472e4a3bf3864923355ab78d155
2022-06-22 12:38:13 +00:00
sahbot
38d33b8bf2 Integrating libamxd to master_v3.6.8
Issue: ambiorix/libraries/lib_amxd#138 Add support for mutable keys [change]
GitOrigin-RevId: 40ae7a685a6a06228b2e51ca078a7cbbc3945d4d
2022-06-22 12:38:11 +00:00
sahbot
4b03c3d666 [CI] Update changelog for release master_v7.2.2
GitOrigin-RevId: 430c1b8692e22ee89e2ee12ab035602177282c88
2022-06-15 12:41:20 +00:00
sahbot
ea22d8cad9 Integrating amxrt to master_v1.5.2
Issue: HOP-1509 Plugins not starting at boot [change]
GitOrigin-RevId: 1c2698b03982d5cc0ca8c23113086a594b99aefb
2022-06-15 12:41:17 +00:00
sahbot
a3feccec3a [CI] Update changelog for release master_v7.2.1
GitOrigin-RevId: f05377579d5ed9cbda9007527271ff4650f4d979
2022-06-14 13:21:21 +00:00
sahbot
f78c5bfcf5 Integrating mod-ba-cli to master_v0.7.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 881846137559269a3f4ab1893e7d372f159a8545
2022-06-14 13:20:49 +00:00
sahbot
b1e9bb0377 Integrating mod-amxb-ubus to master_v3.0.19
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9d878cde262b269329738071567a2f3db1770971
2022-06-14 13:20:47 +00:00
sahbot
74ec7e5e31 Integrating amxrt to master_v1.5.1
Issue: ambiorix/applications/amxrt#41 Load order must be the same as save order [fix]
GitOrigin-RevId: ae4192a7d7c1af7cdb03b1e2c055a0c921cb12a2
2022-06-14 13:20:45 +00:00
sahbot
12ff8b580a Integrating libamxs to master_v0.1.20
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 06a14fc4d3b3559f00b98072d0151ac079343b43
2022-06-14 11:45:26 +00:00
sahbot
41c81244ef Integrating libamxa to master_v0.4.14
Issue: NET-3658 [ACL manager] Update documentation for the acl manager in confluence [other]
GitOrigin-RevId: 6b344a300fd21f3f34d398f1e41287b6dd96cd31
2022-06-14 11:45:23 +00:00
sahbot
f7b1d11d57 Integrating libamxb to master_v4.2.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 13ce1ad386e9fa8564073d3ebf2fef6f947a57d4
2022-06-14 11:45:21 +00:00
sahbot
f907bfd3f3 Integrating libamxo to master_v2.0.17
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1acceec9af29ccbdd276c5d448191e871ac2300e
2022-06-14 11:45:19 +00:00
sahbot
664727f0e3 Integrating libamxd to master_v3.6.7
Issue: ambiorix/libraries/lib_amxd#137 The default rpc _get must be able to support parameter paths [fix]
GitOrigin-RevId: 1a8d468f75233e7dab10eba9b18b793fe7bee1ee
2022-06-14 11:45:16 +00:00
sahbot
b1f7678059 Integrating libamxa to master_v0.4.13
Issue: NET-3658 [ACL manager] Update documentation for the acl manager in confluence [other]
GitOrigin-RevId: 37afb84ccfc35d5e7ec12916ea7d4cd5dc8b7bc1
2022-06-14 11:45:14 +00:00
sahbot
8f5c9b7e6f [CI] Update changelog for release master_v7.2.0
GitOrigin-RevId: 66b60605904190a692d8e57cf22a2033f29b6cf3
2022-06-02 11:23:16 +00:00
sahbot
9694c424c4 Integrating mod-amxb-ubus to master_v3.0.18
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5237fc73fde86b7cbcab9a45e88885aba35d4ffd
2022-06-02 11:21:50 +00:00
sahbot
02d4b8eb7b Integrating amx-fcgi to master_v0.3.3
Issue: ambiorix/applications/amx-fcgi#13 Add implementation for seBatch [new]
Issue: HOP-1425 Rework configuration to work with default lighttpd [other]
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
Issue: ST-788 Use amxa_get to avoid code duplications
GitOrigin-RevId: aab01bad63b8a085645e9f8d41a711535f13f04f
2022-06-02 11:21:48 +00:00
sahbot
31c1078e30 Integrating amxrt to master_v1.5.0
Issue: ambiorix/applications/amxrt#40 When there are required objects events can appear before the entry points are called [new]
GitOrigin-RevId: d348676e04f72406b373615a1b91aaa0ff36137e
2022-06-02 11:21:46 +00:00
sahbot
3000922678 Integrating libamxs to master_v0.1.19
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0fb42bb2c7c328ab04ba2ada98cb25fcdb8dbbad
2022-06-02 07:01:06 +00:00
sahbot
2927e1e4f1 Integrating libamxa to master_v0.4.12
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2d4150d4ac50b90a4d6f85bc62cc23f6265bda8a
2022-06-02 07:01:03 +00:00
sahbot
28cbd607b2 Integrating libamxb to master_v4.2.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b56c3b705c90ba9e50fe11a0534b7003afdb8da0
2022-06-02 07:01:01 +00:00
sahbot
8f0eaa1fb7 Integrating libamxo to master_v2.0.16
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 37fe46e5311b92a185ef46c2ae639e5b114987f2
2022-06-02 07:00:58 +00:00
sahbot
5ade64f2bf Integrating libamxd to master_v3.6.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: ba307bb1b360b013e4838f69d5865150dde453bc
2022-06-02 07:00:56 +00:00
sahbot
44a013d570 Integrating libamxt to master_v0.1.46
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4ca22db9fbcb46bf132fe64661fb34f985ffee4f
2022-06-02 07:00:53 +00:00
sahbot
16706b8c70 Integrating libamxp to master_v0.10.1
Issue: HOP-1485 [amx] crash on amxp signal read
GitOrigin-RevId: 53cdd88c2ec7f7644542e7d99611510eee8da1c6
2022-06-02 07:00:51 +00:00
sahbot
bea267a51c Integrating libamxa to master_v0.4.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 46bb0a6135f38d701df55f053becbcf57f6b241d
2022-06-02 07:00:48 +00:00
sahbot
e189c6a7f1 [CI] Update changelog for release master_v7.1.0
GitOrigin-RevId: d95994e89c3ad01228a4f2e0a821b80ac873c225
2022-05-31 06:24:37 +00:00
Matthias FRANCK
ea1b8e7f16 Downstep amx-fcgi to v0.2.3
GitOrigin-RevId: feab49c8a30ebc9c657edb4e479d60dc95b2ff0f
2022-05-31 06:23:56 +00:00
sahbot
7cd3cb1716 Integrating libamxs to master_v0.1.18
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 13b50e63a6761ebac177c5b9135458f38c289aa6
2022-05-31 06:23:54 +00:00
sahbot
3e4238a047 Integrating libamxa to master_v0.4.10
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c43307019c57f4dbcdc33637c293271847ba6685
2022-05-31 06:23:51 +00:00
sahbot
55d0711c8a Integrating libamxb to master_v4.2.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: cb4cdb40457d39aa3d41d24fc0cb161123679050
2022-05-31 06:23:49 +00:00
sahbot
e03176b6e6 Integrating libamxo to master_v2.0.15
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a24c9f9a0630ff53aa48750033c5669cc55b4113
2022-05-31 06:23:46 +00:00
sahbot
6be8ae49a6 Integrating libamxd to master_v3.6.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b26571a7389f76ce3c918005e59b340cfe88207e
2022-05-31 06:23:43 +00:00
sahbot
67843cbb5f Integrating libamxt to master_v0.1.45
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: f60467db6b5f304f364d7e1c053fef0bda420ea3
2022-05-31 06:23:41 +00:00
sahbot
7f4c5d31de Integrating libamxp to master_v0.10.0
Issue: ambiorix/libraries/lib_amxp#44 It must be possible to suspend handling of signals for a specific signal manager [new]
GitOrigin-RevId: 2f7661b7d1a3e024306dcdc45650a40267448fc6
2022-05-31 06:23:38 +00:00
sahbot
61a90c5beb Integrating libamxo to master_v2.0.14
Issue: HOP-1470 [amxo-cg] segfault when parsing long comments [fix]
GitOrigin-RevId: aea73cd34c8d15cc44b4748a96e3fa030627f6aa
2022-05-30 07:33:14 +00:00
sahbot
1fcacce207 [CI] Update changelog for release master_v7.0.0
GitOrigin-RevId: 410cf6feb041ffc16d105211dfb047490082fe10
2022-05-24 09:42:29 +00:00
sahbot
ded21d2400 Integrating mod-dm-cli to master_v0.2.4
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: 5cd637af133d654f92594902e0b8b677c3d9e2a4
2022-05-24 09:23:23 +00:00
sahbot
a4d94f5b00 Integrating mod-ba-cli to master_v0.7.3
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when...
Issue: ST-788 Use amxa_get to avoid code duplications
GitOrigin-RevId: 6aac3874dced3847ece28cef4d541bb049c38869
2022-05-24 09:23:20 +00:00
sahbot
3f18e33105 Integrating mod-amxb-ubus to master_v3.0.17
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: ad18c5e4eba5e6d005331226fe06e2f6b2808db9
2022-05-24 09:23:17 +00:00
sahbot
b244022730 Integrating amx-fcgi to master_v0.3.2
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: a573efcbcf563670926e32dc68fcd41a0ebf6957
2022-05-24 09:23:15 +00:00
sahbot
522d221124 Integrating acl-manager to master_v0.5.16
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: d8abc43f45b0840bfb05e85ee4dbe6eda8cdff08
2022-05-24 09:23:12 +00:00
sahbot
3b36e4d3a6 Integrating amx-cli to master_v0.2.22
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: a99a8ee8c46bc8f144115311e7218a16e027ca77
2022-05-24 09:23:09 +00:00
sahbot
384ef95ad3 Integrating amxo-cg to master_v1.2.5
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when...
GitOrigin-RevId: d67cf6bd70b729de2f5e6a3b9e67293be4773705
2022-05-24 09:23:07 +00:00
sahbot
05056e4673 Integrating libamxs to master_v0.1.17
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: c773e1a48e73381c526ea17f39866b5fe1c7e223
2022-05-24 06:59:28 +00:00
sahbot
6a1c8b9b19 Integrating libamxa to master_v0.4.9
Issue: ambiorix/libraries/lib_amxa#24 Implement amxa_get
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: a0a3ee29c49bce89467d40581bd0fcea8c7853fd
2022-05-24 06:59:25 +00:00
sahbot
53a9d93bc7 Integrating libamxb to master_v4.2.5
Issue: ambiorix/libraries/lib_amxb#60 Use reference index when a reference path is provided [change]
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: 003065d50759dc40f2d2887cdc7204a579fc8f27
2022-05-24 06:59:23 +00:00
sahbot
ba4d1fcf21 Integrating libamxo to master_v2.0.13
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: c06b59a869d57d6c90a8c00eb3aa1d6b316d861d
2022-05-24 06:59:21 +00:00
sahbot
f2f08c7bed Integrating libamxd to master_v3.6.4
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: b3024a3d98c821a8f2c72cb93d6e89f0654c302c
2022-05-24 06:59:18 +00:00
sahbot
73a58dbc1c Integrating libamxt to master_v0.1.44
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: d062cf95d73fd174e51308072a8456e2f2a50298
2022-05-24 06:59:16 +00:00
sahbot
95705c0489 Integrating libamxm to master_v0.0.41
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: 04011a478616f4c293575e1e673fc77b2b33b793
2022-05-24 06:59:14 +00:00
sahbot
932744826d Integrating libamxp to master_v0.9.19
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when...
GitOrigin-RevId: e2e7c381406d17db9f540aadf36993edb65419ea
2022-05-24 06:59:11 +00:00
sahbot
0ce4a66392 Integrating libamxj to master_v0.3.40
Issue: ambiorix/libraries/lib_amxj#15 Fix memory issue for out of bounds write in amxj_read() (fix)
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: 7f91303fc00d26f64d5d3b50b513e719eda2024b
2022-05-24 06:59:08 +00:00
sahbot
0790e3024e Integrating libamxc to master_v1.6.1
Issue: HOP-379 [Gitlab CI][Unit tests][valgrind] Pipeline doesn't stop when memory leaks are detected [fix]
GitOrigin-RevId: 795977ab671fdd9b17909ce699b68693e39da086
2022-05-24 06:59:05 +00:00
sahbot
1593e36b1c Integrating libamxd to master_v3.6.3
Issue: ambiorix/libraries/lib_amxd#136 Add reference following for reference lists using indexes [change]
GitOrigin-RevId: 4579c4ef2f71566c700fdae9c25c3ac687e31253
2022-05-23 08:36:13 +00:00
sahbot
f77619cda2 Integrating libamxt to master_v0.1.43
Issue: ambiorix/libraries/lib_amxt#9 The command parser does not parse embedded string correctly [fix]
GitOrigin-RevId: 6874a9486d5319d1831ee4208d892916d3780a74
2022-05-23 08:36:10 +00:00
sahbot
23404556b3 Integrating libamxm to master_v0.0.40
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5d015720fe6143d42815a6fe4a15e541659c4924
2022-05-23 08:36:08 +00:00
sahbot
080994f66c Integrating libamxp to master_v0.9.18
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 10acfdf103182bc949edebb5742eaeab3f3cf1d6
2022-05-23 08:36:05 +00:00
sahbot
a444771b0e Integrating libamxj to master_v0.3.39
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 9373816e934f3f4606ba925b2daa2e33a830eac3
2022-05-23 08:36:03 +00:00
sahbot
87e76377df Integrating libamxc to master_v1.6.0
Issue: ambiorix/libraries/lib_amxc#64 Make it possible to initialize a timestamp structure using struct tm [new]
GitOrigin-RevId: 15ed5bb26e23aafe9bc8541551a85135eef1af53
2022-05-23 08:36:01 +00:00
Matthias FRANCK
f2877e35e4 Remove webui example
GitOrigin-RevId: 82d60095c665629bd51e2b7627543b9d70341085
2022-05-17 09:23:17 +00:00
sahbot
37dcbd21a3 Integrating amx-fcgi to master_v0.3.1
Issue: HOP-1425 Rework configuration to work with default lighttpd [other]
GitOrigin-RevId: 06c86fb98a6fbaff1d8748ad2d2fefc9c7599ef3
2022-05-17 09:23:14 +00:00
sahbot
1ad8fd5a89 [CI] Update changelog for release master_v6.0.0
GitOrigin-RevId: e7c959445ad44f2e07f03e867e4613ff2075ca56
2022-05-13 07:15:40 +00:00
sahbot
0dae2eec1e Integrating mod-ba-cli to master_v0.7.2
Issue: HOP-1081 [Ambiorix] Implementation of reference following decorator [change]
GitOrigin-RevId: 5c290f436b095af209af5238b853e9184fffaa3d
2022-05-13 06:49:34 +00:00
sahbot
b680c80588 Integrating mod-amxb-ubus to master_v3.0.16
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8e575943726ea74e2b0d1b84890c26e590f0d198
2022-05-13 06:49:32 +00:00
sahbot
20a328816a Integrating amx-fcgi to master_v0.3.0
Issue: ambiorix/applications/amx-fcgi#13 Add implementation for seBatch [new]
GitOrigin-RevId: 81459f49477f982ab412a3bc269579cf2ae8bb7b
2022-05-13 06:49:30 +00:00
sahbot
2acb29e754 Integrating libamxs to master_v0.1.16
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7574cd0667fd732874485a4ada95a1188a218f35
2022-05-12 14:45:39 +00:00
sahbot
8331a40875 Integrating libamxa to master_v0.4.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a60105018c1294d25257d4098538500cbe8d37c5
2022-05-12 14:45:37 +00:00
sahbot
a2fe8e85d4 Integrating libamxb to master_v4.2.4
Issue: HOP-1081 [Ambiorix] Implementation of reference following decorator [change]
GitOrigin-RevId: 6e84f265f7bd6b0c9ff70fdc47b33681a2b21ee4
2022-05-12 14:45:34 +00:00
sahbot
b4dfa5d05a Integrating libamxo to master_v2.0.12
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 59d67f6c9f02527037a43412c65fa68ec3c8ff2c
2022-05-12 14:45:31 +00:00
sahbot
d454110cbc Integrating libamxd to master_v3.6.2
Issue: ambiorix/libraries/lib_amxd#135 Update path parser to be able to detect reference path [change]
GitOrigin-RevId: 70494a852dedd09d174855b6344f3eb76e78e477
2022-05-12 14:45:28 +00:00
Matthias FRANCK
1886e1985f Issue: SOFA-358 Remove python-amx
GitOrigin-RevId: 2349cacea7e0a57fc81c7919851f094c50406b0b
2022-05-12 09:41:38 +00:00
sahbot
7f8d36b90d [CI] Update changelog for release master_v5.4.1
GitOrigin-RevId: ac5b9d8c0d18be85cf39f6bdcf5bde129ac785de
2022-05-09 14:35:14 +00:00
sahbot
6b68a17367 Integrating mod-ba-cli to master_v0.7.1
Issue: ambiorix/modules/amx_cli/mod-ba-cli#18 Update output of gsdm command [changed]
GitOrigin-RevId: 6d9165fd6418907782b8c1ee8fa2f558e16b19b7
2022-05-09 14:33:53 +00:00
sahbot
a39391ea4e Integrating mod-amxb-ubus to master_v3.0.15
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7c3fee4a931deca1467f18d88c3a1fc8fbd62be5
2022-05-09 14:33:50 +00:00
sahbot
0283ddfdf4 Integrating libamxs to master_v0.1.15
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 88cb2245229d4bc5c5e7891712ea98e4a784d94e
2022-05-09 12:59:51 +00:00
sahbot
e76c93413d Integrating libamxa to master_v0.4.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7fb6ddb394050b9dc6c273100020af24e186d49a
2022-05-09 12:59:48 +00:00
sahbot
15206043c9 Integrating libamxb to master_v4.2.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: bbe0d306b3cb135974fed4578f4d2a7511335fa2
2022-05-09 12:59:46 +00:00
sahbot
eeaf91b45a Integrating libamxo to master_v2.0.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: cd26c0c8eef802448adc6942d8cebad769baf0ff
2022-05-09 12:59:44 +00:00
sahbot
ee5d90e0ca Integrating libamxd to master_v3.6.1
Issue: ambiorix/libraries/lib_amxd#134 Update get supported data model implementation according to USP specification 1.2 [change]
Issue: NET-3138 [MQTT] Topic must be writable after creation [change]
GitOrigin-RevId: d70dac9c3028ea516ef684f54f7d003f52216198
2022-05-09 12:59:41 +00:00
sahbot
9d44d16639 [CI] Update changelog for release master_v5.4.0
GitOrigin-RevId: 42fcc4fe3641df139078de3933c0c18e1af0578e
2022-05-05 07:50:08 +00:00
sahbot
def7fc3fcd Integrating mod-ba-cli to master_v0.7.0
Issue: ambiorix/modules/amx_cli/mod-ba-cli#17 Add get instances command [new]
GitOrigin-RevId: 9dfa775a2e2220c5604f7f5ed9700046763e809e
2022-05-05 07:49:43 +00:00
sahbot
84fcb83d1e Integrating mod-amxb-ubus to master_v3.0.14
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 32320d8b40199afb7c2cc8bfb7eb7e62afb60aaf
2022-05-05 07:49:40 +00:00
sahbot
285e416591 Integrating amxb-inspect to master_v1.2.0
Issue: ambiorix/applications/amxb-inspect#9 Check get_instances function of back-end [new]
GitOrigin-RevId: 797b5bc4f6adc6f9efe574c887585dd5fe19b4ac
2022-05-05 07:49:38 +00:00
sahbot
973175b812 Integrating mod-amxb-ubus to master_v3.0.13
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0f15c09f7635cda39f09c41af43af2b0322ca2e9
2022-05-05 07:49:35 +00:00
sahbot
f3ffbcbfb7 Integrating mod-amxb-ubus to master_v3.0.12
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e84ea59f59919aa15b00181d3d516cdb24d6201d
2022-05-05 07:49:33 +00:00
sahbot
3f0708e3ae Integrating mod-lua-amx to master_v0.1.1
Issue: ambiorix/bindings/lua/mod-lua-amx#2 Unused variables when compiling for arm target [fix]
GitOrigin-RevId: a63f46008670ea7a44b873e533c2fd7dfdf62120
2022-05-05 07:49:31 +00:00
sahbot
4dcf01580c Integrating libamxs to master_v0.1.14
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 6763cf7fc21de36488b466a8e61b2b2a2bc80502
2022-05-05 07:46:09 +00:00
sahbot
b80cdfbe04 Integrating libamxa to master_v0.4.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 15ab1abf36dfef92051654661a89d48e837a8892
2022-05-05 07:46:06 +00:00
sahbot
29be38eb3f Integrating libamxb to master_v4.2.2
Issue: ambiorix/libraries/lib_amxb#59 Incorrect check for get_instances back-end function [fix]
GitOrigin-RevId: 8d37108b7f75b17314f46604d0d57f89de3a24ab
2022-05-05 07:46:04 +00:00
sahbot
132c9036fb Integrating libamxs to master_v0.1.13
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: e1186aabd98877f56d45c60a6556df1104f137c4
2022-05-02 13:39:59 +00:00
sahbot
a78a90f236 Integrating libamxa to master_v0.4.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1e6ccdeaabab6113ac1e81c29c066c8f601a38b9
2022-05-02 13:39:57 +00:00
sahbot
482c882e47 Integrating libamxb to master_v4.2.1
Issue: ambiorix/libraries/lib_amxb#58 Add support for get_instances operator [new]
GitOrigin-RevId: fc1037f9dfba17f3958d1e9f707f80175f63642a
2022-05-02 13:39:54 +00:00
sahbot
41f51d0ab5 Integrating libamxb to master_v4.2.0
Issue: ambiorix/libraries/lib_amxb#58 Add support for get_instances operator [new]
GitOrigin-RevId: 2559b33122235e899449ec0f45d2ef278bc0a8b7
2022-05-02 13:39:51 +00:00
sahbot
da7f9ac06f Integrating libamxo to master_v2.0.10
Issue: ambiorix/libraries/lib_amxo#74 ODL parser sometimes gets confused [fix]
GitOrigin-RevId: 7d47f12e301a82fe400978265c19dea26d033b26
2022-05-02 13:39:49 +00:00
sahbot
2bd0471e16 Integrating libamxo to master_v2.0.9
Issue: ambiorix/libraries/lib_amxo#74 ODL parser sometimes gets confused [fix]
GitOrigin-RevId: e93769a927d6cec2d89d21274c944c1c6ebde561
2022-05-02 13:39:46 +00:00
sahbot
7f3e73337b Integrating libamxd to master_v3.6.0
Issue: ambiorix/libraries/lib_amxd#133 Add internal data model RPC _get_instances [new]
GitOrigin-RevId: 9377d79896895c5e333a45a33e7f22e98a4048dd
2022-05-02 13:39:43 +00:00
sahbot
b401c46f48 Integrating libamxt to master_v0.1.42
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 58fa6722c82d6368ba03e6a338ff6ba90f373dc1
2022-05-02 13:39:41 +00:00
sahbot
b2577746ae [CI] Update PKG_HASH
GitOrigin-RevId: db7a6586a803ceca878112fdfbe7a64e9a818c3c
2022-05-02 13:39:38 +00:00
sahbot
580b6ee801 Integrating libamxp to master_v0.9.17
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 6dc802614903b6504bedd1086896b6459f98c97e
2022-05-02 13:39:34 +00:00
sahbot
d553a2b166 Integrating lua-amx to master_v0.1.0
Issue: ambiorix/bindings/lua/lua-amx#2 It must be possible to access the odl config options [new]
GitOrigin-RevId: 85e81b0330f7f2285e1fc891a416cea742157029
2022-04-19 09:26:24 +00:00
sahbot
0ef85fd0be Integrating mod-lua-amx to master_v0.1.0
Issue: ambiorix/bindings/lua/mod-lua-amx#1 Add usage documentation to readme [new]
GitOrigin-RevId: 91cf1b78eaf6ab928acd4e689f42d92c36aeeca6
2022-04-14 13:44:49 +00:00
sahbot
2e97b1a793 [CI] Update changelog for release master_v5.3.0
GitOrigin-RevId: 7bb6b651d6e016363fa6b7c37d1e28163e398597
2022-04-08 11:04:57 +00:00
Matthias FRANCK
e35f41d69c [CI] Update PKG_HASH
GitOrigin-RevId: 343a4edbae120093cbb526131f74cdee7ded8f90
2022-04-08 11:01:34 +00:00
sahbot
5900bf8439 [CI] Update autogenerated files
GitOrigin-RevId: 2552cd1aadc1b8125b7bc80fac65d23d09638f5e
2022-04-08 11:01:31 +00:00
Matthias FRANCK
6f29c3c804 Add python-amx
GitOrigin-RevId: 0c5ad009e0d13fd694be5b77abfa496fa480729b
2022-04-08 11:01:27 +00:00
Matthias FRANCK
7742c49008 Add lua-amx
GitOrigin-RevId: 44a274d532e1949d2337426a4f5e9c5bc5e56117
2022-04-08 11:01:23 +00:00
Matthias FRANCK
966f43deb9 Add mod-lua-amx
GitOrigin-RevId: dae68fe5e60323062c35d55dc0093112c0f436c0
2022-04-08 11:01:19 +00:00
sahbot
4360f6c761 Integrating mod-amxb-ubus to master_v3.0.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 326ab065eb0ecb61af48e0153367e24ad8e4b41a
2022-04-08 10:37:18 +00:00
sahbot
cfbc643202 Integrating acl-manager to master_v0.5.15
Issue: HOP-1230 [GetDebugInformation] Add data model debuginfo in component services [change]
GitOrigin-RevId: 17879dcb1a13d257167c25c94070ca487c3aa0ab
2022-04-08 10:37:15 +00:00
sahbot
ee423ce0b8 Integrating amx-cli to master_v0.2.21
Issue: ambiorix/applications/amx-cli#22 no-colors should be set to true by default [fix]
GitOrigin-RevId: f08871be584f6680f8b42aa6bcf05d5f4a0bb892
2022-04-08 10:37:12 +00:00
sahbot
e9d3aeb53f Integrating libamxs to master_v0.1.12
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1ae7a8e00a4251f5dd63104131e6ab548afd4469
2022-04-08 08:57:07 +00:00
sahbot
12672b3c3b Integrating libamxa to master_v0.4.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: df7a063f4f5c92e76b9fd892d6054caa90cbd688
2022-04-08 08:57:04 +00:00
sahbot
87c85a17b2 Integrating libamxb to master_v4.1.7
Issue: ambiorix/libraries/lib_amxb#57 Constructor functions that add custom expression function must be run at level higher then 101 [fix]
GitOrigin-RevId: ce755ac2e30acd782309de85d31eb3da5a884793
2022-04-08 08:57:01 +00:00
sahbot
8a318f065d Integrating libamxo to master_v2.0.8
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 415197a215b5abc1edce4674465056111d04dbb0
2022-04-08 08:56:58 +00:00
sahbot
7be52f4a6f Integrating libamxd to master_v3.5.3
Issue: ambiorix/libraries/lib_amxd#131 Remove macro IS_SET [fix]
Issue: ambiorix/libraries/lib_amxd#132 It is not possible to add multiple times the same object action callback with different private data [fix]
GitOrigin-RevId: 438f1b3cf66fc8a120ccafdce6e332c6cc2c54a5
2022-04-08 08:56:54 +00:00
sahbot
93c4ff299b Integrating libamxt to master_v0.1.41
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a38e245bb024881fa5ffea3aae8e084bd1ab4476
2022-04-08 08:56:51 +00:00
sahbot
6e38b3bcf2 Integrating libamxm to master_v0.0.39
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c5d0049d9f878458a5d39652aa8e502a8579e8ca
2022-04-08 08:56:48 +00:00
sahbot
187afa372f Integrating libamxp to master_v0.9.16
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 99a00af00494a5c550f06b26ce428a48314e47aa
2022-04-08 08:56:45 +00:00
sahbot
f366330aad Integrating libamxj to master_v0.3.38
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 369701b99a84b05bf5262b0c06fbc55f93418ff2
2022-04-08 08:56:41 +00:00
sahbot
e74cdf8535 Integrating libamxc to master_v1.5.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1327ce0807b890b5413c318786e6e063a10a2299
2022-04-08 08:56:38 +00:00
sahbot
c707b56996 [CI] Update changelog for release master_v5.2.5
GitOrigin-RevId: 73eee9c4623357aacfd79d9572e51f3fcfc43e05
2022-04-04 14:47:15 +00:00
sahbot
666e11d42d Integrating mod-amxb-ubus to master_v3.0.10
Issue: ambiorix/modules/amxb_backends/amxb_ubus#53 Send reply in case of an error [fix]
GitOrigin-RevId: 88124366d5674e4e79103f2e6fc204d5a655c918
2022-04-04 14:12:18 +00:00
sahbot
6876aed6cd [CI] Update changelog for release master_v5.2.4
GitOrigin-RevId: d5042a9b431813a3723ca433ffa00d7f323e95b9
2022-03-24 16:05:41 +00:00
sahbot
c44ff066e9 Integrating mod-amxb-ubus to master_v3.0.9
Issue: ambiorix/modules/amxb_backends/amxb_ubus#52 uBus does not always respect order of in-coming messages [fix]
GitOrigin-RevId: cada5f00fc18c25f19d4b80b6ac28aeae8d51cec
2022-03-24 15:40:32 +00:00
sahbot
2407b2aeb0 [CI] Update changelog for release master_v5.2.3
GitOrigin-RevId: 22220cd7f380c5014f9c533d2eee95594e0b9df0
2022-03-18 13:23:17 +00:00
sahbot
734a977d25 Integrating mod-amxb-ubus to master_v3.0.8
Issue: ambiorix/modules/amxb_backends/amxb_ubus#51 Segmentation fault when amxb_ubus_list is called with invalid path [fix]
GitOrigin-RevId: cafe04571e71c50f22f47f4f3b6e8f601bb2518a
2022-03-18 13:23:14 +00:00
sahbot
e7977fe908 Integrating acl-manager to master_v0.5.14
Issue: NET-3203 [ACL][USP] ACL files must be located in writable directory [fix]
GitOrigin-RevId: 08274c6b2379d4b49291bbeca93833ee08ffc77f
2022-03-18 13:23:12 +00:00
sahbot
3f1c06fcca Integrating libamxs to master_v0.1.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5ca893c98ef1457f44f8c7ce4bb63f93115d7ffc
2022-03-18 10:48:57 +00:00
sahbot
ffd8b8cb58 Integrating libamxa to master_v0.4.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 01f87a3ccc5aec91b7afa0f449a6e1de13b9ec13
2022-03-18 10:48:53 +00:00
sahbot
2b2fe27ff1 Integrating libamxb to master_v4.1.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c23e443fc4fdcdffaec2d1fafcbcb8e799777f63
2022-03-18 10:48:50 +00:00
sahbot
1784960872 Integrating libamxo to master_v2.0.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0ba28c6e8410d68f62dea84566638545a36aeb70
2022-03-18 10:48:47 +00:00
sahbot
b2aa29042c Integrating libamxd to master_v3.5.2
Issue: ambiorix/libraries/lib_amxd#130 Aliases containing dots causes problems when used in object paths [fix]
GitOrigin-RevId: 496f5ae8ccbd1fca76eaf1406bf5a5a0f0b4901a
2022-03-18 10:48:42 +00:00
sahbot
30e04eb86e [CI] Update changelog for release master_v5.2.2
GitOrigin-RevId: bdee218d67b8bce3eebb8a35b2fc29fa69432372
2022-03-10 09:09:58 +00:00
SAH bot
2737fec490 Upstep ambiorix libraries
GitOrigin-RevId: 3e96ccc161524e4d4c1600449bbb66784968751a
2022-03-10 09:08:39 +00:00
sahbot
c66b039f8e [CI] Update changelog for release master_v5.2.1
GitOrigin-RevId: d62a66f6f4e09ffb1baaec656d9140d418a874f5
2022-02-28 13:58:23 +00:00
sahbot
621493ef19 Integrating acl-manager to master_v0.5.13
Issue: NET-3203 [ACL][USP] ACL files must be located in writable directory [fix]
GitOrigin-RevId: 33b263aec4c4413648da52e75bb456282eda92b9
2022-02-25 08:27:41 +00:00
sahbot
6cfce7ec7b Integrating amxrt to master_v1.4.4
Issue: ambiorix/applications/amxrt#39 Plug-in name is not correctly passed to pcb back-end [fix]
GitOrigin-RevId: dd7a49a1d25d880c3f7f1c23410c0d8391cb0e99
2022-02-25 08:27:38 +00:00
sahbot
da883302e3 Integrating libamxs to master_v0.1.9
Issue: ambiorix/libraries/lib_amxs#3 Use correct logic to determine if an instance exists [fix]
GitOrigin-RevId: 9a74fa1af6ae315d21acf895f6e550878771dd9d
2022-02-24 18:47:38 +00:00
sahbot
40d489c582 [CI] Update changelog for release master_v5.2.0
GitOrigin-RevId: 11000928d896a06f2c2d84a3ffd45a4a588f6187
2022-02-17 18:18:59 +00:00
SAH bot
642da3f75d Upstep ambiorix components
GitOrigin-RevId: 8ae24a3698f1e6ec010be4b505885e1644b0d399
2022-02-17 15:39:11 +00:00
SAH bot
eb8cce31d3 Upstep ambiorix libraries
GitOrigin-RevId: 52d91a475c2f86f4c28bc24e9760c55eaafae238
2022-02-16 14:08:06 +00:00
SAH bot
d47ce3ae2a Upstep ambiorix libraries
GitOrigin-RevId: fc2e1d78f7d9eeb3af2c269fd80929978df24373
2022-02-14 17:20:00 +00:00
sahbot
14c0f24ade [CI] Update changelog for release master_v5.1.0
GitOrigin-RevId: 0662b5de1925480defe2d8b3df114198bbad6c0c
2022-02-04 19:35:03 +00:00
sahbot
177261b569 Integrating libamxs to master_v0.1.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1d9957bba3e46844aebb72c802dade6eac0a51c4
2022-02-04 19:34:29 +00:00
sahbot
8462b92541 Integrating libamxa to master_v0.3.15
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: bf079b563901b10ff02d0376b82e6b8bd963893d
2022-02-04 19:34:26 +00:00
sahbot
03e074bbac Integrating libamxb to master_v4.1.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8eb42b0792bcca894bd63d1160f2e76f725aa89e
2022-02-04 19:34:23 +00:00
sahbot
0db4eee306 Integrating libamxo to master_v2.0.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a63ed9260147608b5f729e40d0c8eaa2194b966e
2022-02-04 19:34:20 +00:00
sahbot
622dd4bc44 Integrating libamxd to master_v3.3.2
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 44526e92937a9263c2d1a16975df5fb9d6dce977
2022-02-04 19:34:17 +00:00
sahbot
398a385624 Integrating libamxt to master_v0.1.39
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: b4e7b58fbdf0abde9446c1cad992a1f318923650
2022-02-04 19:34:13 +00:00
sahbot
c517f46ab4 Integrating libamxm to master_v0.0.37
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4533ea1e1ae61c2e0fa8004c061cc8db065c67c2
2022-02-04 19:34:10 +00:00
sahbot
bb3dd62997 Integrating libamxp to master_v0.9.14
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 4dc1656bfe37cc6d9214c359f082df29aa59c6d8
2022-02-04 19:34:07 +00:00
sahbot
f253ea1cba Integrating libamxj to master_v0.3.36
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 8ab0d54d5d6abdd293258bd62876ad3da2474067
2022-02-04 19:34:04 +00:00
sahbot
d1dd381ae0 Integrating libamxc to master_v1.4.4
Issue: ambiorix/libraries/lib_amxc#62 Variant conversions to integer values is going wrong on mips target [fix]
GitOrigin-RevId: 70a09ecdf97828a9a3a14e0c6e4d9e7a015a024d
2022-02-04 19:34:00 +00:00
sahbot
26f86006ec Integrating mod-ba-cli to master_v0.6.0
Issue: ambiorix/modules/amx_cli/mod-ba-cli#16 It must be possible to show and access protected Parameters/Objects. [new]
GitOrigin-RevId: 83d97e159febf6814abca6c426c3e9ba93db656e
2022-02-04 09:14:54 +00:00
sahbot
f4c34a1b87 [CI] Update autogenerated files
GitOrigin-RevId: b1c0b8038febd58b1d909cc3cc238aebc3c4e7b8
2022-02-04 09:14:51 +00:00
sahbot
ddcf2b5b55 [CI] Update changelog for release master_v5.0.0
GitOrigin-RevId: e138cf1c96f8a4bdac930c2abdf65b6faa98324b
2022-02-03 19:59:01 +00:00
SAH bot
4c877be769 Upstep components
GitOrigin-RevId: 9056bb8a0acd1bf847d168ca8791f6b0af82e7d9
2022-02-03 19:11:20 +00:00
sahbot
d15fcc2cf2 [CI] Update changelog for release master_v4.0.0
GitOrigin-RevId: de9b92896fa62cfd5b4464b154de1e5f9e7fac87
2021-12-17 14:07:22 +00:00
Matthias FRANCK
1a0304bc75 Remove init script for lighttpd
GitOrigin-RevId: c8df3f53c6ff178718341aed66f121dcdc360b93
2021-12-17 14:05:39 +00:00
Matthias FRANCK
bcd1180bf2 Upstep ambiorix components
GitOrigin-RevId: 3692e85f8da380322b9854ea4a7f4b4ac3ece17f
2021-12-17 14:04:55 +00:00
Matthias FRANCK
704631193b Rename examples directory
GitOrigin-RevId: a6702002a2c10a234f267f349b4343a2a5d57fd7
2021-12-16 12:58:41 +00:00
Matthias FRANCK
d85b3e02f8 Add init file for amx-webui
GitOrigin-RevId: fbfc798c0829f4f6fc45ac411d668c4ddb954f42
2021-12-14 13:49:41 +00:00
sahbot
4320f10ebf Integrating amx-webui to master_v0.1.1
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 7c9ec8c4861c6795043cb88d85e98f6ef49bec49
2021-12-14 12:48:52 +00:00
sahbot
278cf17520 [CI] Update changelog for release master_v3.2.0
GitOrigin-RevId: 7d9a2d1aaecf4b3223a015262dc4e3cce12699e0
2021-12-10 14:57:42 +00:00
SAH bot
15ba5f338d Upstep ambiorix components
GitOrigin-RevId: afe12b9285f16cfb683b42afec2d56c18e876d9f
2021-12-10 14:56:05 +00:00
Matthias FRANCK
258c8c2a96 Add amx-webui example
GitOrigin-RevId: d12d3937140958ba770b9fb35ee6de70aa174b5b
2021-12-10 07:48:35 +00:00
SAH bot
a3bb8acbb1 Upstep ambiorix libraries
GitOrigin-RevId: f32c6a670e9d1f9c5edbeb8e81dc36bb6312dcd8
2021-12-10 07:47:34 +00:00
sahbot
56210b8e37 [CI] Update changelog for release master_v3.1.0
GitOrigin-RevId: a2d2c43f948dce6698e822ca0967f0eb57723fc9
2021-12-07 11:13:05 +00:00
Matthias FRANCK
7fef3e626c Add libamxs
GitOrigin-RevId: 33c976e9d59427149c05fb24016034138bc91f8a
2021-12-07 11:04:37 +00:00
SAH bot
d4160d66c1 Upstep ambiorix components
GitOrigin-RevId: bfff38155c3cda359d3c373099418d38b8362830
2021-12-02 12:56:15 +00:00
SAH bot
18238fc576 Upstep ambiorix libraries
GitOrigin-RevId: 91aea6e4438fdebfc7baba83b59e8e47b856d782
2021-12-02 11:49:10 +00:00
Matthias FRANCK
0f507f515f Add amx-fcgi
GitOrigin-RevId: 4e27f605ee47213309d30bb1db74103dbffa61c2
2021-12-01 09:14:59 +00:00
sahbot
f99f47faa5 [CI] Update changelog for release master_v3.0.0
GitOrigin-RevId: c316ad893bcb51cfc4ef802d1eb9d2256744b2b4
2021-11-29 12:59:54 +00:00
Matthias FRANCK
37d41133ca Move mod-sahtrace from feed_amx to feed_net_core
GitOrigin-RevId: 4f604f1747478b5f07c93bcb368449771cf4faee
2021-11-29 12:51:30 +00:00
SAH bot
b33d8dd0e9 Upstep ambiorix components
GitOrigin-RevId: 7d429cf9672dabff9efaf4f5b3e565e057da1419
2021-11-29 08:21:49 +00:00
SAH bot
ccedcca9bd Upstep ambiorix libraries
GitOrigin-RevId: ff64a5e28e37405244513fdf399ea697642945fb
2021-11-26 09:37:12 +00:00
sahbot
0c943aec38 [CI] Update changelog for release master_v2.14.1
GitOrigin-RevId: 883df2646231dbd3c34be07ee80d6fc1506d4e8f
2021-11-19 12:48:31 +00:00
SAH bot
33ea4efc90 Upstep ambiorix components
GitOrigin-RevId: b7612bd1d4f80395582b93f0285fea22cbeee494
2021-11-19 12:47:20 +00:00
SAH bot
2036d51eaa Upstep ambiorix libraries
GitOrigin-RevId: 5a183eeb807ef37ca3781cb7473dbeda669be842
2021-11-19 08:55:18 +00:00
sahbot
b80c04bf37 [CI] Update changelog for release master_v2.14.0
GitOrigin-RevId: e90c4447a0b8eb2045aa8c0da46afdcc1e0a70d5
2021-11-12 12:09:09 +00:00
SAH bot
7f49621611 Upstep ambiorix components
GitOrigin-RevId: 7c4565510eda300e3dabd25a7d666052f4574e1d
2021-11-12 12:08:09 +00:00
SAH bot
f06e1bed56 Upstep ambiorix libraries
GitOrigin-RevId: 812a417f2f73e895fb9476253f823c36a8188a41
2021-11-12 10:09:38 +00:00
sahbot
6b982eac26 [CI] Update changelog for release master_v2.13.0
GitOrigin-RevId: 920556373b4e211f5d43befc8a841d64cbb106ef
2021-10-29 09:28:52 +00:00
SAH bot
7134dd5aa2 Upstep ambiorix components
GitOrigin-RevId: b10c48d3a503d8b5a16355e3a6f84f5b7e8b3a73
2021-10-29 08:18:38 +00:00
SAH bot
860e8718cd Upstep ambiorix libraries
GitOrigin-RevId: 2387040e2dc8fe0ba18f1b05cfe70fab30a5069c
2021-10-29 07:24:34 +00:00
Matthias FRANCK
2cb29aa2bd Add hash for libsahtrace
GitOrigin-RevId: 83d5bd403ee1268a4c5bfde104f4e7d4daedef45
2021-10-21 13:13:17 +00:00
sahbot
965e340df9 [CI] Update changelog for release master_v2.12.0
GitOrigin-RevId: 7d98342a943f68215aefaf1152a509e0e87f0fbf
2021-10-21 13:03:29 +00:00
Matthias FRANCK
0932ede196 Upstep libsahtrace to v1.8.0
GitOrigin-RevId: aac28bff5d9cfa855ed1d866d3b38969c5a8e5b9
2021-10-21 13:02:03 +00:00
SAH bot
2351293f32 Upstep ambiorix components
GitOrigin-RevId: a41e3e2a2333283db21a70d697b59817acfdef13
2021-10-21 10:40:48 +00:00
SAH bot
85129a5e0b Upstep ambiorix libraries
GitOrigin-RevId: 9b5f10aebcb4f87be0d9e62deeac2f11df250680
2021-10-21 08:58:44 +00:00
sahbot
38d220adf0 [CI] Update changelog for release master_v2.11.0
GitOrigin-RevId: 33f8bd87776f85e8da8c6aa4e3a9f10c6649fbd0
2021-10-14 11:23:29 +00:00
SAH bot
787e801037 Upstep ambiorix components
GitOrigin-RevId: 4f1df181fe7b7441ba9cb02174dae2a1606bf98f
2021-10-14 10:15:17 +00:00
SAH bot
df525166d2 Upstep ambiorix libraries
GitOrigin-RevId: 988a7c23d7c063d211f11d67b1ec1006eae79059
2021-10-14 07:18:50 +00:00
Matthias FRANCK
be55834f63 [CI] Update autogenerated files
GitOrigin-RevId: 536f400aa10af3195d7160821c723b9169b9dfc3
2021-10-08 15:21:46 +00:00
Matthias FRANCK
3b494ca297 Add prpl ci
GitOrigin-RevId: deebabfdd1485ae78231e87fb222c812a0cb43e4
2021-10-08 14:51:21 +00:00
Matthias FRANCK
bc98f93751 Enable prpl CI
GitOrigin-RevId: 6bb4016f83e244c1356577f680eb2b3e73ca5640
2021-10-08 14:14:31 +00:00
sahbot
58f873f0c2 [CI] Update changelog for release master_v2.10.2
GitOrigin-RevId: 525a300d8447d9d8c956523ff3d757d191bce7b6
2021-10-06 09:09:15 +00:00
sahbot
1f60315a5a Integrating acl-manager to master_v0.4.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: a114ec380994e61f1958af291a4ab5ab498cca82
2021-10-06 08:57:09 +00:00
Matthias FRANCK
46206ef579 Add amx-fcgi
GitOrigin-RevId: 44d8622d367980755d5e9136702501a31bc7369f
2021-10-06 08:55:17 +00:00
SAH bot
d3f16bf3d6 Integrating mod-ba-cli to master_v0.3.7
GitOrigin-RevId: 21d91114293856356d8923d73c4eeab06dd3eeea
2021-10-06 08:20:10 +00:00
Matthias FRANCK
d9cc15b190 Correct hash of libsahtrace
GitOrigin-RevId: 8c461abaf440225c5b779f3b14289d3d396d167f
2021-10-05 13:27:44 +00:00
sahbot
8f8966ad51 Integrating libamxa to master_v0.2.6
Issue: ambiorix/libraries/lib_amxa#19 Resolving search paths can fail for paths with a Device. prefix [fix]
Issue: ambiorix/libraries/lib_amxa#20 When parameter paths are added to the filter list, they have a dot suffix [fix]
GitOrigin-RevId: 189bd5af67dc9d59cf1ccf971e0ccade38faf366
2021-10-01 13:10:40 +00:00
sahbot
ad971703e5 [CI] Update changelog for release master_v2.10.1
GitOrigin-RevId: 357ddea850787ebac06e235f576c580b5ce409d6
2021-09-28 07:18:41 +00:00
SAH bot
265f6f8083 Integrating mod-ba-cli to master_v0.3.6
GitOrigin-RevId: f60996b701c0b2c42fc8fe632cb29bccc79346c8
2021-09-28 06:52:13 +00:00
SAH bot
0cb22f113d Integrating amxrt to master_v1.1.5
GitOrigin-RevId: 36fedf35327a4c58be550cbe0cf381d098ef0342
2021-09-28 06:52:09 +00:00
SAH bot
abbccc0a36 Integrating mod-amxb-ubus to master_v2.1.8
GitOrigin-RevId: fccbdc357a68da64fc9771c579ade84462e5999d
2021-09-28 06:52:06 +00:00
SAH bot
3a4218cd0e Integrating acl-manager to master_v0.4.4
GitOrigin-RevId: ebcce6c8500192b500ceddcbbf7e53ba901b2a77
2021-09-28 06:52:02 +00:00
Matthias FRANCK
28b564fd1d Bump libsahtrace to v1.7.3
GitOrigin-RevId: 51f93aecd318adfdf871eeb5e4f939a1d5d8a5c7
2021-09-28 06:51:59 +00:00
SAH bot
93873f8eda Bump ambiorix libraries
GitOrigin-RevId: c7b122262f8adb7d1f02fc76c25f5efe28759ef1
2021-09-28 06:51:55 +00:00
Matthias FRANCK
ac99a20913 Move acl-manager to ambiorix/applications
GitOrigin-RevId: b1162632e81c82e202582878d39ce4aae3d0ad93
2021-09-28 06:51:51 +00:00
sahbot
31b4205339 [CI] Update changelog for release master_v2.10.0
GitOrigin-RevId: d8cff3e3c863f22e9e2ff4f8e10594082e26a17e
2021-09-17 07:07:29 +00:00
Matthias FRANCK
3d2e24ce95 Correct hashes
GitOrigin-RevId: 1f73ffbc95ab1f8cadd26230498f72e861f35bbb
2021-09-16 13:00:08 +00:00
Matthias FRANCK
4dd4583429 Add acl-manager
GitOrigin-RevId: d747b78df3338343790767363ae66eeccbd7fef2
2021-09-16 12:44:30 +00:00
sahbot
e7f10fb43a [CI] Update changelog for release master_v2.9.0
GitOrigin-RevId: a6e7c073f1b5e9aa0be3efa6ad4cfdf63ad8ecb5
2021-09-15 14:55:03 +00:00
Matthias FRANCK
90dc2b81a5 Add libamxa
GitOrigin-RevId: 368671d2c217b5479ae4de06bba7cf1e9a210e00
2021-09-15 14:42:03 +00:00
sahbot
dec7ee6d40 Integrating mod-amxb-ubus to master_v2.1.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 1245ea4a84b4677351e87ad7953c6c10a9a65f1e
2021-09-15 12:43:34 +00:00
sahbot
d1b499e5aa Integrating libamxj to master_v0.3.27
Issue: ambiorix/libraries/lib_amxj#13 Generate junit xml files with unit-tests [other]
GitOrigin-RevId: a85454a05b7d564cf2b8737b6bc62f043fbfa7f2
2021-09-15 11:02:02 +00:00
sahbot
dfb1e9458e Integrating libamxb to master_v3.4.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0911ed730a65a0b32bfff963a2fa8e68f160b927
2021-09-15 11:01:58 +00:00
sahbot
8c40361e46 Integrating libamxj to master_v0.3.26
Issue: ambiorix/libraries/lib_amxj#13 Generate junit xml files with unit-tests [other]
GitOrigin-RevId: 6f5470757081120bd3a8b3648ea20245512e2c96
2021-09-15 11:01:55 +00:00
sahbot
1914cdb813 Integrating libamxo to master_v1.3.5
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: deee832d1cb59749d63877d54f1e566368566329
2021-09-15 11:01:51 +00:00
sahbot
e5f55bb527 Integrating libamxd to master_v3.2.3
Issue: ambiorix/libraries/lib_amxd#103 GCC11 archlinux compiler warning [fix]
GitOrigin-RevId: 91acc0999f7e2be2ec29553d84edf99936cb9325
2021-09-15 11:01:48 +00:00
sahbot
d6dc9697ce Integrating libamxt to master_v0.1.28
Issue: ambiorix/libraries/lib_amxt#6 Generate junit xml files with unit-tests [other]
GitOrigin-RevId: 03608bdfe9f5bc24da72d48287dd14a1dc8ebfb6
2021-09-15 11:01:45 +00:00
sahbot
02ce0511d3 Integrating libamxm to master_v0.0.30
Issue: ambiorix/libraries/lib_amxm#5 Generate junit xml files with unit-tests [other]
GitOrigin-RevId: 168aedf503689f0d3918e3e3f21288b3c3396d0f
2021-09-15 11:01:41 +00:00
sahbot
10b04075fe Integrating libamxp to master_v0.9.5
Issue: ambiorix/libraries/lib_amxp#34 Disconnecting slots in slot callback function can lead to segmentation fault [fix]
Issue: ambiorix/libraries/lib_amxp#36 Generate junit xml files with unit-tests [other]
Issue: ambiorix/libraries/lib_amxp#37 Adds support for bbf in operator ~= [change]
Issue: ambiorix/libraries/lib_amxp#38 When child process is killed it stays in <defunc> [fix]
GitOrigin-RevId: 0ef6cd895e94ed7fe18f131c852f4108750759c1
2021-09-15 11:01:39 +00:00
sahbot
f8a5c692b1 Integrating libamxj to master_v0.3.25
Issue: ambiorix/libraries/lib_amxj#13 Generate junit xml files with unit-tests [other]
GitOrigin-RevId: 02527fd25108728a9e1aa69f327b74aaf4c2d488
2021-09-15 11:01:35 +00:00
sahbot
417b51e812 Integrating libamxc to master_v1.3.1
Issue: ambiorix/libraries/lib_amxc#55 Add functions to convert a string to capital/lower case. [new]
Issue: ambiorix/libraries/lib_amxc#56 Generate junit xml files with unit-tests [other]
Issue: PCF-264 [status macros] Add when_null_status macros in amxc [new]
GitOrigin-RevId: fabc01daddee8636d13c4fbd327181f8932751ea
2021-09-15 11:01:32 +00:00
Matthias FRANCK
b761993d3b Bump libsahtrace to v1.7.2
GitOrigin-RevId: dfb330d515a762c2785af09ca9bbcbbcb21310b3
2021-09-03 12:01:17 +00:00
sahbot
0b3199179f [CI] Update changelog for release master_v2.8.0
GitOrigin-RevId: 0f6ef1a530f80002e6bbd18f8e827923eec4b306
2021-08-24 08:48:22 +00:00
sahbot
568c9c99ba [CI] Update PKG_HASH
GitOrigin-RevId: 685e9a8b9aa1893780cf781a0aafc5b91cd206da
2021-08-24 08:46:26 +00:00
sahbot
2e5ae2c45d Integrating amxo-cg to master_v1.2.0
Issue: ambiorix/applications/amxo-cg#16 Extra info needed in generated xml [new]
GitOrigin-RevId: d24572c4c4d63e0249a845d69904b23526e297dd
2021-08-24 08:46:23 +00:00
sahbot
b9b4f1e651 [CI] Update PKG_HASH
GitOrigin-RevId: 79aea9c565211025aeb1494cc6369ac1fffd1956
2021-08-24 08:46:19 +00:00
sahbot
fa929675ff Integrating amx-cli to master_v0.2.17
Issue: ambiorix/applications/amx-cli#20 Exit on CTRL+D instead of CTRL+C
GitOrigin-RevId: 5d35f2a0859c62d0529bd1957420f8b890378959
2021-08-24 08:46:16 +00:00
sahbot
396cff4e84 Integrating mod-amxb-ubus to master_v2.1.5
Issue: ambiorix/modules/amxb_backends/amxb_ubus#1 Tests must be added [change]
GitOrigin-RevId: d6dda0d1789a7fea4a77e494dd15c60071a5498e
2021-08-24 08:40:21 +00:00
sahbot
6c1a6a7858 [CI] Update PKG_HASH
GitOrigin-RevId: e80397c3570e271b168b21f4dd06c8fda32a215c
2021-08-23 14:40:31 +00:00
sahbot
987be31644 Integrating libamxb to master_v3.4.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: def863ec1ac854af972324cd61c26c69414a7893
2021-08-23 14:40:27 +00:00
sahbot
cac7b0199e [CI] Update PKG_HASH
GitOrigin-RevId: cf593f5b1e8d776945227a76b8754785126e6800
2021-08-23 14:40:24 +00:00
sahbot
0bd3e93734 Integrating libamxo to master_v1.3.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 2b08bbfed3956582dee8b6fc7570063881b4f84a
2021-08-23 14:40:21 +00:00
sahbot
2d8de57c29 [CI] Update PKG_HASH
GitOrigin-RevId: c33fe3f50dabe622ffc50e33f5994c59298c150a
2021-08-23 14:40:18 +00:00
sahbot
4d18e7bea4 Integrating libamxd to master_v3.2.2
Issue: ambiorix/libraries/lib_amxd#100 Cannot remove last part from path if it ends with an asterisk [fix]
Issue: ambiorix/libraries/lib_amxd#101 Verifying if an object has a parameter can cause a segmentation fault [fix]
Issue: ambiorix/libraries/lib_amxd#102 Add macro to iterate over the content of objects that can be nested
GitOrigin-RevId: 3873bc0858a03b0e82f8ef42884d6d26d611256a
2021-08-23 14:40:14 +00:00
sahbot
b36331fc09 [CI] Update PKG_HASH
GitOrigin-RevId: 4cee2ebea1ec516267e45d11580b2d8d41ba1f75
2021-08-23 14:40:11 +00:00
sahbot
bcd6e14689 Integrating libamxt to master_v0.1.27
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 52eb35027ffa9529a55b23449ba7d57ef0eae074
2021-08-23 14:40:08 +00:00
sahbot
b88436713c [CI] Update PKG_HASH
GitOrigin-RevId: dc45da84ded47f14e8e3343f3c29cb4f52962a3f
2021-08-23 14:40:05 +00:00
sahbot
164befdf59 Integrating libamxm to master_v0.0.29
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 105f7a321d3de812f8f73838535ea861ce82a53f
2021-08-23 14:40:01 +00:00
sahbot
f00024e808 [CI] Update PKG_HASH
GitOrigin-RevId: 67b18ae99a64cb7250eb605a74810714967ebc11
2021-08-23 14:39:58 +00:00
sahbot
80ab8d1d2c Integrating libamxp to master_v0.9.4
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0639485e0cbc171a832d0b13e81eeed08eef93f2
2021-08-23 14:39:55 +00:00
sahbot
d9725f604c [CI] Update PKG_HASH
GitOrigin-RevId: 058c5f1490ed66942e0f55821d580eb8ddcdce45
2021-08-23 14:39:52 +00:00
sahbot
7cbfb446e6 Integrating libamxj to master_v0.3.24
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5e82d973c5ffde210a67a16eee4578321c9f65da
2021-08-23 14:39:48 +00:00
sahbot
9d8dd34a08 [CI] Update PKG_HASH
GitOrigin-RevId: 1df1b5a0482b030a4ed93ece8f8d1ff0b99fca78
2021-08-23 14:39:45 +00:00
sahbot
82b8146ebc Integrating libamxc to master_v1.2.2
Issue: ambiorix/libraries/lib_amxc#54 no more Shadow warning if nesting of ...for_each... macros is used [change]
GitOrigin-RevId: e9307f1066a2863c66bc7f0855f6cf1266293dbe
2021-08-23 14:39:42 +00:00
40 changed files with 1217 additions and 387 deletions

4
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,4 @@
---
include:
- remote: 'https://gitlab.com/prpl-foundation/tooling/yml-templates/raw/main/.feed-pipeline.yml'

View File

@@ -1,46 +0,0 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## Release v2.7.0 - 2021-08-20(14:10:03 +0000)
### New
- [mod-dm-cli](https://gitlab.com/soft.at.home/ambiorix/modules/amx_cli/mod-dm-cli): Component added
### Fixes
- [mod-ba-cli](https://gitlab.com/soft.at.home/ambiorix/modules/amx_cli/mod-ba-cli): Missing symlinks to /usr/bin/amx-cli on installation of the debian package
### Changes
- [mod-sahtrace](https://gitlab.com/soft.at.home/ambiorix/modules/mod-sahtrace): Use global sahtrace level for zones if no zone level is defined
## Release v2.6.2 - 2021-08-03(07:44:45 +0000)
### Changes
- [libamxt](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxt): Auto detect file descriptor of terminal
- [libamxd](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxd): Make amxd_function_are_args_valid function public
- [libamxd](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxd): Destroy action callbacks must be called bottom-up
- [libamxb](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxb): Make it possible to invoke RPC methods that are not under an object
## Release v2.6.1 - 2021-07-28(11:42:12 +0000)
### Fixes
- [mod-ba-cli](https://gitlab.com/soft.at.home/ambiorix/modules/amx_cli/mod-ba-cli): It must be possible to provide composite values to method arguments
- [libamxj](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxj): Fixes streamed reading from fd
- [libamxj](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxj): Fixes streaming parsing of json string
### Changes
- [libamxm](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxm): Updates .gitignore
- [amxrt](https://gitlab.com/soft.at.home/ambiorix/applications/amxrt): Adds simple rbus autodoetect socket

View File

@@ -1,53 +0,0 @@
# Feed_amx
SoftAtHome feed of Openwrt packages for ambiorix components.
## Included components
Feed_amx includes the following components:
### Applications
- [amx-cli](https://gitlab.com/soft.at.home/ambiorix/applications/amx-cli) - Ambiorix interactive CLI
- [amxb-inspect](https://gitlab.com/soft.at.home/ambiorix/applications/amxb-inspect) - Ambiorix Backend inspector/validation tool
- [amxo-cg](https://gitlab.com/soft.at.home/ambiorix/applications/amxo-cg) - Object Definition Language Compiler/Generator
- [amxrt](https://gitlab.com/soft.at.home/ambiorix/applications/amxrt) - Data model runtime
### Libraries
- [libamxb](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxb) - Bus agnostic C API (mediator)
- [libamxc](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxc) - Libamxc is a library containing data containers, implemented in ansi C (C99).
- [libamxd](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxd) - Data model C-API
- [libamxj](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxj) - JSON parser & generator using yajl and libamxc variants
- [libamxm](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxm) - modularity api, simplifies creation of add-ons (plug-ins, modules)
- [libamxo](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxo) - Ambiorix Object Definition Language library
- [libamxp](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxp) - Common patterns implementation
- [libamxt](https://gitlab.com/soft.at.home/ambiorix/libraries/libamxt) - Common patterns implementation
- [libsahtrace](https://gitlab.com/soft.at.home/logging/libsahtrace) - Small and flexible library to enable tracing and logging
### Modules
- [mod-amxb-ubus](https://gitlab.com/soft.at.home/ambiorix/modules/amxb_backends/amxb_ubus) - Ubus Backend
- [mod-ba-cli](https://gitlab.com/soft.at.home/ambiorix/modules/amx_cli/mod-ba-cli) - Bus Agnostic Command Line Interface
- [mod-dm-cli](https://gitlab.com/soft.at.home/ambiorix/modules/amx_cli/mod-dm-cli) - Data Model Command Line Interface
- [mod-sahtrace](https://gitlab.com/soft.at.home/ambiorix/modules/mod-sahtrace) - Module for sahtrace logging
### Other
These components are not managed by SoftAtHome.
- uriparser
## How to add feed_amx to your OpenWrt build
At the root of your OpenWrt tree, add the following to your `feeds.conf` file:
```sh
src-git feed_amx git@gitlab.com:soft.at.home/buildsystems/openwrt/feed_amx.git;main
```
Add the packages to your OpenWrt instance with the following commands:
```sh
./scripts/feeds update feed_amx #retrieve the feed from service/update to latest
./scripts/feeds install -p feed_amx #make all of the feed packages available to the build
```

View File

@@ -0,0 +1,28 @@
config PACKAGE_acl-manager
tristate
select SAH_SERVICES_ACL-MANAGER
if PACKAGE_acl-manager
menu "Select acl-manager build options"
depends on PACKAGE_acl-manager
config SAH_SERVICES_ACL-MANAGER
bool "The ACL manager will monitor the ACL directory and merge ACL files together to create a single master ACL file per role."
default y
config SAH_SERVICES_ACL-MANAGER_START_ORDER
int "Start up order for the acl-manager plugin"
default 16
config SAH_SERVICES_ACL-MANAGER_STOP_ORDER
int "Shutdown order for the acl-manager plugin"
default 84
config SAH_SERVICES_ACL-MANAGER_REQUIRES_USERS
bool "Add a dependency on Users.Group.acl-group that is required on prpl OS"
default y
endmenu
endif

76
apps/acl-manager/Makefile Normal file
View File

@@ -0,0 +1,76 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/applications/acl-manager/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=acl-manager
PKG_VERSION:=v0.9.0
SHORT_DESCRIPTION:=The ACL manager monitors ACL directory and merges ACL files
PKG_SOURCE:=acl-manager-v0.9.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/acl-manager/-/archive/v0.9.0
PKG_HASH:=14b90243abfb79969d488d9c4302761fbb5afba81da4839cbb6f025d6b2e0223
PKG_BUILD_DIR:=$(BUILD_DIR)/acl-manager-v0.9.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
COMPONENT:=acl-manager
PKG_RELEASE:=1
define SAHInit/Install
install -d ${PKG_INSTALL_DIR}/etc/rc.d/
ln -sfr ${PKG_INSTALL_DIR}/etc/init.d/$(COMPONENT) ${PKG_INSTALL_DIR}/etc/rc.d/S$(CONFIG_SAH_SERVICES_ACL-MANAGER_START_ORDER)$(COMPONENT)
ln -sfr ${PKG_INSTALL_DIR}/etc/init.d/$(COMPONENT) ${PKG_INSTALL_DIR}/etc/rc.d/K$(CONFIG_SAH_SERVICES_ACL-MANAGER_STOP_ORDER)$(COMPONENT)
endef
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/acl-manager
DEPENDS += +libamxc
DEPENDS += +libamxj
DEPENDS += +libamxp
DEPENDS += +libamxd
DEPENDS += +libamxo
DEPENDS += +libamxa
DEPENDS += +libsahtrace
MENU:=1
endef
define Package/$(PKG_NAME)/description
The ACL manager monitors ACL directory and merges ACL files.
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_SERVICES_ACL-MANAGER_START_ORDER=$(CONFIG_SAH_SERVICES_ACL-MANAGER_START_ORDER) CONFIG_SAH_SERVICES_ACL-MANAGER_STOP_ORDER=$(CONFIG_SAH_SERVICES_ACL-MANAGER_STOP_ORDER) CONFIG_SAH_SERVICES_ACL-MANAGER_REQUIRES_USERS=$(CONFIG_SAH_SERVICES_ACL-MANAGER_REQUIRES_USERS))
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY) CONFIG_SAH_SERVICES_ACL-MANAGER_START_ORDER=$(CONFIG_SAH_SERVICES_ACL-MANAGER_START_ORDER) CONFIG_SAH_SERVICES_ACL-MANAGER_STOP_ORDER=$(CONFIG_SAH_SERVICES_ACL-MANAGER_STOP_ORDER) CONFIG_SAH_SERVICES_ACL-MANAGER_REQUIRES_USERS=$(CONFIG_SAH_SERVICES_ACL-MANAGER_REQUIRES_USERS))
$(call SAHInit/Install)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY) CONFIG_SAH_SERVICES_ACL-MANAGER_START_ORDER=$(CONFIG_SAH_SERVICES_ACL-MANAGER_START_ORDER) CONFIG_SAH_SERVICES_ACL-MANAGER_STOP_ORDER=$(CONFIG_SAH_SERVICES_ACL-MANAGER_STOP_ORDER) CONFIG_SAH_SERVICES_ACL-MANAGER_REQUIRES_USERS=$(CONFIG_SAH_SERVICES_ACL-MANAGER_REQUIRES_USERS))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
define Package/$(PKG_NAME)/config
source "$(SOURCE)/Config.in"
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,31 +1,33 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/applications/amx-cli/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=amx-cli
PKG_VERSION:=v0.2.16
PKG_VERSION:=v0.5.4
SHORT_DESCRIPTION:=Ambiorix interactive CLI
PKG_SOURCE:=amx-cli-v0.2.16.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/applications/amx-cli/-/archive/v0.2.16
PKG_HASH:=4629ec56d246fa4fab2970acb73536a8c04cd8018fd6bb745bf41f06863f5900
PKG_BUILD_DIR:=$(BUILD_DIR)/amx-cli-v0.2.16
PKG_SOURCE:=amx-cli-v0.5.4.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/amx-cli/-/archive/v0.5.4
PKG_HASH:=3c85b78deee0a3843b7f3a662466789a2dd841fc5781b9b50b84213c47583cb7
PKG_BUILD_DIR:=$(BUILD_DIR)/amx-cli-v0.5.4
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Applications
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/applications/amx-cli
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/amx-cli
DEPENDS += +libamxc
DEPENDS += +libamxp
DEPENDS += +libamxt
DEPENDS += +libamxm
DEPENDS += +libamxo
DEPENDS += +libamxj
DEPENDS += +libevent2
DEPENDS += +yajl
@@ -37,22 +39,25 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

20
apps/amx-fcgi/Config.in Normal file
View File

@@ -0,0 +1,20 @@
config PACKAGE_amx-fcgi
tristate
select SAH_AMX_FCGI
if PACKAGE_amx-fcgi
menu "Select amx-fcgi build options"
depends on PACKAGE_amx-fcgi
config SAH_AMX_FCGI
bool "Build Ambiorix Fast CGI"
default y
config REST_API_WEBUI_DEMO
bool "Install a demo webui"
default n
endmenu
endif

76
apps/amx-fcgi/Makefile Normal file
View File

@@ -0,0 +1,76 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/applications/amx-fcgi/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=amx-fcgi
PKG_VERSION:=dev_PCF-2194
SHORT_DESCRIPTION:=Ambiorix Fast CGI app for web-servers
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/amx-fcgi.git
PKG_MIRROR_HASH:=skip
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
COMPONENT:=amx-fcgi
PKG_RELEASE:=1
define SAHInit/Install
install -d ${PKG_INSTALL_DIR}/etc/rc.d/
ln -sfr ${PKG_INSTALL_DIR}/etc/init.d/$(COMPONENT) ${PKG_INSTALL_DIR}/etc/rc.d/S85$(COMPONENT)
ln -sfr ${PKG_INSTALL_DIR}/etc/init.d/$(COMPONENT) ${PKG_INSTALL_DIR}/etc/rc.d/K10$(COMPONENT)
endef
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/amx-fcgi
DEPENDS += +libamxc
DEPENDS += +libamxj
DEPENDS += +libamxm
DEPENDS += +libamxp
DEPENDS += +libamxd
DEPENDS += +libamxo
DEPENDS += +libamxb
DEPENDS += +libamxa
DEPENDS += +fcgi
DEPENDS += +libsahtrace
MENU:=1
endef
define Package/$(PKG_NAME)/description
Ambiorix Fast CGI app for web-servers
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call SAHInit/Install)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,26 +1,27 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=amxb-inspect
PKG_VERSION:=v1.0.6
PKG_VERSION:=v1.2.1
SHORT_DESCRIPTION:=Ambiorix Backend inspector/validation tool
PKG_SOURCE:=amxb-inspect-v1.0.6.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/applications/amxb-inspect/-/archive/v1.0.6
PKG_HASH:=0d8413037f609ee980baf5ff7ef8f6d0045d998fe89321eb6a53a8f048073c73
PKG_BUILD_DIR:=$(BUILD_DIR)/amxb-inspect-v1.0.6
PKG_SOURCE:=amxb-inspect-v1.2.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxb-inspect/-/archive/v1.2.1
PKG_HASH:=b6fc5c9b9d94884af362fda41f455adcaaf5dd7538a598616508ab44e6a56b5c
PKG_BUILD_DIR:=$(BUILD_DIR)/amxb-inspect-v1.2.1
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Applications
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/applications/amxb-inspect
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxb-inspect
DEPENDS += +libamxb
MENU:=1
endef
@@ -30,22 +31,25 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,30 +1,37 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxo-cg/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=amxo-cg
PKG_VERSION:=v1.1.6
PKG_VERSION:=v1.8.0
SHORT_DESCRIPTION:=Object Definition Language Compiler/Generator
PKG_SOURCE:=amxo-cg-v1.1.6.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/applications/amxo-cg/-/archive/v1.1.6
PKG_HASH:=6e33ddc5d0e4bd92a0579a0dfb7c9bcaf8de8f4bc0607a814dcb0bfb9ad410d7
PKG_BUILD_DIR:=$(BUILD_DIR)/amxo-cg-v1.1.6
PKG_SOURCE:=amxo-cg-v1.8.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxo-cg/-/archive/v1.8.0
PKG_HASH:=6e735d402a2f4870cca06fff29a796f5b46b51a78b1ddff592673cb3ef5babfe
PKG_BUILD_DIR:=$(BUILD_DIR)/amxo-cg-v1.8.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Applications
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/applications/amxo-cg
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxo-cg
DEPENDS += +libamxc
DEPENDS += +libamxj
DEPENDS += +libamxp
DEPENDS += +libamxd
DEPENDS += +libamxo
DEPENDS += +libxml2
DEPENDS += +yajl
DEPENDS += +libamxs
MENU:=1
endef
@@ -33,22 +40,25 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

20
apps/amxrt/Config.in Normal file
View File

@@ -0,0 +1,20 @@
config PACKAGE_amxrt
tristate
select SAH_SERVICES_AMXRT
if PACKAGE_amxrt
menu "Select amxrt build options"
depends on PACKAGE_amxrt
config SAH_SERVICES_AMXRT
bool "Build libamxrt application"
default y
config SAH_SERVICES_AMXRT_PROCD_INIT_FUNCTIONS
bool "Adds the procd init functions script in stead of the non-procd init functions script"
default PACKAGE_procd
endmenu
endif

View File

@@ -1,32 +1,45 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxrt/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=amxrt
PKG_VERSION:=v1.1.3
PKG_VERSION:=v2.4.0
SHORT_DESCRIPTION:=Data model runtime
PKG_SOURCE:=amxrt-v1.1.3.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/applications/amxrt/-/archive/v1.1.3
PKG_HASH:=012724b14ea80b82fc0ffabac93f804bec916246027cdc5df35940d3a0493c0f
PKG_BUILD_DIR:=$(BUILD_DIR)/amxrt-v1.1.3
PKG_SOURCE:=amxrt-v2.4.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxrt/-/archive/v2.4.0
PKG_HASH:=29273105b1d6df134fa2f3d7567e1782d1ab1a6092f2ded6452a4a94cdfe1375
PKG_BUILD_DIR:=$(BUILD_DIR)/amxrt-v2.4.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
COMPONENT:=amxrt
PKG_RELEASE:=1
define SAHInit/Install
install -d ${PKG_INSTALL_DIR}/etc/rc.d/
ln -sfr ${PKG_INSTALL_DIR}/etc/init.d/amx-shutdown-wait ${PKG_INSTALL_DIR}/etc/rc.d/S90amx-shutdown-wait
ln -sfr ${PKG_INSTALL_DIR}/etc/init.d/amx-shutdown-wait ${PKG_INSTALL_DIR}/etc/rc.d/K90amx-shutdown-wait
endef
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Applications
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/applications/amxrt
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxrt
DEPENDS += +libamxc
DEPENDS += +libamxd
DEPENDS += +libamxj
DEPENDS += +libamxp
DEPENDS += +libamxb
DEPENDS += +libamxd
DEPENDS += +libamxo
DEPENDS += +libamxb
DEPENDS += +libevent2
DEPENDS += +libcap-ng
DEPENDS += +libamxrt
MENU:=1
endef
@@ -35,22 +48,31 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_SERVICES_AMXRT_PROCD_INIT_FUNCTIONS=$(CONFIG_SAH_SERVICES_AMXRT_PROCD_INIT_FUNCTIONS))
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY) CONFIG_SAH_SERVICES_AMXRT_PROCD_INIT_FUNCTIONS=$(CONFIG_SAH_SERVICES_AMXRT_PROCD_INIT_FUNCTIONS))
$(call SAHInit/Install)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY) CONFIG_SAH_SERVICES_AMXRT_PROCD_INIT_FUNCTIONS=$(CONFIG_SAH_SERVICES_AMXRT_PROCD_INIT_FUNCTIONS))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
define Package/$(PKG_NAME)/config
source "$(SOURCE)/Config.in"
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

61
apps/dmtui/Makefile Normal file
View File

@@ -0,0 +1,61 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dmtui
PKG_VERSION:=v0.3.3
SHORT_DESCRIPTION:=Simple example application that creates a data model using the Ambiorix framework
PKG_SOURCE:=dmtui-v0.3.3.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/amxlab/tui/applications/dmtui/-/archive/v0.3.3
PKG_HASH:=51cfd6d4269e8d51722bbe6553c63fda040fadaa28787feb0d6f139c99f6137f
PKG_BUILD_DIR:=$(BUILD_DIR)/dmtui-v0.3.3
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=prpl Foundation
SUBMENU:=Examples
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/amxlab/tui/applications/dmtui
DEPENDS += +libamxc
DEPENDS += +libamxp
DEPENDS += +libamxt
DEPENDS += +libamxd
DEPENDS += +libamxo
DEPENDS += +libamxb
DEPENDS += +libamxtui
MENU:=1
endef
define Package/$(PKG_NAME)/description
Simple example application that creates a data model using the Ambiorix framework
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

60
libs/libamxa/Makefile Normal file
View File

@@ -0,0 +1,60 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxa/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxa
PKG_VERSION:=v0.11.8
SHORT_DESCRIPTION:=Access control verification
PKG_SOURCE:=libamxa-v0.11.8.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxa/-/archive/v0.11.8
PKG_HASH:=b8ed51170c4c473727e6fd55db6b33ed3cfb10984c1da29219c0926967e444bb
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxa-v0.11.8
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxa
DEPENDS += +libamxc
DEPENDS += +libamxj
DEPENDS += +libamxd
DEPENDS += +libamxb
MENU:=1
endef
define Package/$(PKG_NAME)/description
Access control verification
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,26 +1,29 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxb/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxb
PKG_VERSION:=v3.4.2
PKG_VERSION:=v4.14.1
SHORT_DESCRIPTION:=Bus agnostic C API (mediator)
PKG_SOURCE:=libamxb-v3.4.2.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxb/-/archive/v3.4.2
PKG_HASH:=f1b80c231f32743b33a11bf9c74adbe942c9e57cbbeaeb9dfa003dfd40f3cae2
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxb-v3.4.2
PKG_SOURCE:=libamxb-v4.14.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxb/-/archive/v4.14.1
PKG_HASH:=0f2415b94a1f16326d54c69f0e484943a2ef9d8c39cd5baa8182bba3612bb4f2
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxb-v4.14.1
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Libraries
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxb
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxb
DEPENDS += +libamxc
DEPENDS += +libamxp
DEPENDS += +libamxd
@@ -33,22 +36,25 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY))
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,50 +1,56 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxc/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxc
PKG_VERSION:=v1.2.1
SHORT_DESCRIPTION:=Libamxc is a library containing data containers, implemented in ansi C (C99)
PKG_VERSION:=v2.5.2
SHORT_DESCRIPTION:=library providing generic reusable data containers
PKG_SOURCE:=libamxc-v1.2.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxc/-/archive/v1.2.1
PKG_HASH:=0ccfba7b235c56244f02574b622756e1efcfb894401a6c167cbdf03c63a5a197
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxc-v1.2.1
PKG_SOURCE:=libamxc-v2.5.2.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxc/-/archive/v2.5.2
PKG_HASH:=0b4426d8e30717361c735b048aac074c5df4c76d58b018be2891e6e78970cf7c
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxc-v2.5.2
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Libraries
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxc
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxc
MENU:=1
endef
define Package/$(PKG_NAME)/description
Libamxc is a library containing data containers, implemented in ansi C (C99).
library providing generic reusable data containers
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY))
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,26 +1,29 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxd
PKG_VERSION:=v3.2.1
PKG_VERSION:=v6.9.0
SHORT_DESCRIPTION:=Data model C-API
PKG_SOURCE:=libamxd-v3.2.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxd/-/archive/v3.2.1
PKG_HASH:=b8855cd1085a2148ea4479810d31d9ddb9c389e668860e20e21dfca82115e4f3
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxd-v3.2.1
PKG_SOURCE:=libamxd-v6.9.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd/-/archive/v6.9.0
PKG_HASH:=21b3d06eff99a3a49be1fe7943442b9115586dd328987e12f7f0fecde4c7d81b
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxd-v6.9.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Libraries
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxd
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd
DEPENDS += +libamxc
DEPENDS += +libamxp
MENU:=1
@@ -31,22 +34,25 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY))
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,26 +1,27 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxj
PKG_VERSION:=v0.3.23
PKG_VERSION:=v1.0.4
SHORT_DESCRIPTION:=JSON parser & generator using yajl and libamxc variants
PKG_SOURCE:=libamxj-v0.3.23.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxj/-/archive/v0.3.23
PKG_HASH:=92db78bf949cdaf7ae27fe90f83efe82c6573b8aadf5f58366e653204c6ffa7d
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxj-v0.3.23
PKG_SOURCE:=libamxj-v1.0.4.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxj/-/archive/v1.0.4
PKG_HASH:=4caa4c4c1505ee2eab189042058b978875f3e03cead3a115eb8eba08a168f865
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxj-v1.0.4
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Libraries
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxj
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxj
DEPENDS += +libamxc
DEPENDS += +yajl
MENU:=1
@@ -31,22 +32,25 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,52 +1,58 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxm/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxm
PKG_VERSION:=v0.0.28
SHORT_DESCRIPTION:=modularity api, simplifies creation of add-ons (plug-ins, modules)
PKG_VERSION:=v0.1.1
SHORT_DESCRIPTION:=modularity API, simplifies creation of plug-ins
PKG_SOURCE:=libamxm-v0.0.28.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxm/-/archive/v0.0.28
PKG_HASH:=b2c88c06f6c26a193d20923ef60410296292f4bea96ecf72d42292fc365043d1
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxm-v0.0.28
PKG_SOURCE:=libamxm-v0.1.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxm/-/archive/v0.1.1
PKG_HASH:=abf2a9d6daab5103198666ae05231cf5d3db8a555ac644d6756f9c1fdb3ff33c
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxm-v0.1.1
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Libraries
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxm
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxm
DEPENDS += +libamxc
DEPENDS += +libamxp
MENU:=1
endef
define Package/$(PKG_NAME)/description
modularity api, simplifies creation of add-ons (plug-ins, modules)
modularity API, simplifies creation of plug-ins
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,29 +1,33 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxo/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxo
PKG_VERSION:=v1.3.3
PKG_VERSION:=v5.5.1
SHORT_DESCRIPTION:=Ambiorix Object Definition Language library
PKG_SOURCE:=libamxo-v1.3.3.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxo/-/archive/v1.3.3
PKG_HASH:=11fac5e4cd823aa222e47e737f58d9497d28f3ce9da71097aba2b708fe96845e
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxo-v1.3.3
PKG_SOURCE:=libamxo-v5.5.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxo/-/archive/v5.5.1
PKG_HASH:=8692da5ae8b2ca522f8b1c3a8641e8fef301bd5981ee9b909dc07a4ac35a5728
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxo-v5.5.1
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Libraries
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxo
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxo
DEPENDS += +libamxc
DEPENDS += +libamxp
DEPENDS += +libamxd
DEPENDS += +libamxs
MENU:=1
endef
@@ -32,22 +36,25 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY))
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,27 +1,31 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxp/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxp
PKG_VERSION:=v0.9.3
PKG_VERSION:=v2.10.0
SHORT_DESCRIPTION:=Common patterns implementation
PKG_SOURCE:=libamxp-v0.9.3.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxp/-/archive/v0.9.3
PKG_HASH:=91f4b3ea1ac1259f7661cd4d7548392d8ec6b95fd2b7fc7c2665aafc44e8f917
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxp-v0.9.3
PKG_SOURCE:=libamxp-v2.10.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxp/-/archive/v2.10.0
PKG_HASH:=d5c64a24797ff383d0e956560c82f0505089173eb981ddf01127a5087875c6ad
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxp-v2.10.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Libraries
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxp
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxp
DEPENDS += +libamxc
DEPENDS += +libcap-ng
MENU:=1
endef
@@ -30,22 +34,25 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY))
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

32
libs/libamxrt/Config.in Normal file
View File

@@ -0,0 +1,32 @@
config PACKAGE_libamxrt
tristate
select SAH_LIB_AMXRT
if PACKAGE_libamxrt
menu "Select libamxrt build options"
depends on PACKAGE_libamxrt
config SAH_LIB_AMXRT
bool "Build libamxrt"
default y
select KERNEL_EXT4_FS_SECURITY if USES_EXT4 || PACKAGE_kmod-fs-ext4
select KERNEL_JFFS2_FS_SECURITY if USES_JFFS2 || USES_JFFS2_NAND
select KERNEL_UBIFS_FS_SECURITY if USES_UBIFS
select KERNEL_F2FS_FS_SECURITY if PACKAGE_mkf2fs
config SAH_AMXRT_RWDATAPATH
string "Persistent storage location"
default "/etc/config"
config FORCE_RUNNING_AS_ROOT
bool "INSECURE: This options forces ambiorix components to run as the root user, even if they request to run as a different user"
default y
config REMOVE_CAPS_ODLS
bool "INSECURE: This option removes all the capability ODLs (*_caps.odl) from /etc/amx and subdirectories during first boot. This will also force all components to run as root"
default y
endmenu
endif

68
libs/libamxrt/Makefile Normal file
View File

@@ -0,0 +1,68 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxrt/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxrt
PKG_VERSION:=v0.8.0
SHORT_DESCRIPTION:=Ambiorix Run Time API
PKG_SOURCE:=libamxrt-v0.8.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxrt/-/archive/v0.8.0
PKG_HASH:=c419e13a4bc77ddf7faee0177b98950e2dd795aa41cab1111a4dae695b57337f
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxrt-v0.8.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxrt
DEPENDS += +libamxc
DEPENDS += +libamxj
DEPENDS += +libamxp
DEPENDS += +libamxd
DEPENDS += +libamxo
DEPENDS += +libamxb
DEPENDS += +libevent2
DEPENDS += +libcap-ng
MENU:=1
endef
define Package/$(PKG_NAME)/description
Ambiorix Run Time API
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_AMXRT_RWDATAPATH=$(CONFIG_SAH_AMXRT_RWDATAPATH) CONFIG_FORCE_RUNNING_AS_ROOT=$(CONFIG_FORCE_RUNNING_AS_ROOT) CONFIG_REMOVE_CAPS_ODLS=$(CONFIG_REMOVE_CAPS_ODLS))
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY) CONFIG_SAH_AMXRT_RWDATAPATH=$(CONFIG_SAH_AMXRT_RWDATAPATH) CONFIG_FORCE_RUNNING_AS_ROOT=$(CONFIG_FORCE_RUNNING_AS_ROOT) CONFIG_REMOVE_CAPS_ODLS=$(CONFIG_REMOVE_CAPS_ODLS))
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY) CONFIG_SAH_AMXRT_RWDATAPATH=$(CONFIG_SAH_AMXRT_RWDATAPATH) CONFIG_FORCE_RUNNING_AS_ROOT=$(CONFIG_FORCE_RUNNING_AS_ROOT) CONFIG_REMOVE_CAPS_ODLS=$(CONFIG_REMOVE_CAPS_ODLS))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
define Package/$(PKG_NAME)/config
source "$(SOURCE)/Config.in"
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

60
libs/libamxs/Makefile Normal file
View File

@@ -0,0 +1,60 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxs/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxs
PKG_VERSION:=v0.9.0
SHORT_DESCRIPTION:=Data model synchronization C-API
PKG_SOURCE:=libamxs-v0.9.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxs/-/archive/v0.9.0
PKG_HASH:=7f096665b979edabd5485b3b49aa8677a19062f54db1cc42563c89efc324d87d
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxs-v0.9.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxs
DEPENDS += +libamxc
DEPENDS += +libamxp
DEPENDS += +libamxb
DEPENDS += +libamxd
MENU:=1
endef
define Package/$(PKG_NAME)/description
Data model synchronization C-API
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY))
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_ACCESSPOINT=$(CONFIG_PRPL_CPE_OPMODE_EXTENDER) CONFIG_GATEWAY=$(CONFIG_PRPL_CPE_OPMODE_GATEWAY))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,26 +1,29 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxt/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxt
PKG_VERSION:=v0.1.26
PKG_VERSION:=v1.0.2
SHORT_DESCRIPTION:=Common patterns implementation
PKG_SOURCE:=libamxt-v0.1.26.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxt/-/archive/v0.1.26
PKG_HASH:=64c5b11a92e88442177165cd1c60311dfb14f826d9c4a3ce0ec0f8c362cc43de
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxt-v0.1.26
PKG_SOURCE:=libamxt-v1.0.2.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxt/-/archive/v1.0.2
PKG_HASH:=9b617e957133c2cdfe708bc021a590fbcb19d6e30d2472563d1720cf79acc044
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxt-v1.0.2
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Libraries
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/libraries/libamxt
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxt
DEPENDS += +libamxc
DEPENDS += +libamxp
MENU:=1
@@ -31,22 +34,25 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

58
libs/libamxtui/Makefile Normal file
View File

@@ -0,0 +1,58 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxtui
PKG_VERSION:=v0.1.7
SHORT_DESCRIPTION:=Libamxtui is a library that provides terminal user interface widgets based on ncurses
PKG_SOURCE:=libamxtui-v0.1.7.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/amxlab/tui/libraries/libamxtui/-/archive/v0.1.7
PKG_HASH:=6bf9aa7276417534471d09925e31f99276e290348bbfced3534f7f5075622824
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxtui-v0.1.7
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/amxlab/tui/libraries/libamxtui
DEPENDS += +libamxc
DEPENDS += +libamxt
DEPENDS += +libamxp
DEPENDS += +libncurses
MENU:=1
endef
define Package/$(PKG_NAME)/description
Libamxtui is a library that provides terminal user interface widgets based on ncurses.
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -0,0 +1,43 @@
config PACKAGE_libsahtrace
tristate
select SAH_LIB_SAHTRACE
if PACKAGE_libsahtrace
menu "Select libsahtrace build options"
depends on PACKAGE_libsahtrace
config SAH_LIB_SAHTRACE
bool "Build SAH trace library"
default y
config SAH_TRACES_ENABLED
bool "Enable SAH Traces"
default y
config SAH_TRACES_LEVEL
int "Maximum Trace Level"
default 500
config SAH_TRACES_SYSLOG_CONSOLE
bool "Fall back to console if syslog daemon is not running"
default y
choice
prompt "Trace Color Scheme"
default SAH_TRACE_NO_COLORS
config SAH_TRACE_NO_COLORS
bool "No colors"
config SAH_TRACE_COLORS
bool "Full Color Scheme"
config SAH_TRACE_COLORS_SIMPLE
bool "Simple Color Scheme"
endchoice
endmenu
endif

View File

@@ -1,26 +1,27 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libsahtrace
PKG_VERSION:=v1.0.0
PKG_VERSION:=v1.15.0
SHORT_DESCRIPTION:=Small and flexible library to enable tracing and logging
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/logging/libsahtrace/-/archive/$(PKG_VERSION)
PKG_HASH:=6ee4a8b8e7ee39f94b731e9ca0aa0b342cf6565916033f39fb4ae99d3b758ab2
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=libsahtrace-v1.15.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/core/libraries/libsahtrace/-/archive/v1.15.0
PKG_HASH:=9e46e221170ba3029924a19372760cd43c7a6af8fc6f4532aa16345a885dfd8e
PKG_BUILD_DIR:=$(BUILD_DIR)/libsahtrace-v1.15.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Libraries
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/logging/libsahtrace
URL:=https://gitlab.com/prpl-foundation/components/core/libraries/libsahtrace
MENU:=1
endef
@@ -29,22 +30,29 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_TRACES_ENABLED=$(CONFIG_SAH_TRACES_ENABLED) CONFIG_SAH_TRACES_LEVEL=$(CONFIG_SAH_TRACES_LEVEL) CONFIG_SAH_TRACES_SYSLOG_CONSOLE=$(CONFIG_SAH_TRACES_SYSLOG_CONSOLE) CONFIG_SAH_TRACE_NO_COLORS=$(CONFIG_SAH_TRACE_NO_COLORS))
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_TRACES_ENABLED=$(CONFIG_SAH_TRACES_ENABLED) CONFIG_SAH_TRACES_LEVEL=$(CONFIG_SAH_TRACES_LEVEL) CONFIG_SAH_TRACES_SYSLOG_CONSOLE=$(CONFIG_SAH_TRACES_SYSLOG_CONSOLE) CONFIG_SAH_TRACE_NO_COLORS=$(CONFIG_SAH_TRACE_NO_COLORS))
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_TRACES_ENABLED=$(CONFIG_SAH_TRACES_ENABLED) CONFIG_SAH_TRACES_LEVEL=$(CONFIG_SAH_TRACES_LEVEL) CONFIG_SAH_TRACES_SYSLOG_CONSOLE=$(CONFIG_SAH_TRACES_SYSLOG_CONSOLE) CONFIG_SAH_TRACE_NO_COLORS=$(CONFIG_SAH_TRACE_NO_COLORS))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
define Package/$(PKG_NAME)/config
source "$(SOURCE)/Config.in"
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -16,8 +16,8 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/$(PKG_NAME)
SECTION:=libs
CATEGORY:=ambiorix
SUBMENU:=Libraries
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=RFC 3986 compliant URI parsing and handling library
URL:=https://uriparser.github.io/
endef

View File

@@ -0,0 +1,20 @@
config PACKAGE_mod-amxb-ubus
tristate
select SAH_LIB_AMXB_UBUS
if PACKAGE_mod-amxb-ubus
menu "Select mod-amxb-ubus build options"
depends on PACKAGE_mod-amxb-ubus
config SAH_LIB_AMXB_UBUS
bool "Build ubus backend for ambiorix"
default y
config SAH_LIB_AMXB_UBUS_ORDER
string "Backend load order"
default "05-"
endmenu
endif

View File

@@ -1,30 +1,33 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=mod-amxb-ubus
PKG_VERSION:=v2.1.4
PKG_VERSION:=v3.11.0
SHORT_DESCRIPTION:=Ubus Backend
PKG_SOURCE:=amxb_ubus-v2.1.4.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/modules/amxb_backends/amxb_ubus/-/archive/v2.1.4
PKG_HASH:=36089bae403967d0f225e057ef9ebae33682a23dec7d3269cb936521a50a4086
PKG_BUILD_DIR:=$(BUILD_DIR)/amxb_ubus-v2.1.4
PKG_SOURCE:=amxb_ubus-v3.11.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus/-/archive/v3.11.0
PKG_HASH:=b1fb2d4ad34c7bd6f0eadea7be82923e8c1237cdc61dc982a7a5fea393d1fd36
PKG_BUILD_DIR:=$(BUILD_DIR)/amxb_ubus-v3.11.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Modules
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/modules/amxb_backends/amxb_ubus
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus
DEPENDS += +libamxc
DEPENDS += +libamxb
DEPENDS += +libamxd
DEPENDS += +ubus
DEPENDS += +libubus
MENU:=1
endef
@@ -33,22 +36,29 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_LIB_AMXB_UBUS_ORDER=$(CONFIG_SAH_LIB_AMXB_UBUS_ORDER))
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_LIB_AMXB_UBUS_ORDER=$(CONFIG_SAH_LIB_AMXB_UBUS_ORDER))
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_LIB_AMXB_UBUS_ORDER=$(CONFIG_SAH_LIB_AMXB_UBUS_ORDER))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
define Package/$(PKG_NAME)/config
source "$(SOURCE)/Config.in"
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -19,6 +19,10 @@ config SAH_MOD_BA_CLI_INSTALL_PCB_CLI
bool "Install pcb cli"
default y
config SAH_MOD_BA_CLI_INSTALL_RBUS_CLI
bool "Install rbus cli"
default y
endmenu
endif

View File

@@ -1,32 +1,36 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/modules/amx_cli/mod-ba-cli/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=mod-ba-cli
PKG_VERSION:=v0.3.5
PKG_VERSION:=v0.16.0
SHORT_DESCRIPTION:=Bus Agnostic Command Line Interface
PKG_SOURCE:=mod-ba-cli-v0.3.5.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/modules/amx_cli/mod-ba-cli/-/archive/v0.3.5
PKG_HASH:=d9839b903525739dc674344912c87b4f12b21da2eb725d5cc56c34cf200248a8
PKG_BUILD_DIR:=$(BUILD_DIR)/mod-ba-cli-v0.3.5
PKG_SOURCE:=mod-ba-cli-v0.16.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amx_cli/mod-ba-cli/-/archive/v0.16.0
PKG_HASH:=4bc266f76778fa691387993472539ddd234adc0ff800237bf1898833e741ddf7
PKG_BUILD_DIR:=$(BUILD_DIR)/mod-ba-cli-v0.16.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Modules
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/modules/amx_cli/mod-ba-cli
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amx_cli/mod-ba-cli
DEPENDS += +libamxc
DEPENDS += +libamxt
DEPENDS += +libamxm
DEPENDS += +libamxp
DEPENDS += +libamxd
DEPENDS += +libamxb
DEPENDS += +libamxa
DEPENDS += +libamxo
DEPENDS += +amx-cli
MENU:=1
@@ -37,22 +41,25 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_MOD_BA_CLI_INSTALL_UBUS_CLI=$(CONFIG_SAH_MOD_BA_CLI_INSTALL_UBUS_CLI) CONFIG_SAH_MOD_BA_CLI_INSTALL_PCB_CLI=$(CONFIG_SAH_MOD_BA_CLI_INSTALL_PCB_CLI) CONFIG_SAH_MOD_BA_CLI_INSTALL_RBUS_CLI=$(CONFIG_SAH_MOD_BA_CLI_INSTALL_RBUS_CLI))
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_MOD_BA_CLI_INSTALL_UBUS_CLI=$(CONFIG_SAH_MOD_BA_CLI_INSTALL_UBUS_CLI) CONFIG_SAH_MOD_BA_CLI_INSTALL_PCB_CLI=$(CONFIG_SAH_MOD_BA_CLI_INSTALL_PCB_CLI) CONFIG_SAH_MOD_BA_CLI_INSTALL_RBUS_CLI=$(CONFIG_SAH_MOD_BA_CLI_INSTALL_RBUS_CLI))
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_MOD_BA_CLI_INSTALL_UBUS_CLI=$(CONFIG_SAH_MOD_BA_CLI_INSTALL_UBUS_CLI) CONFIG_SAH_MOD_BA_CLI_INSTALL_PCB_CLI=$(CONFIG_SAH_MOD_BA_CLI_INSTALL_PCB_CLI) CONFIG_SAH_MOD_BA_CLI_INSTALL_RBUS_CLI=$(CONFIG_SAH_MOD_BA_CLI_INSTALL_RBUS_CLI))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
define Package/$(PKG_NAME)/config

View File

@@ -0,0 +1,59 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mod-busstats
PKG_VERSION:=v0.3.0
SHORT_DESCRIPTION:=Bus statistics
PKG_SOURCE:=mod-busstats-v0.3.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amx_dm_mods/mod-busstats/-/archive/v0.3.0
PKG_HASH:=9170310e598d70a165c163cb09f7733416e5bcd27461ba8945d54324b514f7d5
PKG_BUILD_DIR:=$(BUILD_DIR)/mod-busstats-v0.3.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
PKG_BUILD_DEPENDS += libamxo
PKG_BUILD_DEPENDS += libsahtrace
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=prpl Foundation
SUBMENU:=Modules
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amx_dm_mods/mod-busstats
DEPENDS += +libamxc
DEPENDS += +libamxd
DEPENDS += +libamxb
MENU:=1
endef
define Package/$(PKG_NAME)/description
Bus statistics
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,26 +1,27 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mod-dm-cli
PKG_VERSION:=v0.2.1
PKG_VERSION:=v0.2.6
SHORT_DESCRIPTION:=Data Model Command Line Interface
PKG_SOURCE:=mod-dm-cli-v0.2.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/modules/amx_cli/mod-dm-cli/-/archive/v0.2.1
PKG_HASH:=660764b83ddf2ef7e170296a9d6d0cd13e3a0e76ee379c80d32f006997363c7c
PKG_BUILD_DIR:=$(BUILD_DIR)/mod-dm-cli-v0.2.1
PKG_SOURCE:=mod-dm-cli-v0.2.6.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amx_cli/mod-dm-cli/-/archive/v0.2.6
PKG_HASH:=371b9fa40876d02e48468bfd15c1975649817f69fed1829b3bd3a6ab169b84e3
PKG_BUILD_DIR:=$(BUILD_DIR)/mod-dm-cli-v0.2.6
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Modules
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/modules/amx_cli/mod-dm-cli
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amx_cli/mod-dm-cli
DEPENDS += +libamxc
DEPENDS += +libamxt
DEPENDS += +libamxm
@@ -37,22 +38,25 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -0,0 +1,20 @@
config PACKAGE_mod-lua-amx
tristate
select SAH_MOD-LUA-AMX
if PACKAGE_mod-lua-amx
menu "Select mod-lua-amx build options"
depends on PACKAGE_mod-lua-amx
config SAH_MOD-LUA-AMX
bool "Build Ambiorix LUA extension"
default y
config SAH_LUA_AMX_LUA_VERSION
string "Lua version that will be used"
default ""
endmenu
endif

63
mods/mod-lua-amx/Makefile Normal file
View File

@@ -0,0 +1,63 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mod-lua-amx
PKG_VERSION:=v0.1.11
SHORT_DESCRIPTION:=Ambiorix LUA extension
PKG_SOURCE:=mod-lua-amx-v0.1.11.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/bindings/lua/mod-lua-amx/-/archive/v0.1.11
PKG_HASH:=83da54d51f4be76c121d89a48863ec0c5df90c194fc30c6db089836b97896d7d
PKG_BUILD_DIR:=$(BUILD_DIR)/mod-lua-amx-v0.1.11
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/bindings/lua/mod-lua-amx
DEPENDS += +libamxc
DEPENDS += +libamxp
DEPENDS += +libamxd
DEPENDS += +libamxo
DEPENDS += +lua
MENU:=1
endef
define Package/$(PKG_NAME)/description
Ambiorix LUA extension
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_LUA_AMX_LUA_VERSION=$(CONFIG_SAH_LUA_AMX_LUA_VERSION))
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_LUA_AMX_LUA_VERSION=$(CONFIG_SAH_LUA_AMX_LUA_VERSION))
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_LUA_AMX_LUA_VERSION=$(CONFIG_SAH_LUA_AMX_LUA_VERSION))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
define Package/$(PKG_NAME)/config
source "$(SOURCE)/Config.in"
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -1,54 +0,0 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mod-sahtrace
PKG_VERSION:=v0.0.9
SHORT_DESCRIPTION:=Module for sahtrace logging
PKG_SOURCE:=mod-sahtrace-v0.0.9.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/soft.at.home/ambiorix/modules/mod-sahtrace/-/archive/v0.0.9
PKG_HASH:=80e1d6af17916f5dfd65dbdd3622c69e9ded46d8774b0f48cb928ac2c2149727
PKG_BUILD_DIR:=$(BUILD_DIR)/mod-sahtrace-v0.0.9
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=ambiorix
SUBMENU:=Modules
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/soft.at.home/ambiorix/modules/mod-sahtrace
DEPENDS += +libamxc
DEPENDS += +libamxd
DEPENDS += +libamxo
DEPENDS += +libsahtrace
MENU:=1
endef
define Package/$(PKG_NAME)/description
Module for sahtrace logging
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@@ -0,0 +1,25 @@
config PACKAGE_lua-amx
tristate
select SAH_LUA_AMX
if PACKAGE_lua-amx
menu "Select lua-amx build options"
depends on PACKAGE_lua-amx
config SAH_LUA_AMX
bool "Build LUA AMX Bindings"
default y
config SAH_LUA_AMX_LUA_VERSION_OVERRIDE
bool "Override default lua version"
default n
config SAH_LUA_AMX_LUA_VERSION
string "Lua version that will be used"
default ""
depends on SAH_LUA_AMX_LUA_VERSION_OVERRIDE
endmenu
endif

View File

@@ -0,0 +1,68 @@
# WARNING: Automatically generated file using BAF (Build system Agnostic File) tooling
# WARNING: You should contribute changes to https://gitlab.com/prpl-foundation/components/ambiorix/bindings/lua/lua-amx/-/blob/main/baf.yml instead
include $(TOPDIR)/rules.mk
PKG_NAME:=lua-amx
PKG_VERSION:=v0.7.0
SHORT_DESCRIPTION:=LUA AMX Bindings
PKG_SOURCE:=lua-amx-v0.7.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/bindings/lua/lua-amx/-/archive/v0.7.0
PKG_HASH:=ff21249cc229d73ac9a54f1b0e6a8e7a36da6f37a13f85e1e5a537f4edd76e72
PKG_BUILD_DIR:=$(BUILD_DIR)/lua-amx-v0.7.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=prpl Foundation
SUBMENU:=Ambiorix
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/ambiorix/bindings/lua/lua-amx
DEPENDS += +libamxc
DEPENDS += +libamxj
DEPENDS += +libamxp
DEPENDS += +libamxd
DEPENDS += +libamxb
DEPENDS += +libamxo
DEPENDS += +lua
DEPENDS += +libevent2
MENU:=1
endef
define Package/$(PKG_NAME)/description
LUA AMX Bindings
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_LUA_AMX_LUA_VERSION_OVERRIDE=$(CONFIG_SAH_LUA_AMX_LUA_VERSION_OVERRIDE) CONFIG_SAH_LUA_AMX_LUA_VERSION=$(CONFIG_SAH_LUA_AMX_LUA_VERSION))
endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_LUA_AMX_LUA_VERSION_OVERRIDE=$(CONFIG_SAH_LUA_AMX_LUA_VERSION_OVERRIDE) CONFIG_SAH_LUA_AMX_LUA_VERSION=$(CONFIG_SAH_LUA_AMX_LUA_VERSION))
endef
define Build/InstallDev
$(call Build/Install/Default, install INSTALL=install D=$(STAGING_DIR) DEST=$(STAGING_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_LUA_AMX_LUA_VERSION_OVERRIDE=$(CONFIG_SAH_LUA_AMX_LUA_VERSION_OVERRIDE) CONFIG_SAH_LUA_AMX_LUA_VERSION=$(CONFIG_SAH_LUA_AMX_LUA_VERSION))
endef
define Package/$(PKG_NAME)/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
define Package/$(PKG_NAME)/config
source "$(SOURCE)/Config.in"
endef
$(eval $(call BuildPackage,$(PKG_NAME)))