Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In PairingSession::EncodeSessionParameters figure out what MRP values we should sent when providedMrpConfig.HasValue() == false #30456

Closed
tehampson opened this issue Nov 13, 2023 · 1 comment · Fixed by #32324
Assignees

Comments

@tehampson
Copy link
Contributor

Based on the spec For backwards compatibility, if any tag after tag 2 (SESSION_ACTIVE_INTERVAL) is present, then the SESSION_ACTIVE_INTERVAL SHALL also be present.

The spec really doesn't define what should happen if we don't have a local config. The other side would assume GetDefaultMRPConfig(). But it is not entirely clear if these are the same values on both side

@bzbarsky-apple
Copy link
Contributor

The real question is this: under what conditions would we not have a local config?

@tehampson tehampson changed the title In PairingSession::EncodeSessionParameters figure out what MRP values we should send when providedMrpConfig.HasValue() == false In PairingSession::EncodeSessionParameters figure out what MRP values we should sent when providedMrpConfig.HasValue() == false Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants