neels has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/27308 )


Change subject: inter-BSC HO in: add speech IEs only on speech mode lchans
......................................................................

inter-BSC HO in: add speech IEs only on speech mode lchans

Related: SYS#5839
Change-Id: I830654f419e6f0a196dc6d3e58422e00b324af9e
---
M src/osmo-bsc/osmo_bsc_bssap.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/08/27308/1

diff --git a/src/osmo-bsc/osmo_bsc_bssap.c b/src/osmo-bsc/osmo_bsc_bssap.c
index cab78ed..33603cc 100644
--- a/src/osmo-bsc/osmo_bsc_bssap.c
+++ b/src/osmo-bsc/osmo_bsc_bssap.c
@@ -1419,7 +1419,7 @@
                                                                  
new_lchan->current_ch_mode_rate.chan_mode),
        };

-       if (gscon_is_aoip(conn)) {
+       if (gscon_is_aoip(conn) && 
new_lchan->activate.info.requires_voice_stream) {
                struct osmo_sockaddr_str to_msc_rtp;
                const struct mgcp_conn_peer *rtp_info = 
osmo_mgcpc_ep_ci_get_rtp_info(conn->user_plane.mgw_endpoint_ci_msc);
                if (!rtp_info) {

--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/27308
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I830654f419e6f0a196dc6d3e58422e00b324af9e
Gerrit-Change-Number: 27308
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-MessageType: newchange

Reply via email to