Commit Graph

695 Commits

Author SHA1 Message Date
ralphlee
942ebe5ef9 Adding RO roles 2020-11-25 15:00:27 -05:00
ralphlee
9cc4cbf8ae Adding /portalUser/getUsersForUsername 2020-11-25 14:54:43 -05:00
Christie Unitt
943fa67a8b WIFI-1119 Clean up LocationActivityDetails 2020-11-25 14:44:57 -05:00
Mike Hansen
1ae5f8f023 WIFI-1110: vifS is not applying as wm is crashing due to garbage in /etc/wireless/config --> per AP request, changing order for processing config change and ap connect to cloud, cleanup/remove RRM Config prior to removing SSIDs 2020-11-24 17:02:32 -05:00
Mike Hansen
0ee19153d6 WIFI-551: Status API reports radiusStatus as null 2020-11-24 12:24:35 -05:00
Mike Hansen
94d797b059 Restore Dao function to write Uuid for created VIFs into the Wifi_Radio_Config db table, this was removed initially per a request from AP team, but has been re-evaluated to be necessary. Increase log level to info for MqttMessageProcessor to facilitate stats/metrics analysis 2020-11-20 14:52:53 -05:00
Mike Hansen
b92e26af55 WIFI-1095: SDK BE: Support Radius Accounting support -- use value '0' for radius_acct_interval when no value is configured 2020-11-20 10:27:19 -05:00
Mike Hansen
74fa01e054 WIFI-1096: Configure multicast and beacon rate in Wifi_RRM_Config 2020-11-19 17:18:33 -05:00
Mike Hansen
8861fc23b7 Correcting enums in the openapi yaml files for profile (and portal) to have their SsidSecureMode match the java enums. Added a note about the functional equivilence of selecting EAP/Radius 2020-11-19 15:58:28 -05:00
Mike Hansen
25479c647e WIFI-1092: support of all EAP methods and auth for Passpoint 2020-11-19 15:31:53 -05:00
Mike Hansen
26ca109d75 Radius Accounting Interval added to SsidConfiguration and set on AP when in use 2020-11-19 14:53:19 -05:00
AkshayJagadish-ne
d5ae9301f1 Changed command used to fetch maven project version 2020-11-18 19:37:59 -05:00
Mike Hansen
615072dea6 WIFI-1075: Cloud Backend update profile models 2020-11-18 15:57:12 -05:00
Mike Hansen
3dd9af20fb 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:37:40 -05:00
Mike Hansen
73d562e883 Merge pull request #14 from Telecominfraproject/feature/NETEXP-485 2020-11-18 11:31:23 -05:00
Mike Hansen
7a9c6487ad WIFI-1074: Make Profile Names Specific and Clear - updates to static config files for testing - do not create passpoint profiles as part of AllCloudInOne process 2020-11-18 10:55:47 -05:00
Mike Hansen
cc0750130c WIFI-1074: Make Profile Names Specific and Clear - updates to static config files for testing 2020-11-18 10:17:25 -05:00
Mike Hansen
39710bb13b Maven dependencies clean-up -- cloud dependencies re-add 2020-11-18 08:26:21 -05:00
Mike Hansen
aca6cf4b40 Maven dependencies clean-up 2020-11-18 08:05:04 -05:00
Dmitry Toptygin
70b0288c61 added base-tx-tests project with the TransactionManager for use in unit tests 2020-11-17 18:14:48 -05:00
Mike Hansen
e75fd79fea WIFI-1084: Opensync Gateway occasionally creates new Ssid with existing if_name 2020-11-17 16:07:17 -05:00
Lynn Shi
1554cfbb49 WIFI-1083 use the current time for the timestamp for Alarm Remove/Clear Event 2020-11-17 11:26:57 -05:00
Mike Hansen
9d21ad9da4 WIFI-1074: Make Profile Names Specific and Clear
Profile Names need to be clear, and need to indicate what functionality they are part of.For example, id_provider needs to be corrected to indicate that it is an OSU id provider for Passpoint as opposed to potentially being misunderstood as a general id provider.
2020-11-17 10:40:58 -05:00
Mike Hansen
2e837fa076 WIFI-1071: Cloud Backend Services API updates 2020-11-16 15:17:33 -05:00
Mike Hansen
70539512bd WIFI-1068: Cloud Backend: Extend or replace existing base_model CountryCode 2020-11-16 14:26:51 -05:00
Dmitry Toptygin
4cac721548 made the unit test testAccessPointIsUnreachableAlarm more tolerant to time delays 2020-11-16 12:01:53 -05:00
ralphlee
4db20f9f65 Add tokens to portal openapi 2020-11-16 11:18:58 -05:00
Dmitry Toptygin
f646c3f0b3 Merge pull request #5 from Telecominfraproject/WIFI-1054-rs256-decoding 2020-11-16 10:43:36 -05:00
Mike Hansen
da8c3a69fb WIFI-908: Provision Hotspot20_Config in opensync database via opensync gateway. Fix roaming_oi values 2020-11-16 09:14:04 -05:00
Mike Hansen
019cf0c757 WIFI-908: Provision Hotspot20_Config in opensync database via opensync gateway. Set the roaming_oi values as hex strings 2020-11-12 18:32:24 -05:00
Mike Hansen
b1537125e9 Wifi-727: WMM not getting disabled from the REST API -- remove attribute, it is not configurable, always enabled 2020-11-12 13:36:19 -05:00
Mike Hansen
c284ee09fe 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:40:42 -05:00
Mike Hansen
0ce779ec5d Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-workspace 2020-11-10 16:41:57 -05:00
Mike Hansen
58a436abe2 Handling some test scenarios, using postman, which may have null vlanIds 2020-11-10 16:41:47 -05:00
Lynn Shi
7880ab131f WIFI-1006 Remove alarm codes not supported in Cloud SDK 2020-11-10 15:17:03 -05:00
Mike Hansen
3af3bdef51 Metrics: setting values for Tx/Rx Throughput and Tx/Rx Rate Kbps 2020-11-10 13:48:30 -05:00
Lynn Shi
e5e6ef4a6b Add TransactionSynchronizationManager handler in BaseRemoteTest 2020-11-09 13:27:13 -05:00
Mike Hansen
1dfbb7858b Wifi-1060: Junit tests for Hotspot20 provisioning 2020-11-09 12:43:03 -05:00
Mike Hansen
f1212c6dec VLAN changes per AP requirement. When vlan_id is unset or < 2, set vlan_id to 1 2020-11-06 14:40:24 -05:00
Mike Hansen
070ba2eb44 Radius Accounting Server, ensure supports different name than the radius server 2020-11-05 18:08:40 -05:00
Mike Hansen
c4e90b072f build order change, to ensure dependencies build before dependents 2020-11-05 17:22:55 -05:00
Dmitry Toptygin
6e6770cf05 in portal-services-openapi.yaml described the /ping operation that allows to query the cloud backend version information 2020-11-05 17:22:14 -05:00
Mike Hansen
283ee00686 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-workspace 2020-11-05 17:13:18 -05:00
Mike Hansen
0079f50cb7 remove extra .gitignore files 2020-11-05 17:13:08 -05:00
Dmitry Toptygin
ecd288345a WIFI-1011 - Access Point Unreachable Alarm does not get cleared - Changed the logic to use the server timestamps when monitoring for AP connectivity, added code to clean up multiple alarms per-code-per-equipment that could have been raised in rare corner cases. 2020-11-05 15:07:43 -05:00
Mike Hansen
e514a94d58 WIFI-870: Add Profile for Operator
Remove unused 'Hostname' attribute from Operator profile, this will be
provided by the id providers (OSU) profiles. Update json files used by
the static configurations.
2020-11-05 11:49:41 -05:00
Mike Hansen
3ea02b9d5e 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:47:08 -05:00
Mike Hansen
22a572c466 revert accidental submission of pom, regarding using project artifacts 2020-11-05 10:19:02 -05:00
Mike Hansen
c03204abc4 Wifi-1038: openapi.yaml updates for profile-service and portal-services 2020-11-04 16:29:04 -05:00
Mike Hansen
6813d797c9 Wifi-999: JUnit updates opensync-gateway and opensync-ext-cloud 2020-11-04 12:37:05 -05:00