neels has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/27310 )

Change subject: inter-BSC HO in: add Codec List (BSS Supported) IE to HO Req Ack
......................................................................

inter-BSC HO in: add Codec List (BSS Supported) IE to HO Req Ack

Related: SYS#5839
Depends: Iab0a7b4d81592157fc111d1adb9e9f4cb53a94e9 (libosmocore)
Change-Id: I3c0576505a3ceb3cd5cc31dc69c5bc4a86a4ea08
---
M src/osmo-bsc/osmo_bsc_bssap.c
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  neels: Looks good to me, approved
  laforge: Looks good to me, but someone else must approve
  dexter: 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 e9a2543..aba652a 100644
--- a/src/osmo-bsc/osmo_bsc_bssap.c
+++ b/src/osmo-bsc/osmo_bsc_bssap.c
@@ -1448,6 +1448,10 @@
                        LOG_HO(conn, LOGL_ERROR, "Unable to compose Speech 
Codec (Chosen)\n");
                        return -EINVAL;
                }
+
+               /* Codec list (BSS Supported) */
+               params.more_items = true;
+               gen_bss_supported_codec_list(&params.codec_list_bss_supported, 
conn->sccp.msc, new_lchan->ts->trx->bts);
        }

        rate_ctr_inc(rate_ctr_group_get_ctr(conn->sccp.msc->msc_ctrs, 
MSC_CTR_BSSMAP_TX_DT1_HANDOVER_RQST_ACKNOWLEDGE));

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I3c0576505a3ceb3cd5cc31dc69c5bc4a86a4ea08
Gerrit-Change-Number: 27310
Gerrit-PatchSet: 2
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-MessageType: merged

Reply via email to