sdl_core icon indicating copy to clipboard operation
sdl_core copied to clipboard

SmartDeviceLink In-Vehicle Software and Sample HMI

Results 97 sdl_core issues
Sort by recently updated
recently updated
newest added

Fixes #2468 This PR is **ready** for review. ### Risk This PR makes **no** API changes. ### Testing Plan ATF PR: Todo ### Summary Delete pending commands when AddCommand times...

Fixes #3857 Original PR: https://github.com/smartdevicelink/sdl_core/pull/3928 This PR is **ready** for review. ### Risk This PR makes **no** API changes. ### Testing Plan Submitted ATF test for issue ### Summary Fixes...

## Bug Report SDL core dump on Ignition OFF during registering Apps ##### Occurrences: ~10% ##### Reproduction Steps 1. SDL and HMI are started 2. Connect mobile device via USB...

Bug

### Bug Report SDL does not send 0 value in `supportedDiagModes` array to mobile app in RAI response ##### Reproduction Steps 1. Change value in `smartdeviceLink.ini` file: add `0x00` element...

### Bug Report SupportedDiagModes value is not truncated in case array has out of bound size ##### Reproduction Steps 1. Change value in smartdeviceLink.ini file: SupportedDiagModes contains 101 elements 2....

### Bug Report Fail connection establishment, core crash on stop SDL **Occurrences:** ~0.1% ##### Reproduction Steps 1. HMI and SDL are started 2. Mobile app with REMOTE_CONTROL hmi type is...

### Bug Report Core crash during unexpected disconnect in HTTP policy mode ##### Occurrences: ~1% ##### Reproduction Steps 1. SDL is built with 'HTTP' flag 2. Mobile app is subscribed...

### Bug Report SDL does not concatenate the internal UI error message and error message from VR response in case PerformInteraction requests for 'BOTH' interaction mode ##### Reproduction Steps 1....

### Bug Report SDL sends wrong SubscribeButton response with UNSUPPORTED_RESOURCE, success:false in case HMI responds UI.IsReady with "available" = false ##### Reproduction Steps 1. SDL and HMI are started. 2....

### Bug Report SDL sends wrong response for SetGlobalProperties, ChangeRegistration if HMI responds with UI.IsReady with "available" = false - SDL does respond SetGlobalProperties(resultCode: UNSUPPORTED_RESOURCE, success: false) to App -...