Commit Graph

775 Commits

Author SHA1 Message Date
ralphlee
69f9f1a973 [WIFI-7323] push new config to AP only if the cloud config is more recent than what was previouly pushed 2022-03-18 17:12:21 -04:00
ralphlee
c6582199e9 Remove some unused APC logic 2022-01-14 10:52:15 -05:00
ralphlee
d167278a6b [WIFI-6721] Add support for manual radproxy, radproxy secret 2022-01-14 10:52:15 -05:00
christieunitt-cu
6a90a24c52 Merge pull request #73 from Telecominfraproject/WIFI-6002/busyRx
WIFI-6002 RadioUtilization.assocClientRx should be based on AP busyRx (not busySelf)
2021-12-07 14:31:16 -05:00
Christie Unitt
fa85300dc0 WIFI-6002 RadioUtilization.assocClientRx should be based on AP busyRx (not busySelf) 2021-12-01 14:35:43 -05:00
Thomas-Leung2021
20b29fdb5c Merge pull request #72 from Telecominfraproject/WIFI-3589
[Wifi 3589] Support channel bandwidth in AP status API
2021-11-15 13:52:20 -05:00
Thomas Leung
3470b01ea1 Merged in NETEXP-3580 (pull request #32)
[NETEXP-3580] fix failed test

Approved-by: mike.hansen
2021-11-15 13:47:04 -05:00
Thomas Leung
d3cffd570f Merged in NETEXP-3580 (pull request #30)
[NETEXP-3580] Opensync: support channel bandwidth in AP status API

Approved-by: mike.hansen
2021-11-15 13:46:41 -05:00
norm-traxler
753a4fdb89 Merge pull request #71 from Telecominfraproject/WIFI-5112-bugfix-passpoint-ssid-association
[WIFI-5112] Changing associatedAccessSsidProfileIds to Set<Long>
2021-10-26 15:57:27 -04:00
ralphlee
014bfa4189 [WIFI-5112] Changing associatedAccessSsidProfileIds to Set<Long> 2021-10-26 14:37:14 -04:00
Thomas-Leung2021
40ea53f87c Merge pull request #70 from Telecominfraproject/WIFI-4417-2
[WIFI-4417] add logic to always start with wan port for eth_ports configuration
2021-10-26 12:57:02 -04:00
Thomas Leung
49aacc151d [WIFI-4417] add logic to always start with wan port for eth_ports configuration 2021-10-26 12:55:50 -04:00
Thomas-Leung2021
077c535750 Update pom.xml 2021-10-22 20:48:55 -04:00
Thomas-Leung2021
6110a8d78d Merge pull request #69 from Telecominfraproject/WIFI-4417-2
[Wifi-4417] fixes for WiredEthernetPorts
2021-10-22 20:25:14 -04:00
Thomas Leung
5614d87f79 Merged in NETEXP-3321 (pull request #24)
[NETEXP-3321] Move back to NAT mode when EthernetPort Profile removed from AP

Approved-by: rahul.sharma
2021-10-22 20:04:39 -04:00
Thomas Leung
ca511c70c1 Merged in NETEXP-3299 (pull request #22)
[NETEXP-3299] add logic when AP has more than one LAN port to configure

Approved-by: rahul.sharma
2021-10-22 20:03:20 -04:00
norm-traxler
836fbc95ca Merge pull request #67 from Telecominfraproject/WIFI-4732
WIFI-4732 Default 5G backup channel is not applicable to all countrie…
2021-10-20 16:04:52 -04:00
Thomas Leung
1d11b96a7d Merged in NETEXP-3230 (pull request #21)
[NETEXP-3230] fix for not populating Node_Config table

Approved-by: Ralph.lee
2021-10-20 13:08:47 -04:00
Mike Hansen
36ab26df07 [WIFI-4950] Opensync: Metrics is not reported for active DFS channel
Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
2021-10-20 12:42:33 -04:00
Lynn Shi
dcfefa2adb WIFI-4732 Default 5G backup channel is not applicable to all countries (add debug) 2021-10-19 22:48:39 -04:00
Rahul Sharma
3647fd6bec Merge pull request #66 from Telecominfraproject/WIFI-4417-2
[WIFI-4417] Adding WiredPort profile to Model and configure AP Ethernet Switch Ports
2021-10-17 21:43:09 -04:00
Thomas Leung
738b2f013e [WIFI-4417] Adding WiredPort profile to Model and configure AP Ethernet Switch Ports 2021-10-15 20:59:03 -04:00
norm-traxler
55096881f6 Merge pull request #65 from Telecominfraproject/WIFI-4422
[WIFI-4422] remove MqttStatsPublisherTest.java
2021-09-27 17:32:55 -04:00
Thomas-Leung2021
ca40563375 [WIFI-4422] remove MqttStatsPublisherTest.java 2021-09-27 17:29:01 -04:00
norm-traxler
0fb70603b4 Merge pull request #64 from Telecominfraproject/WIFI-4422
[WIFI-4422] Performance improvements for gateway
2021-09-27 15:24:59 -04:00
Thomas-Leung2021
c5127e4d8e NETEXP-2801 optimise getBssidForClientSsid() to improve performance 2021-09-27 15:06:33 -04:00
Thomas-Leung2021
dfd7e13399 [NETEXP-2801] remove extra logs 2021-09-27 15:06:33 -04:00
Thomas-Leung2021
b48f340d11 [NETEXP-2801] optimize alarm logic to increase ApNode metric performance 2021-09-27 15:06:33 -04:00
Thomas-Leung2021
a520690976 [NETEXP-2801] Make Stats and Events publishing asynchronous 2021-09-27 15:06:33 -04:00
Thomas-Leung2021
ec617cb47f [NETEXP-2957] remove rates unused calls 2021-09-27 14:41:46 -04:00
Thomas-Leung2021
6b7dcd4878 [NETEXP-2994] add checks for null certificate 2021-09-27 14:39:20 -04:00
norm-traxler
4d919cf21e Merge pull request #63 from Telecominfraproject/WIFI-4415
[Wifi 4415] Add Gateway and backend support to turn LED on/off
2021-09-27 11:05:13 -04:00
Thomas Leung
2bf00e82a7 Merged in NETEXP-2959 (pull request #10)
NETEXP-2959 change LED on/off logic from EquipmentProfile to AP Profile

Approved-by: mike.hansen
2021-09-24 17:09:50 -04:00
Thomas-Leung2021
9f9e469b17 [NETEXP-2959] change LED on/off logic 2021-09-24 17:09:33 -04:00
Thomas-Leung2021
6a75356441 [NETEXP-2959] Redo processBlinkRequest() logic 2021-09-24 17:09:33 -04:00
Thomas Leung
40277e3799 Merged in NETEXP-2959 (pull request #9)
[NETEXP-2959] add support to turn LED on/off via AP profile on gateway

Approved-by: mike.hansen
2021-09-24 17:09:33 -04:00
Thomas-Leung2021
7e0da1505e Merge pull request #61 from Telecominfraproject/WIFI-2079
[WIFI-2079] change survey_interval_ms from 50ms to 120ms
2021-08-26 13:11:03 -04:00
Thomas-Leung2021
b3a15d06a2 [WIFI-2079] change survey_interval_ms from 50ms to 120ms 2021-08-24 15:13:24 -04:00
Mike Hansen
66daa8bc60 [WIFI-3472] AP creates a custom WAN.VLAN interface and obtains an IP address on it
Vlan Fix for Wifi_Inet_Config

Remove vlan on 'lan' interface
For vlan on 'wan' interface, set the ip_assign_scheme to "none"

Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
2021-08-16 11:28:42 -04:00
Mike Hansen
91dde5d3d7 [WIFI-2942] APNOS: RF Profile: Values not configured on AP for certain fields and no check on values in AP
As part of revert, set the survey_interval_ms for off-chan stats back to
50 millis

Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
2021-08-10 12:06:03 -04:00
Thomas-Leung2021
949c8cb37f [WIFI-3358] remove client metric setSessionId in MqttStatsPublisher 2021-08-09 15:55:44 -04:00
Mike Hansen
5ebecaf88f REVERT of [WIFI-2942] APNOS: RF Profile: Values not configured on AP for certain fields and no check on values in AP
AP does not support the functionality at present

Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
2021-08-09 13:24:24 -04:00
Mike Hansen
884efdbf08 [WIFI-2942] APNOS: RF Profile: Values not configured on AP for certain fields and no check on values in AP
When active scan is enabled for a RadioType in the RfProfile, use the
scan duration millis and scan frequency seconds values for the
Wifi_Stats_Config survey_interval_ms and sampling_interval respectively.

This does not affect the cadence at which the stats are reported.

Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
2021-08-06 14:26:59 -04:00
Mike Hansen
65c05caf1f [WIFI-3363] GW: ClientSession updates and SystemEvent performance improvements for OpensyncStats EventReport
Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
2021-08-06 10:44:50 -04:00
Thomas-Leung2021
a72a147afe [WIFI-3344] remove artifact from removing ClientSessionMetricDetails() 2021-08-04 19:33:12 -04:00
Mike Hansen
8110f796c9 [WIFI-3345] If DATE from version_matrix does not contain year, upgrade to firmware specified in the track version
Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
2021-08-04 16:03:51 -04:00
Mike Hansen
2b187ed68d AP is not upgraded to target version after its provisioned for first time.
Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
2021-08-03 17:55:25 -04:00
Mike Hansen
a4559b4f37 [WIFI-3287] Some metrics show choppy behavior while the others are OK
Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
2021-07-29 11:27:24 -04:00
Mike Hansen
8105c5bc9d Some metrics show choppy behavior while the others are OK
Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
2021-07-28 15:15:12 -04:00
Thomas-Leung2021
1409d75dd9 Revert "[WIFI-3129] set createTimestamp in Channel, ActiveBSSID, Lan, and Protocol status"
This reverts commit a6cb5ae939.
2021-07-28 09:58:42 -04:00