smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 244 forks source link

Bind protocol version when app registers #3600

Closed Jack-Byrne closed 3 years ago

Jack-Byrne commented 3 years ago

Fixes #3576

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Run ATF tests mentioned in issue

Summary

Binds a protocol version to a session when an app registers. Core does call to bind earlier but Core binds the module max version instead of the negotiated version which is decided by the app.

CLA