45 Commits

Author SHA1 Message Date
Akshay Jagadish
ea9a9d6292 WIFI-3471 Update SDK master to use image tag 1.3.0-SNAPSHOT 2021-08-13 11:57:10 -04:00
Mike Hansen
5714c9bf32 CloudBackend:
Control LED off via Equipment AP profile and Show LED status in EQUIPMENT_ADMIN status

Signed-off-by: Mike Hansen <mike.hansen@connectus.ai>
2021-07-14 16:03:39 -04:00
Thomas-Leung2021
04a13877d1 add tx_power status 2021-06-25 12:39:30 -04:00
Akshay Jagadish
18eeaffa13 Update SDK master to use image tag 1.2.0-SNAPSHOT 2021-05-26 17:59:41 -04:00
Mike Hansen
deae54b4e9 WIFI-2397: Add ApcElectionEvent values to EquipmentProtocolStatusData
Signed-off-by: Mike Hansen <mike.hansen@connectus.ai>
2021-05-19 17:30:45 -04:00
Norm Traxler
ab1695a183 [WIFI-2077] Fix location event timestamps and others 2021-04-28 17:28:53 -04:00
Norm Traxler
dca76d8a6e [WIFI-2068] Change client session TTL to 24 hours 2021-04-26 12:00:28 -04:00
Mike Hansen
f275c87290 WIFI-2040: ECW5211, ECW5410, WF194C, WF188N in backoff after upgrade 2021-04-20 14:03:39 -04:00
Akshay Jagadish
782d221a70 WIFI-2026 Changed pom versions from 0.0.1-SNAPSHOT to 1.1.0-SNAPSHOT 2021-04-16 15:28:34 -04:00
Mike Hansen
be6b3f69a3 WIFI-1851: Backend: Modelling manufacturing identity data
Pre work for removing ManufacturerName enum.
2021-03-25 15:13:26 -04:00
Mike Hansen
d37b5a55c2 WIFI-1851: Backend: Modelling manufacturing identity data
Pre work for removing ManufacturerName enum.
2021-03-25 14:31:50 -04:00
Mike Hansen
694bb8dc05 WIFI-1851: Backend: Modelling manufacturing identity data -- get EquipmentManufacturer by manufacturer name, not just enum name 2021-03-23 17:36:23 -04:00
Mike Hansen
ac3b928a85 WIFI-1851: Backend: Modelling manufacturing identity data
WIFI-1850: Backend: API Support for manufacturing identity data
2021-03-23 14:39:34 -04:00
Mike Hansen
e43663a290 WIFI-1850: Backend: API Support for manufacturing identity data
WIFI-1851: Backend: Modelling manufacturing identity data
2021-03-19 14:43:06 -04:00
Mike Hansen
bd35d28c70 WIFI-1851: Backend: Modelling manufacturing identity data 2021-03-18 17:52:42 -04:00
Kareem Dabbour
dfa5b71a79 WIFI-1718 Updated getAverageSignalStrenght for neighboring APs (#87)
* WIFI-1718 Updated getAverageSignalStrenght for neighboring APs

* WIFI-1718 added null checks and used new overloaded averaging function

* WIFI-1718 updated to use lamda foreach

Co-authored-by: Kareem Dabbour <kareemdabbour@Kareems-MacBook-Pro.local>
2021-03-10 11:42:41 -05:00
Lynn Shi
ea794940a9 WIFI-1658 update based on review comments 2021-02-25 11:54:01 -05:00
Lynn Shi
272b6836a1 WIFI-1658 Add Channel Number Status Support 2021-02-25 09:03:54 -05:00
AkshayJagadish-ne
f26dc9758b WIFI-1641: Dashboard: Number of "In service APs" is not accurate (#75) 2021-02-23 09:41:26 -05:00
Dmitry Toptygin
804a3435c0 WIFI-1624 - in pom.xml files replace ${tip-wlan-cloud.release.version} with 0.0.1-SNAPSHOT to make sure that mvn release:update-versions command works 2021-02-20 10:24:20 -05:00
ralphlee3
7ab22093bf [WIFI-1545] Adding alarmCountBySeverity to CustomerPortalDashboardStatus (#60)
* [WIFI-1545] Adding alarmCountBySeverity to CustomerPortalDashboardStatus, PartialEvent, and PartialAggregator

* [WIFI-1545] Moved alarmCount to postCreate so that it only finalizes the alarmCount when it publishes the event

* [WIFI-1545] Adding alarmsCountBySeverity to CustomerPortalDashboard unit tests

* [WIFI-1545] Moving CustomerPortalDashboardPartialEvent to status-models
2021-02-11 16:26:55 -05:00
Dmitry Toptygin
69ca9b830b added a way to remove statuses of specific data types 2021-01-13 20:49:00 -05:00
Lynn Shi
d008e5984b WIFI-1221 Use the current time for the timestamp for Status Remove/Clear Event 2020-12-18 13:36:38 -05:00
Dmitry Toptygin
ee8d19233c in EquipmentScanDetails : optimized seesEquipment() method, added getNeighbourEquipmentIds() method 2020-11-25 17:00:04 -05:00
Dmitry Toptygin
d26b20c167 force loading of subclasses of vendor-extended enums for StatusDataType, ServiceMetricDataType, ProfileType, and OriginatorType 2020-09-17 13:15:19 -04:00
Dmitry Toptygin
a1789b3aa9 added name() and values() methods to ProfileType, StatusDataType, and ServiceMetricDataType to better align them with java enums 2020-09-11 19:05:39 -04:00
Dmitry Toptygin
e0ce791e9c refactored class hierarchy for SystemEvents - added CustomerEventWithPayload and EquipmentEventWithPayload for the common cases of events that contain a single child object 2020-09-10 18:46:29 -04:00
Dmitry Toptygin
1adecf379a in order to track debug sessions on APs added EquipmentDebugSessionStatusData, EquipmentDebugSessionStartedEvent, and EquipmentDebugSessionStoppedEvent 2020-09-08 18:28:01 -04:00
Dmitry Toptygin
f05507d379 added toString to StatusDataType, added a test case when a null set of datatypes is used in remoteInterface.getForEquipment 2020-08-27 20:45:51 -04:00
Dmitry Toptygin
f787e8ffd5 added a way for 3rd party vendors to define new items for the StatusDataType 2020-08-27 17:30:27 -04:00
christieunitt-cu
e0fb11d62a Changes to default 5GHz backup channel outside the 80MHz band of prim… (#18)
* Changes to default 5GHz backup channel outside the 80MHz band of primary channel, add 5GHz defaults to APElementConfig, update json serializationi and add some convenience getters.

* Revert changes to ApElementConfiguration

Co-authored-by: Christie Unitt <christieunitt@Christies-MacBook-Pro.local>
2020-07-13 11:49:10 -04:00
Dmitry Toptygin
40d59c390f addressed bugs reported by sonar 2020-07-03 15:00:46 -04:00
Dmitry Toptygin
cc0d2c62bf implemented stream processors for the portal dashboard, added an API to return counts of provisioned equipment for a customer. 2020-06-27 15:13:43 -04:00
Dmitry Toptygin
f46cbfbba5 preparation for filling in CustomerPortalDashboard 2020-06-26 12:24:11 -04:00
Dmitry Toptygin
56298ca694 implemented firmware models and datastore 2020-06-15 23:49:31 -04:00
Dmitry Toptygin
7d35435a96 implemented SystemEvent service - data model and APIs 2020-06-02 19:42:27 -04:00
Dmitry Toptygin
e9aa298541 moved MinMaxAvgValueInt into base-models 2020-06-01 22:28:42 -04:00
Dmitry Toptygin
171f5aaa1a moved MinMaxAvgValueInt into base-models 2020-06-01 22:26:13 -04:00
Dmitry Toptygin
20edb7d65d adjusted clone methods on status models 2020-05-19 12:18:20 -04:00
Dmitry Toptygin
64577f48bf fixed issue with empty EnumMaps in clone methods 2020-05-19 10:39:47 -04:00
Dmitry Toptygin
e2edf6201d adjusted status data model 2020-05-16 21:51:30 -04:00
Dmitry Toptygin
5ed54284d8 implemented portal methods for retrieval of status, created sample data for equipment and status 2020-05-16 12:44:43 -04:00
Dmitry Toptygin
6b73e7247e adjusted methods on the status service 2020-05-16 10:50:16 -04:00
Dmitry Toptygin
0e5554f0dd added models for network and equipment status details 2020-05-14 20:13:30 -04:00
Dmitry Toptygin
6833ca4333 added cloud service for managing status of the Network and Equipment 2020-04-26 17:28:32 -04:00