Loading go-apps/meep-app-enablement/server/capif-mgmt/service-mgmt.go +4 −2 Original line number Diff line number Diff line Loading @@ -1848,12 +1848,14 @@ func checkSerAvailNotification(sInfo *ServiceInfo, mep string, changeType CapifE } } } event_detail := &CapifEventDetail{} event_detail.ApiIds = append(event_detail.ApiIds, sInfo.SerInstanceId) // Create a new EventNotification instance notif := &EventNotification{ SubscriptionId: sub.Cfg.Id, EventDetail: event_detail, } event_detail := &CapifEventDetail{} event_detail.ApiIds = append(event_detail.ApiIds, sInfo.SerInstanceId) // Set the event type based on changeType var eventType CapifEvent switch changeType { Loading Loading
go-apps/meep-app-enablement/server/capif-mgmt/service-mgmt.go +4 −2 Original line number Diff line number Diff line Loading @@ -1848,12 +1848,14 @@ func checkSerAvailNotification(sInfo *ServiceInfo, mep string, changeType CapifE } } } event_detail := &CapifEventDetail{} event_detail.ApiIds = append(event_detail.ApiIds, sInfo.SerInstanceId) // Create a new EventNotification instance notif := &EventNotification{ SubscriptionId: sub.Cfg.Id, EventDetail: event_detail, } event_detail := &CapifEventDetail{} event_detail.ApiIds = append(event_detail.ApiIds, sInfo.SerInstanceId) // Set the event type based on changeType var eventType CapifEvent switch changeType { Loading