neels has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, but someone else must approve
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) {