Purpose of this PR:
As chrome is moving towards switching default to unfied-plan, the MCU team has made changes to support the new SDP and hence some fine tuning is needed in 1.x.x SDK to enable the transition.
Removed SDP munging methods as we should not alter the SDP in unified plan. New MCU now works with default unified SDP (w/o munging)
If new MCU is in the room, SDK should not reply to an Enter message - changed in fn:enterHandler
Purpose of this PR: As chrome is moving towards switching default to
unfied-plan
, the MCU team has made changes to support the newSDP
and hence some fine tuning is needed in 1.x.x SDK to enable the transition.fn:enterHandler
See MCU-438 for more details.