-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update session handle for Group message #11390
Update session handle for Group message #11390
Conversation
remove initialization once GroupDataProvider->Decrypt is implementedconnectedhomeip/src/transport/SessionManager.cpp Lines 462 to 472 in 049c582
This comment was generated by todo based on a
|
Implement MCSP check. Issue #11076connectedhomeip/src/transport/SessionManager.cpp Lines 473 to 476 in 049c582
This comment was generated by todo based on a
|
retrieve also the fabricIndex with the GroupDataProvider.connectedhomeip/src/transport/SessionManager.cpp Lines 490 to 500 in 049c582
This comment was generated by todo based on a
|
PR #11390: Size comparison from fe62374 to 049c582 Increases (35 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Decreases (2 builds for efr32)
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
remove initialization once GroupDataProvider->Decrypt is implementedconnectedhomeip/src/transport/SessionManager.cpp Lines 462 to 465 in 5096a39
This comment was generated by todo based on a
|
remove initialization once GroupDataProvider->Decrypt is implementedconnectedhomeip/src/transport/SessionManager.cpp Lines 462 to 465 in 1d0ee4d
This comment was generated by todo based on a
|
@bzbarsky-apple @kghost Since this PR will indeed collide with PR #11266 I would suggest that we fix the conflicts once one of the two PR is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can go ahead with this PR, my PR still need some work to be ready.
1d0ee4d
to
a9610f1
Compare
remove initialization once GroupDataProvider->Decrypt is implementedconnectedhomeip/src/transport/SessionManager.cpp Lines 462 to 465 in a9610f1
This comment was generated by todo based on a
|
* Update session handle for Group message
Problem
Change overview
Added constructor for group session handle
Testing
All current unit test are passing However none of them covers the incoming group message processing. #11389