neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc/+/24624 )
Change subject: allow mode modify when RTP stream is active
......................................................................
allow mode modify when RTP stream is active
Get rid of this artificial barrier, because Modify with active voice
stream is supported since commit
"lchan and assignment FSMs: make Channel Mode Modify more sane"
d5cb0eb8fda3ade89c7b2e23a626b68dfda96f46
I4986844f839b1c9672c61d916eb3d33d0042d747
Change-Id: I25f4a881fa32a07f97d7d6e6b812f8afc699d951
---
M src/osmo-bsc/lchan_fsm.c
1 file changed, 0 insertions(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/24/24624/1
diff --git a/src/osmo-bsc/lchan_fsm.c b/src/osmo-bsc/lchan_fsm.c
index c06735f..ded4129 100644
--- a/src/osmo-bsc/lchan_fsm.c
+++ b/src/osmo-bsc/lchan_fsm.c
@@ -1111,15 +1111,6 @@
return;
case LCHAN_EV_REQUEST_MODE_MODIFY:
-
- /* FIXME: Add missing implementation to handle an already
existing RTP voice stream on MODE MODIFY.
- * there may be transitions from VOICE to SIGNALLING and also
from VOICE to VOICE with a different
- * codec. */
- if (lchan->fi_rtp) {
- lchan_fail("MODE MODIFY not implemented when RTP voice
stream is already active (VOICE => SIGNALLING, VOICE/CODEC_A =>
VOICE/CODEC_B)\n");
- return;
- }
-
modif_info = data;
lchan->modify.info = *modif_info;
lchan->modify.concluded = false;
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/24624
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I25f4a881fa32a07f97d7d6e6b812f8afc699d951
Gerrit-Change-Number: 24624
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-MessageType: newchange