Commit Graph

356 Commits

Author SHA1 Message Date
Rahul Sharma
05a450db97 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-services 2020-10-01 14:27:46 -04:00
Rahul Sharma
2b84783319 WIFI-883: Precreate RF profile and make it the child profile for equipment_ap profiles 2020-10-01 14:26:31 -04:00
ralphlee
07d7614423 Adding RF profile to all cloud os gw docker and parent-child relationship 2020-10-01 14:17:33 -04:00
Mike Hansen
00e42ec2d2 WIFI-870: Add Profile for Operator 2020-09-30 19:07:46 -04:00
ralphlee3
8e3f07cad3 WIFI 792 - Adding RF profile parameters to static and setups (#23)
* Adding RF profile parameters to static and setups

* Set min cell size constants into map
2020-09-30 17:31:57 -04:00
Mike Hansen
b45b3456c0 WIFI-869: Add Profile for HS 2.0 2020-09-30 16:41:06 -04:00
Mike Hansen
b29eb58974 WIFI-869: Add Profile for HS 2.0 2020-09-30 15:28:18 -04:00
Mike Hansen
de0f093f97 WIFI-878: Define Data Types for Passpoint Profile models
Provide enums for use in the profile details and for bridging between
cloud ( name based ) and ap ( id (int)) based.
2020-09-30 12:43:34 -04:00
Mike Hansen
65d89b9b2c WIFI-469: CloudSDK BE : Passpoint Support
Adding enum types for new Profile, pre work for
WIFI-869, WIFI-870, WIFI-871, and WIFI-872
2020-09-29 17:34:52 -04:00
Mike Hansen
b751444c9e Adding ProfileMetrics.json to backend testing all-cloud-in-one docker.
Update AllInOne startup Listeners to create metrics profiles.
2020-09-28 19:59:18 -04:00
Mike Hansen
037d328ea1 Metrics Profile changes
Class hierarchy fix.
2020-09-28 19:07:45 -04:00
Mike Hansen
5df7d0cfb6 Metrics Profile changes
For testing and static configs.
2020-09-25 18:05:56 -04:00
Mike Hansen
99e9051d06 Profile for Metrics collection configuration
Fix default constructors
2020-09-25 17:05:06 -04:00
Mike Hansen
8feb410c59 Profile for Metrics collection configuration
Config parameters class separated to 3 types, depending on metric type.
Cleanup hash and equals.
2020-09-25 14:43:58 -04:00
Mike Hansen
0fed5e2c26 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-services 2020-09-25 10:58:09 -04:00
Mike Hansen
17a65ab3f1 Added RealTimeChannelHopEvent to system-event models 2020-09-25 10:57:46 -04:00
ralphlee3
2985741853 Merge pull request #22 from Telecominfraproject/WIFI-792-rf-radio-profile
Wifi 792 rf radio profile
2020-09-25 10:34:35 -04:00
ralphlee
20dbc0a5a1 Removing autoChannelSelection from RF Profile 2020-09-24 16:59:44 -04:00
ralphlee
291ad0109b Cleaning up hash and equals in RfElementConfig 2020-09-24 16:25:13 -04:00
ralphlee
51e0569776 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-services into WIFI-792-rf-radio-profile 2020-09-24 15:55:00 -04:00
Mike Hansen
aec3396839 WIFI-828: Cloud SDK BE: support configuration of DTIM interval 2020-09-24 15:21:56 -04:00
Mike Hansen
af4c0bf724 WIFI-828: Cloud SDK BE: support configuration of DTIM interval 2020-09-24 14:53:58 -04:00
ralphlee
2ce0341500 Adding RF profile to openapi schemas 2020-09-24 12:59:29 -04:00
ralphlee
5d385da78e Adding RF Profile structure 2020-09-24 11:53:40 -04:00
Mike Hansen
07deb3c13d Added Profile for Metrics collection configuration 2020-09-23 17:37:52 -04:00
Dmitry Toptygin
a6bd926474 added an example of how to do a unit test for a stream processor 2020-09-23 15:18:50 -04:00
ralphlee
e757e9c722 Revert "Adding RF Profile changes and updating ApElementConfig"
This reverts commit 28f333808c.
2020-09-22 16:25:52 -04:00
Mike Hansen
1c24366a9b WIFI-815: Cloud Backend add REST API support for reboot, switch, and factory reset
Add new commands to REST API for reboot, factory reset, and switch
software bank.
Update API yaml
2020-09-18 18:22:27 -04:00
ralphlee
28f333808c Adding RF Profile changes and updating ApElementConfig 2020-09-18 11:52:44 -04:00
Dmitry Toptygin
bd19cae892 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-services 2020-09-17 13:16:32 -04: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
Mike Hansen
5402547ab0 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-services 2020-09-17 12:55:32 -04:00
Mike Hansen
321a934f3e ClientType added, will be populated from AP fingerprint data, translated
from ovsdb type to cloud client type at the Dao layer.
2020-09-17 12:53:33 -04:00
Dmitry Toptygin
17ab59fe0c Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-services 2020-09-17 11:54:32 -04:00
Dmitry Toptygin
d1e1fb824e force loading of subclasses of AlarmCode to remove timing issues, fix handling of deprecated items by looking at full inheritance chain 2020-09-17 11:53:51 -04:00
Rahul Sharma
905b844b06 WIFI-778: Added subnet in the default Radius Profile 2020-09-16 13:00:13 -04:00
Dmitry Toptygin
1fcc5af44d in ApPerformance change cpuUtilized type to int[], in ClientMetrics change mcs and rates types to int[] - they were originally defined as byte[], but that causes them to be serialized as base64-encoded strings, which is annoying 2020-09-15 15:04:46 -04:00
Mike Hansen
2a85204c43 WIFI-769: Gateway Integration with AP and Cloud Backend
Adding StreamingEvents to realtime models for UCC
2020-09-15 10:59:18 -04:00
Mike Hansen
76f41e3ca7 WIFI-769: Gateway Integration with AP and Cloud Backend
Initial models for realtime UCC event handling.
2020-09-14 19:34:54 -04:00
Dmitry Toptygin
dfaa4362d3 added a way for the 3rd party vendors to define new items for the AlarmCode and OriginatorType 2020-09-14 12:19:38 -04:00
Dmitry Toptygin
e609f77aa1 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-services 2020-09-11 19:13:14 -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
60a85b56de added a way for the 3rd party vendors to define new items for the ServiceMetricDataType 2020-09-11 18:17:08 -04:00
Dmitry Toptygin
9335f5c570 added a way for the 3rd party vendors to define new items for the ProfileType 2020-09-11 18:04:31 -04:00
Mike Hansen
2f9b87818d WIFI-415: Cloud Back End Support for Captive Portal User and Password
FileType TEXT added
Add support to create file and user list into design AllCloudInOne
server.
2020-09-11 15:59:51 -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
7b2bf99814 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-services 2020-09-10 16:47:09 -04:00
Dmitry Toptygin
3c734d9b49 WIFI-412: updated instuctions for building openssh-portable binary 2020-09-10 16:46:58 -04:00
Dmitry Toptygin
a27fdcf666 WIFI-412: fixed typo in the error message 2020-09-10 16:45:00 -04:00
Dmitry Toptygin
faa0832829 WIFI-412: created helper scripts to manage remote ssh sessions 2020-09-10 16:44:10 -04:00