mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-28 00:03:49 +00:00
WIFI-1075: Cloud Backend update profile models
This commit is contained in:
@@ -89,7 +89,7 @@ import com.telecominfraproject.wlan.profile.passpoint.models.provider.PasspointO
|
|||||||
import com.telecominfraproject.wlan.profile.passpoint.models.provider.PasspointOsuProviderProfile;
|
import com.telecominfraproject.wlan.profile.passpoint.models.provider.PasspointOsuProviderProfile;
|
||||||
import com.telecominfraproject.wlan.profile.passpoint.models.venue.PasspointVenueName;
|
import com.telecominfraproject.wlan.profile.passpoint.models.venue.PasspointVenueName;
|
||||||
import com.telecominfraproject.wlan.profile.passpoint.models.venue.PasspointVenueProfile;
|
import com.telecominfraproject.wlan.profile.passpoint.models.venue.PasspointVenueProfile;
|
||||||
import com.telecominfraproject.wlan.profile.passpoint.models.venue.ProfileVenueTypeAssignment;
|
import com.telecominfraproject.wlan.profile.passpoint.models.venue.PasspointVenueTypeAssignment;
|
||||||
import com.telecominfraproject.wlan.profile.radius.models.RadiusProfile;
|
import com.telecominfraproject.wlan.profile.radius.models.RadiusProfile;
|
||||||
import com.telecominfraproject.wlan.profile.radius.models.RadiusServer;
|
import com.telecominfraproject.wlan.profile.radius.models.RadiusServer;
|
||||||
import com.telecominfraproject.wlan.profile.radius.models.RadiusServiceRegion;
|
import com.telecominfraproject.wlan.profile.radius.models.RadiusServiceRegion;
|
||||||
@@ -3807,10 +3807,10 @@ public class OvsdbDao {
|
|||||||
rowColumns.put("venue_name", venueNameSet);
|
rowColumns.put("venue_name", venueNameSet);
|
||||||
rowColumns.put("venue_url", venueUrlSet);
|
rowColumns.put("venue_url", venueUrlSet);
|
||||||
|
|
||||||
ProfileVenueTypeAssignment profileVenueTypeAssignment = passpointVenueProfile
|
PasspointVenueTypeAssignment passpointVenueTypeAssignment = passpointVenueProfile
|
||||||
.getVenueTypeAssignment();
|
.getVenueTypeAssignment();
|
||||||
String groupType = String.valueOf(profileVenueTypeAssignment.getVenueGroupId()) + ":"
|
String groupType = String.valueOf(passpointVenueTypeAssignment.getVenueGroupId()) + ":"
|
||||||
+ profileVenueTypeAssignment.getVenueTypeId();
|
+ passpointVenueTypeAssignment.getVenueTypeId();
|
||||||
|
|
||||||
rowColumns.put("venue_group_type", new Atom<>(groupType));
|
rowColumns.put("venue_group_type", new Atom<>(groupType));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user