Akshay Jagadish
85c323e3f1
Added Step in dockerfile to copy over commit.properties to docker
...
container
2020-10-08 13:49:02 -04:00
AkshayJagadish-ne
9ba111255b
Merge pull request #9 from Telecominfraproject/AJ
...
Removed step to copy over commit.properties to containers
2020-10-08 03:36:03 -04:00
Akshay Jagadish
f3bc79cbae
Removed step to copy over commit.properties to containers
2020-10-08 03:32:08 -04:00
AkshayJagadish-ne
130d64b0ea
Merge pull request #8 from Telecominfraproject/AJ
...
Changed DockerFile to copy over commit.properties file
2020-10-08 02:56:20 -04:00
Akshay Jagadish
50ec9297b2
Added property file to be copied over to the docker container
2020-10-08 02:48:55 -04:00
Mike Hansen
3153138dba
WIFI-906: Add new Hotspot, IdProvider, Operator, and Venue profiles to static opensync gateway
2020-10-07 20:09:18 -04:00
Mike Hansen
2d579a7f19
WIFI-908: Provision Hotspot20_Config in opensync database via opensync gateway, using new Hotspot/passpoint profiles
...
WIFI-910: Provision Hotspot20_OSU_Providers in opensync database via opensync gateway, using new Hotspot/passpoint profiles
2020-10-07 19:48:48 -04:00
Mike Hansen
d34f4934bd
WIFI-906: Add new Hotspot, IdProvider, Operator, and Venue profiles to static opensync gateway
2020-10-06 17:51:56 -04:00
Mike Hansen
f40c30340e
WIFI-908: Provision Hotspot20_Config in opensync database via opensync gateway, using new Hotspot/passpoint profiles
...
WIFI-909: Provision Hotspot20_Icon_Config in opensync database via opensync gateway, using new Hotspot/passpoint profiles
WIFI-910: Provision Hotspot20_OSU_Providers in opensync database via opensync gateway, using new Hotspot/passpoint profiles
2020-10-06 17:44:04 -04:00
Mike Hansen
b04d71e75a
WIFI-872: Add Profile for Identity
...
WIFI-878: Define Data Types for Passpoint Profile models
2020-10-06 02:34:19 -04:00
Mike Hansen
8f30d21f69
WIFI-900: add global property for toggling mutation of clientCn
...
if OVSDB_PREVENT_CLIENTCN_ALTERATION
use clientCn from AP as is.
else
if clientCn ends with serialNumber, use as is
else append serialNumber
2020-10-05 16:19:53 -04:00
Mike Hansen
4f65878ce5
WIFI-900: add global property for toggling mutation of clientCn
...
For opensync-gateway-static-docker:
OVSDB_PREVENT_CLIENTCN_ALTERATION by default is false, set to true to
disable clientCN alteration
2020-10-05 13:45:17 -04:00
Mike Hansen
4d624233c6
WIFI-900: add global property for toggling mutation of clientCn
...
-Dtip.wlan.preventClientCnAlteration=false //default, change to avoid
appending the serial number to the clientCn
2020-10-05 13:31:07 -04:00
Mike Hansen
1d8889a857
WIFI-900: add global property for toggling mutation of clientCn
...
define property, implementation pending.
WIFI-878: Define Data Types for Passpoint Profile models
pickup changes from profile-models
2020-10-05 12:59:43 -04:00
AkshayJagadish-ne
2778cf423e
Merge pull request #7 from Telecominfraproject/AJ
...
Aj
2020-10-02 18:02:48 -04:00
Akshay Jagadish
1a47583604
indentation
2020-10-02 16:30:16 -04:00
Akshay Jagadish
49f7ad2774
Corrected indentation
2020-10-02 16:24:56 -04:00
Akshay Jagadish
b67f36a8a1
adjusted indentation
2020-10-02 16:21:16 -04:00
Akshay Jagadish
3cab779757
WIFI-845: Support Kubernetes Deployment Versioning
2020-10-02 15:42:22 -04:00
Mike Hansen
3e2b20ddc5
WIFI-863: Add Table R/W to OvsdbDao to support Configuration and Status
...
WIFI-862: Opensync Gateway: Add Table Models to OvsdbDao
Update table models based on AP Schema changes.
Insert into Hotspot20_Config table based on profile. Still in progress.
2020-10-01 19:15:09 -04:00
ralphlee
d0c126fbf8
Update dockerfiles to properly copy over RfProfile examples
2020-10-01 14:56:35 -04:00
ralphlee
761afeb403
Updating os static docker with RF profile and parent-child relationship
2020-10-01 14:16:34 -04:00
Mike Hansen
7f139be81a
Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-opensync-controller
2020-09-30 18:22:39 -04:00
Mike Hansen
41aa441275
WIFI-862: Opensync Gateway: Add Table Models to OvsdbDao
2020-09-30 18:22:25 -04:00
ralphlee3
e2d2278fe0
WIFI 792 - Adding RF profile parameters to static and setups ( #6 )
...
* Adding RF profile parameters to static and setups
2020-09-30 17:32:11 -04:00
Mike Hansen
ad6f30f547
WIFI-869: Add Profile for HS 2.0
2020-09-30 16:41:35 -04:00
Mike Hansen
647e201647
WIFI-862: Opensync Gateway: Add Table Models to OvsdbDao
...
Update Dao/Java table models for Ovsdb tables Wifi_Passpoint_Config and
Wifi_Osu_Provider based on AP schema changes.
2020-09-29 17:20:22 -04:00
Mike Hansen
c485f0284d
Opensync Gateway: Add Table R/W to OvsdbDao to support Configuration and Status
...
Added placeholder methods in OvsdbDao for configure/delete of
PasspointConfig and OsuProvider
Add calls to OvsdbDao methods to configure passpoint and osu connect and
config changed flows.
2020-09-29 14:29:26 -04:00
Mike Hansen
e8b10d1785
WIFI-862: Opensync Gateway: Add Table Models to OvsdbDao
...
Adding Dao/Java table models for Ovsdb tables Wifi_Passpoint_Config and
Wifi_Osu_Provider
2020-09-29 13:55:57 -04:00
Mike Hansen
81bb9e27b4
Include Metrics Profile json file with static gateway docker images
2020-09-28 19:58:29 -04:00
Mike Hansen
4193978e24
Use Metrics profiles when present
...
Static test profiles added
2020-09-28 19:40:21 -04:00
Mike Hansen
89b127d881
Use Metrics profiles when present
2020-09-28 19:15:19 -04:00
Mike Hansen
3f23f57746
Metrics Profile
...
-- missing dependencies for static configs.
2020-09-25 17:35:06 -04:00
Mike Hansen
bb3a49addb
Support for Metrics Profile
...
Added to OpensyncAPConfig
Added Profiles for Static.
Added handler in OvsdbClient to process.
Currently not applying the values, uses the defaults still, but
remaining functionality will come in subsequent updates.
2020-09-25 17:13:51 -04:00
ralphlee3
3d9b01c147
Merge pull request #5 from Telecominfraproject/WIFI-792-rf-radio-profile
...
Wifi 792 rf radio profile
2020-09-25 10:34:41 -04:00
ralphlee
766e095a62
Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-opensync-controller into WIFI-792-rf-radio-profile
2020-09-24 15:55:50 -04:00
Mike Hansen
209c08041d
WIFI-828: Cloud SDK BE: support configuration of DTIM interval
2020-09-24 14:58:25 -04:00
ralphlee
c1db58bace
Fixing RF profile file name reference
2020-09-24 13:47:02 -04:00
ralphlee
a96b0c3f59
Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-opensync-controller into WIFI-792-rf-radio-profile
2020-09-24 12:58:30 -04:00
Mike Hansen
f9cf072cac
WIFI-828: Cloud SDK BE: support configuration of DTIM interval
...
Adding set of dtim_period on AP in Wifi_VIF_Config if value exists > 0.
Need to obtain value from RadioConfig or SSID config, looking at cloud
model to see if value exists already for DTIM_PERIOD ( i.e. what nth
becaons have TIM )
WIFI-829: Cloud BE: support configuration of RTS/CTS threshold
WIFI-830: Cloud BE: support configuration of fragmentation threshold
Set frag_threshold on AP in Wifi_VIF_Config table per ssid based on
Cloud equipment configuration advance radio map value for fragThresholdBytes
2020-09-24 12:34:29 -04:00
ralphlee
ac521191d6
Adding RF profile structure
2020-09-24 12:15:33 -04:00
Mike Hansen
2b60dd8b57
WIFI-830: Cloud BE: support configuration of fragmentation threshold
...
For each RadioType of the AP the value of rtsCtsThreshold is applied to
the rts_threshold in Wifi_VIF_Config custom_options map.
2020-09-23 18:28:12 -04:00
Mike Hansen
ca023ea554
Modify ApNode stats so that radioUtilizationPerRadio is reported as an
...
averaged value based on the survey for that radio.
2020-09-22 19:26:58 -04:00
ralphlee
9cc3b96436
Revert "Adding RF Profile changes and updating static"
...
This reverts commit 71c41bb892 .
2020-09-22 17:01:32 -04:00
Mike Hansen
6ea19d9cbf
WIFI-425: Cloud Back End for Events phase 2
...
Protobuf changes re AP handling events.
2020-09-21 12:17:20 -04:00
Mike Hansen
0d72824e3f
WIFI-814: OSGW add support reboot, switch, and factory reset
...
Adding support for Ap reboot, switch, and factory reset commands to
opensync gateway controller and ovsdb dao.
2020-09-18 17:43:00 -04:00
Mike Hansen
982d1cb2b3
Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-opensync-controller
2020-09-18 12:54:32 -04:00
Mike Hansen
ae4d2d2339
WIFI-816: OSGW add retrieval of FW_IMAGE_ACTIVE and FW_IMAGE_INACTIVE and update cloud database via Status
2020-09-18 12:45:57 -04:00
ralphlee
71c41bb892
Adding RF Profile changes and updating static
2020-09-18 11:55:36 -04:00
Mike Hansen
ce14eb359d
Adding Classification type for Client based on DHCP_leased_IP
...
Adding translation utility to map between ovsdb and wlan cloud for firmware upgrade state and failure state (if required)
2020-09-17 17:07:47 -04:00