Mike Hansen
f9ece26ccf
WIFI-1075: Cloud Backend update profile models
2020-11-17 10:39:43 -05:00
Mike Hansen
20484b634a
WIFI-908: Provision Hotspot20_Config in opensync database via opensync gateway. Fix roaming_oi values
2020-11-16 09:13:46 -05:00
Mike Hansen
a7af164bb1
WIFI-908: Provision Hotspot20_Config in opensync database via opensync gateway. Set the roaming_oi values as hex strings
2020-11-12 18:31:55 -05:00
Mike Hansen
bdde9561f3
Handling some test scenarios, using postman, which may have null vlanIds
2020-11-10 16:38:19 -05:00
Mike Hansen
01d9d7538c
Wifi-1060: Junit tests for Hotspot20 provisioning
2020-11-09 12:42:41 -05:00
Mike Hansen
ed5f445f11
VLAN changes per AP requirement. When vlan_id is unset or < 2, set vlan_id to 1
2020-11-06 14:40:04 -05:00
Mike Hansen
b47d2ccda1
Radius Accounting Server, ensure supports different name than the radius server
2020-11-05 18:07:33 -05:00
Mike Hansen
1e822e432c
remove extra .gitignore files
2020-11-05 17:11:44 -05:00
Mike Hansen
14b410e84b
Wifi-999: JUnit updates opensync-gateway and opensync-ext-cloud
2020-11-04 12:36:39 -05:00
Mike Hansen
c8bace4850
Wifi-1004: Provision gre_ifname, gre_local_inet_addr, gre_remote_inet_addr, gre_remote_mac_addr on AP
...
Add checks to make sure required parameters are not null before
attempting to configure on AP. Required because the gre attributes are
in the ApProfile now, so cannot just have check based on whether there
is an attached GreProfile.
2020-11-04 12:27:20 -05:00
Mike Hansen
b182a6953d
Wifi-1004: Provision gre_ifname, gre_local_inet_addr, gre_remote_inet_addr, gre_remote_mac_addr on AP
...
Wifi-999: JUnit updates opensync-gateway and opensync-ext-cloud
Move the GreProfile attributes to the ApProfile.
2020-11-04 12:15:20 -05:00
Mike Hansen
acdd5eddbf
Wifi-1004: Provision gre_ifname, gre_local_inet_addr, gre_remote_inet_addr, gre_remote_mac_addr on AP -- remove hardcoded 'wan' for parent if_name
2020-11-04 11:45:50 -05:00
Mike Hansen
c1de88aa05
Wifi-999: JUnit updates opensync-gateway and opensync-ext-cloud
2020-11-04 10:27:46 -05:00
Mike Hansen
28fcf06175
Wifi-1004: Provision gre_ifname, gre_local_inet_addr, gre_remote_inet_addr, gre_remote_mac_addr on AP
2020-11-03 17:00:08 -05:00
Mike Hansen
b60a72c202
SSIDs and InetConfig for SSIDs remove Vlans when no longer used, set if_name to be lowest availabe for freq band for new VIFs
2020-11-03 15:04:58 -05:00
Mike Hansen
b9dd818ca4
add Radius Accounting Server attributes from Ssid Profile to Wifi_VIF_Config
2020-11-03 09:22:13 -05:00
Mike Hansen
1d7f822ed4
OpensyncGateway changes to only treat clients which appear in
...
Wifi_Associated_Clients table as clients which can be added to the
cloud's client and client session lists. Other changes through either
stats changes or via other tables in ovsdb can only alter existing
clients and sessions. Else they are ignored.
SSIDs and InetConfig for SSIDs are not automatically deleted if an
existing configuration for this AP containing profiles for the ssids exists on the cloud.
2020-11-02 16:04:41 -05:00
Mike Hansen
176f549168
Fix JUnit, add expectation of thrown RuntimeException for new connectionInfoFail case
2020-10-29 20:40:33 -04:00
Mike Hansen
896c38c024
Do not allow AP to connect until the WAN (or LAN if only LAN) state has IP and MAC addresses in the Wifi_Inet_State table
2020-10-29 20:12:15 -04:00
Mike Hansen
15e26fd829
VLAN changes per AP request to create LAN and WAN Vlan Interfaces whenever a VLAN is provisioned
2020-10-29 17:42:12 -04:00
Mike Hansen
4df03431ed
Update reported IpV4 address for wan interface based on the value in the
...
Wifi_Inet_Table when the table state changes. Handles situation where
the AP connects before it's services are up and the table is not
populated with the IPs of the wan/lan interfaces.
Ensure dhcp_sniff is set on all interfaces.
2020-10-29 15:01:05 -04:00
Mike Hansen
7ef59937f2
Update Wifi_Inet_Config for vlan handling
2020-10-28 18:16:40 -04:00
Mike Hansen
0e80415e52
WIFI-1007: AP is reported as WiFi clients
2020-10-28 15:19:29 -04:00
Mike Hansen
10b3a6227d
Update Wifi_Inet_Config for vlan handling
2020-10-26 19:10:09 -04:00
Mike Hansen
3adb56f113
Update Wifi_Inet_Config for vlan, adding "_" to interface names.
2020-10-26 18:10:52 -04:00
Mike Hansen
39da1f83a3
Wifi_Inet_Config take ipAssignScheme for vifs from parent interface
2020-10-22 16:53:28 -04:00
Mike Hansen
7f51486979
Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-opensync-controller
2020-10-21 17:30:35 -04:00
Mike Hansen
62672f090b
Re-enable device stats regardless of whether or not profile is used
2020-10-21 17:28:53 -04:00
ralphlee3
012935818d
WIFI-797 RF SourceSelection ( #13 )
...
* Implementing SourceSelection on RRM parameters, updating static json
2020-10-21 16:30:26 -04:00
Mike Hansen
d291e55831
WIFI-830: Cloud BE: support configuration of fragmentation threshold -- Disable this write to ovsdb until AP support is present
2020-10-21 09:35:18 -04:00
Mike Hansen
2c12818808
WIFI-900: add global property for toggling mutation of clientCn handle mqttSettings clientCn in AWLAN_Node
2020-10-20 12:23:21 -04:00
Mike Hansen
d7b0110b28
Temporary work-around until AP load has updated ovsdb-schema with the
...
changes to the Hotspot20_OSU_Providers
2020-10-19 18:52:26 -04:00
Mike Hansen
338b35ef06
Fix error where Wifi_Inet_Config->ip_assign_scheme not parsed correctly
...
when null/empty.
2020-10-19 10:58:51 -04:00
Mike Hansen
764fb8caf7
WIFI-908: Provision Hotspot20_Config in opensync database via opensync gateway, using new Hotspot/passpoint profiles
...
NAI realms lineup with changes in profile models, from WIFI-872.
2020-10-14 10:09:37 -04:00
Mike Hansen
e9553ae54f
WIFI-908: Provision Hotspot20_Config in opensync database via opensync gateway, using new Hotspot/passpoint profiles
...
Setting tos and roamingOi in Hotspot20_Config
2020-10-13 18:15:57 -04:00
ralphlee3
6b3b835e80
WIFI-792: RF Implementation ( #11 )
...
* Removing RF parameters from ApElementConfig, refactoring to RF profile
2020-10-09 21:57:19 -04:00
Mike Hansen
e3da2db9ab
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
WIFI-947: Add opensync gateway support for CEGWNewChannelRequest to change back-up channel in Wifi_RRM_Config
Updated with handling of new schema, support osu_nai2 (shared), and osu
provider name. Remove path from OSU Icons.
Add support for Wifi_RRM_Config new backup channels
2020-10-09 12:59:02 -04:00
Mike Hansen
621ec89889
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
WIFI-906: Add new Hotspot, IdProvider, Operator, and Venue profiles to static opensync gateway
Multiple providers, multiple nai realms, multiple icons, address availability derived correctly, VIFs for Access and Open VIF for OSU
Add profile changes in for static gateway
2020-10-08 15:29:06 -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
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
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
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
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