Commit Graph

102 Commits

Author SHA1 Message Date
Norm Traxler
ab1695a183 [WIFI-2077] Fix location event timestamps and others 2021-04-28 17:28:53 -04:00
Mike Hansen
dc0593d2ee WIFI-2060: Service - Update equipment_ap profile with additional RadiusProxy data for accounting server and port
WIFI-2061: Service - Update ApcMode enums to handle AP enum changes
2021-04-23 16:44:02 -04:00
Mike Hansen
9d639ccb0c WIFI-1994: NAS-ID use BSSID as default, to support EAP with 11r 2021-04-08 12:06:56 -04:00
Mike Hansen
32d4fb1197 WIFI-1732: Acct-Interim-Interval config not working when configured from radius 2021-03-23 15:12:43 -04:00
Mike Hansen
be9fd94bfc WIFI-1808: AP-NOS Passpoint : Access type and internet value is not getting set Interworking element in Beacon for passpoint SSID
Change PasspointProfile qosMapSetConfiguration from Set to List to allow
for duplicate String values.
2021-03-18 09:39:53 -04:00
Mike Hansen
e9283c85d4 WIFI-1803: Design changes/refactoring based on SME feedback and AP design iterations 2021-03-16 12:02:47 -04:00
Mike Hansen
4cdd220874 WIFI-1803: Design changes/refactoring based on SME feedback and AP design iterations 2021-03-16 11:49:11 -04:00
Mike Hansen
6e6a7d53d3 WIFI-453: CloudSDK : Support for APC / Radius Proxy (Back End)
WIFI-1690: SSID Profile: APC/RadSEC enable/disable
 adding separate boolean for proxy and for radsec

WIFI-1698: Services - RadSEC certificates
 adding FileType and FileCategory for Certificates to use with
 ManagedFileInfo

WIFI-1689: AP Profile: APC/RadSEC Configuration information
 adding name and passphrase

