1306 Commits

Author SHA1 Message Date
Carsten Schafer
8b06a65d5b Merge pull request #118 from Telecominfraproject/WIFI-13821-bump-versions
WIFI-13821 version set to 4.1.0
2025-08-01 08:58:18 -04:00
Carsten Schafer
3e7c72831f version set to 4.1.0
Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
2025-08-01 08:26:29 -04:00
i-chvets
069b60a6c6 Merge pull request #116 from Telecominfraproject/fix_improve_exeception_handling
Exception handling improvement.
2025-05-16 10:06:34 -04:00
Ivan Chvets
1832d2c1cb Merge branch 'main' of github.com:Telecominfraproject/wlan-cloud-owprov into fix_improve_exeception_handling 2025-05-02 10:58:26 -04:00
i-chvets
0ef1dad4dc Merge pull request #117 from Telecominfraproject/fix_ci
fix: Updated CI with ubuntu-latest.
2025-05-02 10:57:21 -04:00
Ivan Chvets
d001c44a81 fix: Updated CI with ubuntu-latest.
Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2025-05-02 10:22:09 -04:00
Ivan Chvets
fe6023b18d Exception handling improvement. Details in: https://telecominfraproject.atlassian.net/browse/WIFI-14038
Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2025-05-01 17:49:04 -04:00
Carsten Schafer
1bd1cf0af6 Merge pull request #114 from Telecominfraproject/version_update
fix: release 3.2.1 version update
2024-12-04 12:16:33 -05:00
Ivan Chvets
6ce0f2fb51 fix: release 3.2.1 version update
https://telecominfraproject.atlassian.net/browse/WIFI-14165

Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2024-12-04 12:09:27 -05:00
i-chvets
020ff8641a Merge pull request #112 from kerwinma-git/WIFI-14257-fix-can-not-get-the-correct-deviceTypes-from-AppServiceRegistery
WIFI-14257: fix can not get corrent deviceTypes from AppServiceRegistry
2024-12-02 10:53:22 -05:00
MBW
342c6900ef WIFI-14257: fix can not get corrent deviceTypes from AppServiceRegistry
Signed-off-by: MBW <mbwofmbw@foxmail.com>
2024-11-06 19:04:37 +08:00
i-chvets
a549024a29 Merge pull request #109 from Telecominfraproject/version_update
WIFI-14165: release 3.2 version update
2024-09-30 10:22:20 -04:00
Ivan Chvets
6f84eeb901 fix: release 3.2 version update
https://telecominfraproject.atlassian.net/browse/WIFI-14165

Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2024-09-30 09:58:38 -04:00
i-chvets
c44dabe2f3 Merge pull request #99 from kinarasystems/wifi_13539_feat_push_config
WIFI-13541 Feat: Auto push config on venue change and capabilities message.
2024-09-18 10:04:30 -04:00
i-chvets
c78888372c Merge pull request #106 from Telecominfraproject/WIFI-13597-fix-kafka-producer-using-poll
WIFI-13857: fix: modified code to use flush() when internal queue is not loaded
2024-06-19 16:51:50 -04:00
Ivan Chvets
4ae0b99f55 fix: modified code to use flush() when internal queue is not loaded
https://telecominfraproject.atlassian.net/browse/WIFI-13597

NOTE: This is port of https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/pull/362

Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2024-06-19 16:26:56 -04:00
i-chvets
41e172be25 Merge pull request #105 from Telecominfraproject/WIFI-13597-fix-kafka-producer-using-poll
fix: added flush() for proper shutdown
2024-06-18 12:03:50 -04:00
Ivan Chvets
d7e05eac60 fix: added flush() for proper shutdown
https://telecominfraproject.atlassian.net/browse/WIFI-13597

Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2024-06-18 10:44:47 -04:00
i-chvets
fd25e19095 Merge pull request #104 from Telecominfraproject/WIFI-13597-fix-kafka-producer-using-poll
WIFI-13597: fix: modified kafka manager to use poll in producer
2024-06-13 14:35:34 -04:00
Ivan Chvets
3b8a8bafff fix: modified kafka manager to use poll in producer
https://telecominfraproject.atlassian.net/browse/WIFI-13597

NOTE: This fix is port of https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/pull/360

Summary of changes:
- Modified code in KafkaManager to use poll instead of flush for every
  messages sent. flush is used only on empty internal notification queue
  in idle times.

Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2024-06-13 09:47:29 -04:00
Stephane Bourque
20785d82ce Merge pull request #103 from Telecominfraproject/WIFI-13808
https://telecominfraproject.atlassian.net/browse/WIFI-13808
2024-06-06 08:11:20 -07:00
stephb9959
1327b29d7b https://telecominfraproject.atlassian.net/browse/WIFI-13808
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
2024-06-06 07:59:57 -07:00
i-chvets
226cd3e9e9 Merge pull request #102 from Telecominfraproject/WIFI-431-fix-update-internal-schema-validation
fix: modified code to use proper fingerprint defintion
2024-06-06 10:21:01 -04:00
Ivan Chvets
de512f0e2c fix: modified code to use final as default for fingerprint mode
https://telecominfraproject.atlassian.net/browse/WIFI-431

Summary of changes:
- Modified code to use `final` as default value for fingerprint mode.

Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2024-06-05 11:12:15 -04:00
Ivan Chvets
7a845e2f8c fix: modified code to use proper fingerprint defintion
https://telecominfraproject.atlassian.net/browse/WIFI-431

