Commit Graph

173 Commits

Author SHA1 Message Date
Rahul Sharma
5867584afb WIFI-540: Introduce methods to cleanup stale GW and Routing record entries when we bounce the GW pod and it gets a new IP Address 2020-08-25 19:18:35 -04:00
Lynn Shi
dbd2a8e769 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-opensync-controller
WIFI-544: Status API reports totalCapacity as 0
2020-08-14 13:33:33 -04:00
Lynn Shi
3767861dd1 WIFI-544: Status API reports totalCapacity as 0 2020-08-14 13:32:31 -04:00
Mike Hansen
36e5c6a504 opensync: protobuf definitions updated - EventReport -- added Logging of EventReport messages from MQTT based on opensync_stats.proto changes. Functionality will be added as it comes online in AP loads. 2020-08-14 13:32:20 -04:00
Mike Hansen
6b4f8d3b09 Log clean-up. Add methods in DAO for additional opensync stats, only calling implemented ones at present 2020-08-12 17:08:56 -04:00
Mike Hansen
0d8520f3a1 Update mqtt client and google protobuf versions 2020-08-12 11:01:19 -04:00
Mike Hansen
e904a8d721 ClientSessions and Client Metric -- will not create active BSSIDs until Ap has addressed missing channels in Wifi_VIF_State, and will not have correct ssid in ClientSession until metrics for Client is fixed 2020-08-11 17:20:34 -04:00
Mike Hansen
182535d2f6 Spelling error correction uci -> ucc 2020-08-11 09:17:38 -04:00
Mike Hansen
4c1dda44ff UCC report support 2020-08-10 11:43:54 -04:00
Mike Hansen
5fa57005a1 refactoring Client and Dao 2020-08-10 09:05:18 -04:00
Mike Hansen
c91542ad74 ClientSessions and Client Metrics, fix RateValue for Client Metric, Frames for ClientSessionMetric 2020-08-05 17:34:13 -04:00
Mike Hansen
8cd13e76ed Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-opensync-controller 2020-08-05 16:33:39 -04:00
Mike Hansen
07a47761dc ClientSession handling associationState 2020-08-05 16:33:32 -04:00
Lynn Shi
338078d8ac Add captive portal profile sample in static GW docker 2020-08-05 13:38:06 -04:00
Mike Hansen
355d8aae13 ClientSession Updates (Connect/Disconnect times). 2020-08-04 21:10:46 -04:00
Mike Hansen
a39432fdf0 Robustness for ActiveBSSIDs, state change handling cleanup 2020-08-04 18:45:44 -04:00
Mike Hansen
2f4be3f6c7 Change IP address from bytes to string per request from AP for DNS probe metrics 2020-08-01 08:27:54 -04:00
Lynn Shi
8cff591ea1 Calculate equipment capacity details 2020-07-31 14:53:03 -04:00
Lynn Shi
835d045d14 Fix noise floor calculation and update status RadioUtilizationReport 2020-07-30 22:24:21 -04:00
Mike Hansen
1edef6a0e4 ClientSession fix to merge with previous session to preserve values 2020-07-29 12:54:24 -04:00
Mike Hansen
b93523d848 NoiseFloor from survey now used, default wan name set to br-wan, RadioUtilization reporting in ApNode metrics 2020-07-29 12:16:17 -04:00
Dmitry Toptygin
917fd3d8a3 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-opensync-controller 2020-07-28 09:59:35 -04:00
Dmitry Toptygin
307b41081a added locationId attribute to ServiceMetric 2020-07-28 09:59:21 -04:00
Mike Hansen
786a696a38 Fix throughput for ClientSession, add AP Id to ovsdbClient connect/disconnect where possible 2020-07-27 17:01:21 -04:00
Mike Hansen
19d2b6fc7c FW Download/Flash robustness 2020-07-24 21:32:07 -04:00
Mike Hansen
57a87d345e Adding locationId for ClientSessions. Throttling table state changes for FW Flash 2020-07-24 18:47:16 -04:00
Mike Hansen
1d6f980c30 fw upgrade robustness, generic solution for ifname, bridge, port 2020-07-24 15:55:25 -04:00
Lynn Shi
a828426618 GW Support blocked client list northbound 2020-07-23 19:47:54 -04:00
Mike Hansen
e13a4ca320 Changes re FW Upgrade testing. Adding additional stats data. 2020-07-23 17:49:48 -04:00
Mike Hansen
bb17a5a420 Provisioning support of 802.11r and cleanup fwVersion check 2020-07-22 14:52:07 -04:00
Lynn Shi
d0c6a81191 GW supports captive portal profile 2020-07-21 21:55:02 -04:00
Mike Hansen
1ffd1a4e0b Fix JUnit for handling non-autoprovisioned AP 2020-07-21 17:30:57 -04:00
Mike Hansen
39c63c32d5 Setting external and internal mqtt broker addresses, Allow autoprov off with pre-config/enrolled APs, JUnit tests 2020-07-21 17:10:55 -04:00
Dmitry Toptygin
a744b26adf added NPE protection in OpensyncExternalIntegrationCloud for retrieving auto provisioning properties of the customer 2020-07-20 22:10:44 -04:00
Mike Hansen
6ce752255c Do not delete ClientSession when Client is not connected 2020-07-20 16:30:18 -04:00
Mike Hansen
95e702119c Adding support for FW_IMAGE_NAME tag for determining FW version on AP, as part of FW Upgrade support 2020-07-20 15:16:07 -04:00
Mike Hansen
643797b9e3 Checking autoprovisioning, and if not enabled, do not do ap connect, ap config, or ap status. JUnit testing 2020-07-20 14:57:30 -04:00
Mike Hansen
68de002c8e Ensure that client is only created by Wifi Associated Clients, not metrics. Metrics only updates ClientSession metrics. 2020-07-20 10:03:40 -04:00
Mike Hansen
ce98ab994f Metrics and Junit tests for network probe + synthetic client 2020-07-17 11:10:53 -04:00
Mike Hansen
b807788b0c OVSDB State Table Changes -- JUnit for RadioState and VIFState table update handling on OpensyncExternalIntegrationCloud 2020-07-16 17:53:42 -04:00
Mike Hansen
0103d99a50 Do not remove ClientInfo when MQTT stats data indicates instance of client disconnect 2020-07-16 12:22:21 -04:00
Mike Hansen
95e551bc7f OVSDB State Table Changes -- JUnit for RadioState and VIFState table update handling on OpensyncExternalIntegrationCloud 2020-07-14 17:58:59 -04:00
Mike Hansen
90245f305c OVSDB State Table Changes - add VIFs for Radio State Change, add AssociatedClient for VIF state change, updates to Status for ActiveBSSIDs and ClientDetails 2020-07-14 15:03:00 -04:00
Mike Hansen
4a516c26d2 First JUnit tests for OpensyncExternalIntegrationCloud 2020-07-10 16:24:26 -04:00
AkshayJagadish-ne
b9c0a6d88a TW-749: Change reference of ConnectUs to TIP (#4)
* ConnectUs Reference Changes

Removed Loggers

* ConnectUs Reference Changes

Changed
-all properties (shell files and launcher file), -profile ssidnames,
-launcher certificates,
-removed connectus.ai componentscan package

* Changed Docker Connectus References

* Changed Java ConnectUs References

* Changed json ssid Connectus references

* Minor changes

* ConnectUs Reference Changes

Removed Loggers

* ConnectUs Reference Changes

Changed
-all properties (shell files and launcher file), -profile ssidnames,
-launcher certificates,
-removed connectus.ai componentscan package

* Changed Docker Connectus References

* Changed Java ConnectUs References

* Changed json ssid Connectus references

* Minor changes

* Reference changes in Junit

* Changed OvsdbRedirector to TipWlanOvsdbRedirector
2020-07-09 19:24:21 -04:00
Dmitry Toptygin
e7629f29b2 simplified configuration of ApplicationListeners 2020-07-09 18:08:12 -04:00
Mike Hansen
fc275ae4a9 Adding initial JUnit tests for ConnectusOvsdbClient 2020-07-09 10:51:44 -04:00
Lynn Shi
fefaaa471a Resolve Equipment Change Event Loop 2020-07-08 13:33:08 -04:00
Mike Hansen
acc1f0dc89 OVSDB State Table Changes - NPE fix 2020-07-08 11:54:49 -04:00
Mike Hansen
20a22f4c2b OVSDB State Table Changes 2020-07-08 09:58:42 -04:00