WIFI-1691: OpenAPI updates for APC/RadSEC Configuration
2021-03-10 15:11:37 -05:00
Mike Hansen
db5c1bb6c1 WIFI-1689: AP Profile: APC/RadSEC Configuration information 2021-03-09 10:27:23 -05:00
Mike Hansen
f71e6804fa WIFI-1690: SSID Profile: APC/RadSEC enable/disable 2021-03-04 15:29:32 -05:00
Mike Hansen
a3eac7942a WIFI-1689: AP Profile: APC/RadSEC Configuration information 2021-03-04 15:28:58 -05:00
Dmitry Toptygin
6d133ae448 fixed merge conflict in SsidConfiguration 2021-03-03 17:42:44 -05:00
tomrcurrie
f30d70ae81 Make constants BANDWIDTH_LIMIT_MAX, RADIUS_ACCOUNTING_SERVICE_INTERVAL_MIN, RADIUS_ACCOUNTING_SERVICE_INTERVAL_MAX, MAX_SSID_LENGTH configurable via system properties (#84) 2021-03-03 17:24:39 -05:00
Mike Hansen
d4a516199a Merge pull request #83 from Telecominfraproject/WIFI-1440-Radius-Accounting-Interval-is-not-configurable-by-user
UX/UI: Radius Accounting Interval is not configurable by user
2021-03-03 10:50:19 -05:00
tomrcurrie
ea94c14e63 WIFI-1616 SSID character length too long causes AP to not pull configuration (#79)
* Add validator for ClientSession, add ssid length check to validator.

* Add null check for ClientSessionDetaiks.Ssid in the validator

* Add some null checking for ClientSession. Undo auto formatting changes (hopefully)

* add ssid length validation to Profile provisioning. Improved exception and error behaviour for ssid error scenarios by using a RuntimeException and logger.

* remove ssid length validator from client session controller
2021-03-03 09:55:46 -05:00
Thomas Currie
a35e2deb84 Fix setter method to use actual provided value for radiusAcountingServiceInterval instead of default min value of 60. 2021-03-03 08:33:07 -05:00
Mike Hansen
a726be1417 WIFI-1458: AP radio config fails when TX Power config is above recomended range 2021-02-10 08:53:58 -05:00
Mike Hansen
ef027e4915 WIFI-1508: Cloud Backend - Specify Dynamic Vlan Mode for SSID 2021-02-08 12:44:41 -05:00
Mike Hansen
c40bec4c2d Revert WIFI-831: Cloud BE: support enable or disable 802.11b modulation rates until downstream ready 2021-02-03 13:51:59 -05:00
Mike Hansen
8e1824b626 WIFI-831: Cloud BE: support enable or disable 802.11b modulation rates 2021-02-02 10:26:19 -05:00
Mike Hansen
6586911e76 WIFI-1432: Remove unused fields from GreTunnelConfiguration object in profile-models 2021-02-01 16:13:25 -05:00
Mike Hansen
db1b0f6a0c WIFI-1329: CloudSDK: SSID with Captive Portal Auth can't be configured 2021-01-27 16:00:00 -05:00
Mike Hansen
8caac2a527 Radius Profile Provisioning -- change name authPort on RadiusServer to port 2021-01-25 16:43:01 -05:00
Mike Hansen
032aae0e8c Radius Profile Provisioning 2021-01-22 15:23:15 -05:00
Mike Hansen
9e41ec0c33 implement AP event rate configuration profile - cont'd 2021-01-18 11:36:52 -05:00
Mike Hansen
404aa89fb0 implement AP event rate configuration profile 2021-01-13 16:07:59 -05:00
Mike Hansen
1323c24ced Updating RadiusNasConfiguration operatorName 2021-01-11 17:38:33 -05:00
Mike Hansen
174f5f9aea WIFI-1219: Cloud Backend Services - Enhance Radius NAS modelling -- remove deprecated attributes 2020-12-18 12:45:50 -05:00
Mike Hansen
125cb3dc54 WIFI-1219: Cloud Backend Services - Enhance Radius NAS modelling 2020-12-18 11:03:10 -05:00
Mike Hansen
d4bcc04930 WIFI-1182: Cloud Backend Services and API - Support for NAS-ID RADIUS Attribute to be configurable via CloudSDK
WIFI-1185: Cloud Backend Services and API - Support for NAS-IP RADIUS Attribute to be configurable via CloudSDK
WIFI-1188: Support for Operator-Name RADIUS Attribute to be configurable via CloudSDK
2020-12-11 14:26:22 -05:00
Mike Hansen
70edd65ed3 WIFI-1138: Cloud Backend Support -> VLANs in GRE Tunnel on Untagged Interface 2020-12-11 10:56:16 -05:00
Mike Hansen
6b3515fe2c WIFI-1175: Passpoint Operator Domain In ID Provider Config Object 2020-12-09 19:51:09 -05:00
Mike Hansen
118ee15f0f WIFI-1171: Organization ID or RCOI config failure 2020-12-09 16:36:00 -05:00
Mike Hansen
5ff4126595 WIFI-1061: Add new SecureMode to SsidConfiguration in wlan-cloud-services
WIFI-1152: Update Profile and Portal Opensync APIs with new WPA3 types
2020-12-04 15:15:17 -05:00
Mike Hansen
791ca9907b code cleanup re static analysis checks 2020-12-01 17:56:45 -05:00
Mike Hansen
127443c50e WIFI-1139: OpensyncGateway Process ChannelSwitchEvent from EventReport
Remove extraneous logs from PasspointDuple
2020-12-01 14:57:48 -05:00
Mike Hansen
75d54004f3 WIFI-1127: Cloud Backend profile models change
WIFI-1128: Cloud Backend API changes for profile and portal
2020-11-30 18:10:59 -05:00
Mike Hansen
02e246411e WIFI-1134: Cleanup needToBeUpdatedOnDevice for Profiles 2020-11-27 15:14:44 -05:00
Mike Hansen
008398eef3 WIFI-1092: support of all EAP methods and auth for Passpoint 2020-11-19 15:31:27 -05:00
Mike Hansen
987ad88622 Radius Accounting Interval added to Ssid Profile 2020-11-19 14:50:32 -05:00
Mike Hansen
407adef580 WIFI-1076: Update openapi for profile-service
WIFI-1075: Cloud Backend update profile models
WIFI-1077: Update openapi for portal-service

Added examples and enums for Passpoint profiles to the APIs for Portal
and Profile.
Renamed ProfileVenueTypeAssignment -> PasspointVenueTypeAssignment
2020-11-18 15:33:49 -05:00
Mike Hansen
7cc6f041a3 WIFI-1075: Cloud Backend update profile models
WIFI-1076: Update openapi for profile-service
WIFI-1077: Update openapi for portal-service
2020-11-17 10:37:58 -05:00
Mike Hansen
337732f457 Wifi-1024: Gre Tunnel Profile
Revert 0b04a714bf until architecture is
firmly established.
2020-11-12 12:33:19 -05:00
Mike Hansen
0b04a714bf Wifi-1024: Add Gre Tunnel Profile
Add GRE configuration attribures to SsidConfiguration remove from CommonNetworkConfiguration, based on further discussions related to mapping between VLANs and GRE tunnels
2020-11-12 10:39:15 -05:00
Mike Hansen
888915ad7c WIFI-874: Open API changes for Operator Profile
WIFI-870: Add Profile for Operator

Remove unused 'Hostname' attribute from Operator profile, this will be
provided by the id providers (OSU) profiles.
2020-11-05 11:45:33 -05:00
Mike Hansen
33d7621f44 Wifi-1024: Add Gre Tunnel Profile to wlan-cloud-services -- per design discussion, move Gre profile contents into equipment_ap profile 2020-11-04 12:12:16 -05:00
Mike Hansen
d0c28f8a1f add Radius Accounting Server to Ssid Profile 2020-11-03 08:42:34 -05:00
Mike Hansen
ec95cc3925 Wifi-1024: Add Gre Tunnel Profile to wlan-cloud-services 2020-11-03 08:30:40 -05:00
Mike Hansen
55be583fc7 Wifi-1024: Add Gre Tunnel Profile to wlan-cloud-services 2020-11-02 17:28:37 -05:00
Thomas Currie
3fb2f67db9 Remove unused imports, fix compile failure in unit test, fix http get arguments in ProfileServiceRemote 2020-10-29 08:20:57 -04:00