mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-01 19:17:52 +00:00
docker-opensync-gateway-and-mqtt: ProfileVenue: fix
If run docker with OpenSync GW and MQTT broker inside and allow
board Linksys EA8300 connect it then next error occure in OpenSync GW
Caused by: com.fasterxml.jackson.databind.exc.InvalidTypeIdException:
Could not resolve type id 'ProfileVenueTypeAssignment' as a subtype of
`com.telecominfraproject.wlan.profile.passpoint.models.venue.Passpoint
VenueTypeAssignment`: known type ids = [PasspointVenueTypeAssignment]
(for POJO property 'venueTypeAssignment')
Change in ProfileVenue.json the property "venueTypeAssignment.modelType"
value
from
"ProfileVenueTypeAssignment"
to
"PasspointVenueTypeAssignment"
Signed-off-by: Ivan Efimov <i.efimov@inango-systems.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
}
|
||||
],
|
||||
"venueTypeAssignment": {
|
||||
"model_type": "ProfileVenueTypeAssignment",
|
||||
"model_type": "PasspointVenueTypeAssignment",
|
||||
"venueDescription": "Research and Development Facility",
|
||||
"venueGroupId": 2,
|
||||
"venueTypeId": 8
|
||||
|
||||
Reference in New Issue
Block a user