[split-non-BE] Fix ISAR framing issues in RTP
- Related issues: #1515
- Requested reviewers: @malenovskyvl
Reason why this change is needed
- RTP configs for ISAR are failing due to framing configuration issues, see #1515 for details
Description of the change
- LC3plus decoder uses the framing information from the LC3plus payload to reconfigure itself in case of framing config mismatch (see 44372bba)
-
test_split_rendering.pyandisar_bstool.pywere extended to test LC3plus decoder reconfiguration (see 24b215da and 8acb9b22) - Framework code was fixed to correctly differentiate between ISAR frame size, transport codec frame size and the ISAR_post_rend output frame size (see f11560a1). This was tested with RTP ISAR tests from !2473.
- Leftover part of an old accepted switch was accepted - only affects function name (see 00a40bb0)