NOTE: This port of https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/pull/355

Summary of changes:
- Modified code to use proper definition of fingerprint service.

Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2024-06-04 13:04:06 -04:00
i-chvets
b0f925a7c0 Merge pull request #101 from Telecominfraproject/WIFI-12748-feat-schema-update-afc-support
ucentral schema update: added afc support
2024-05-29 10:11:55 -04:00
Ivan Chvets
984c8fafac ucentral schema update: added afc support
https://telecominfraproject.atlassian.net/browse/WIFI-12748

NOTE: This commit is a port of https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/pull/350

Update to internal schema in the gateway code is required to ensure code is in-sync with schema version on Github.

- Added section to enabled AFC configuration
- Additional updates listed below.

The following updates to schema are also included in this PR:

fix bss color handling
da090931f0

drop ports.duplex support
35da0a1cd0

add support for device fingerprinting
cb1c18db70

Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2024-05-27 16:48:23 -04:00
Adam Capparelli
da23ff1192 Auto push config on venue change and capabilities message. (#9)
Signed-off-by: Adam Capparelli <adam.capparelli@mail.utoronto.ca>
Co-authored-by: Adam Capparelli <adam.capparelli@mail.utoronto.ca>
2024-03-21 16:01:32 -04:00
Stephane Bourque
4b07db924d Merge pull request #95 from kinarasystems/wifi_13517_fix_expand_nested_vars
WIP: WIFI-13517 Fix: expand nested vars
2024-03-19 20:22:09 -07:00
Stephane Bourque
10a39f2f50 Merge pull request #96 from kinarasystems/wifi_13523_fix_resource_request_link_in_post
WIFI-13523: Fix: Support linking of resources and configs through POST request. (#5)
2024-03-19 20:13:43 -07:00
Stephane Bourque
8fc7ce7ca8 Merge pull request #97 from kinarasystems/wifi_13519_fix_venue_propagation
WIFI-13519 Fix: propagation of venue
2024-03-19 20:09:23 -07:00
Stephane Bourque
da015b2ea0 Merge pull request #98 from Telecominfraproject/WIFI-12939
WIFI-12939: change to TIP repos for libraries
2024-03-19 19:50:16 -07:00
Carsten Schafer
cd9fdc7a91 WIFI-12939: change to TIP repos for libraries
Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
2024-03-19 16:41:58 -04:00
Adam Capparelli
a619c0dbe1 Fix bug where process capabilities does not update serial number, bug where venue is not updated in GW for pre-provisioned device on capability event. (#8)
Signed-off-by: Adam Capparelli <adam.capparelli@kinarasystems.com>
Co-authored-by: Adam Capparelli <adam.capparelli@kinarasystems.com>
2024-03-19 12:16:50 -04:00
Adam Capparelli
2575fa628a Support linking of resources and configs through POST request. (#5)
Signed-off-by: Adam Capparelli <adam.capparelli@kinarasystems.com>
Co-authored-by: Adam Capparelli <adam.capparelli@kinarasystems.com>
2024-03-19 11:21:18 -04:00
Ivan Chvets
3529f86788 fix: typo
Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2024-03-19 10:44:49 -04:00
Ivan Chvets
0a846e45c4 fix: reverting change
Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2024-03-19 10:41:24 -04:00
acapparelli1
01b1107bac testing
Signed-off-by: acapparelli1 <adam.capparelli@kinarasystems.com>
2024-03-19 10:26:09 -04:00
acapparelli1
9412c0094b Refactor code into helper method, some cleanup.
Signed-off-by: acapparelli1 <adam.capparelli@kinarasystems.com>
2024-03-19 10:25:19 -04:00
acapparelli1
d6e3701ca3 Add more comments.
Signed-off-by: acapparelli1 <adam.capparelli@kinarasystems.com>
2024-03-19 10:24:09 -04:00
Stephane Bourque
5ac7b92f1f Merge pull request #93 from kinarasystems/ip_range_fix
WIFI-13518 FIx: IP range
2024-03-18 17:30:57 -07:00
stephb9959
74557c1600 https://telecominfraproject.atlassian.net/browse/WIFI-13450
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
2024-02-29 17:38:53 -08:00
stephb9959
c6535500f2 https://telecominfraproject.atlassian.net/browse/WIFI-13450
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
2024-02-29 14:22:02 -08:00
stephb9959
2e8a2fe1c8 https://telecominfraproject.atlassian.net/browse/WIFI-13434
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
2024-02-21 08:44:22 -08:00
stephb9959
102e240c7e https://telecominfraproject.atlassian.net/browse/WIFI-13434
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
2024-02-20 17:18:49 -08:00
stephb9959
fd85c70c2f https://telecominfraproject.atlassian.net/browse/WIFI-13434
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
2024-02-20 13:26:49 -08:00
acapparelli1
ec11708046 Fix IP range check.
Signed-off-by: acapparelli1 <adam.capparelli@kinarasystems.com>
2024-02-16 07:56:58 -05:00
acapparelli1
eed9525845 Fix IP range check.
Signed-off-by: acapparelli1 <adam.capparelli@kinarasystems.com>
2024-02-16 07:52:57 -05:00
stephb9959
4ded8997cd https://telecominfraproject.atlassian.net/browse/WIFI-13256
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
2024-02-07 13:09:50 -08:00
stephb9959
4ab9a1d6ac https://telecominfraproject.atlassian.net/browse/WIFI-13256
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
2024-01-04 08:22:43 -08:00