12 Commits

Author SHA1 Message Date
Mike Hansen
25a338f8ed WIFI-1983: Use SSID UL/DL limit values for the Client UL/DL limit tags in the AP's custom_options 2021-04-08 15:47:31 -04:00
Mike Hansen
cc8cba8f4f WIFI-1529: CP: Open+Radius Captive Portal Auth doesn't work 2021-04-06 13:35:36 -04:00
Mike Hansen
1e08fee246 WIFI-1879: Get Status API return normal for AP that are not connected 2021-04-01 10:33:37 -04:00
Mike Hansen
cd5def7953 WIFI-1732: Acct-Interim-Interval config not working when configured from radius -- If radius accounting interval for SSID is set to 0, do not set in the Wifi_VIF_Config 2021-03-23 16:25:28 -04:00
Mike Hansen
fa0d495d00 WIFI-1808: AP-NOS Passpoint : Access type and internet value is not getting set Interworking element in Beacon for passpoint SSID
Update PasspointProfilesCreateConfigureAndDelete.postman_collection.json
to allow for easier dev testing by PV team
2021-03-18 21:03:39 -04:00
Mike Hansen
0501405cad WIFI-1808: AP-NOS Passpoint : Access type and internet value is not getting set Interworking element in Beacon for passpoint SSID
PasspointProfile change qosMapSet to List instead of Set as duplicate values allowed, not exposed externally, no UI, OSGW or API changes required.

On Cloud Backend OSGW: Setting missing values in Hotspot20_Config table from Profile

    - asra
    - disable_dgaf
    - esr
    - hessid
    - internet
    - qos_map_set
    - uesa

Add support for "access_network_type", of type int, into the Hotspot20_Config provisioning, add check to make sure it is only set if available in schema as AP has not yet modelled in ovsdb schema.
Values already in profile itself, no changes required for frontend.
2021-03-18 20:42:49 -04:00
AkshayJagadish-ne
2023da6541 Merge pull request #4 from Telecominfraproject/WIFI-1669
WIFI 1669
2021-03-11 12:43:16 -05:00
Akshay Jagadish
3c074906cb commit to trigger build 2021-03-11 12:39:39 -05:00
Akshay Jagadish
0950220752 WIFI-1669 Propagating bug fixes 2021-03-10 17:19:30 -05:00
Mike Hansen
aaf1abf5d1 WIFI-1734: AP not broadcasting Passpoint Access SSID unless OSU SSID is configured in Passpoint Profile 2021-03-10 10:55:33 -05:00
Mike Hansen
ee0588ab75 WIFI-835: Captive Portal: User List Authentication feature does not work unless user list is pushed to cloud manually. 2021-03-05 17:55:44 -05:00
Dmitry Toptygin
0757515090 Propagate WIFI-1440 fix to release branch (#85) 2021-03-03 17:37:47 -05:00
4 changed files with 449 additions and 450 deletions

View File

@@ -15,11 +15,10 @@ echo "Updating TIP pom.xml files from $PREVIOUS_VERSION to version $new_version
mvn --batch-mode release:update-versions -DdevelopmentVersion="$new_version" -DautoVersionSubmodules=true
# update version that are not automatically updated
# update version that are not automatically updated
sed -i '' "s/<tip-wlan-cloud.release.version>$PREVIOUS_VERSION<\/tip-wlan-cloud.release.version>/<tip-wlan-cloud.release.version>$new_version<\/tip-wlan-cloud.release.version>/g" ../wlan-cloud-root/pom.xml
#update protobuff dependency under opensync-ext-interface
sed -i '' "s/<version>$PREVIOUS_VERSION<\/version>/<version>$new_version<\/version>/g" ../wlan-cloud-opensync-controller/opensync-ext-interface/pom.xml
echo "Updated TIP pom.xml files to version $new_version"