update codecs filter with BSS codecs from Assignment Complete
Related: SYS#5066 Change-Id: I5e66ecc7987fa926f39d8be8eaf5799b931ab20aneels/codecs_fmtp
parent
212b121d30
commit
d2b43e647e
|
@ -47,6 +47,7 @@
|
|||
#include <osmocom/msc/rtp_stream.h>
|
||||
#include <osmocom/msc/msc_ho.h>
|
||||
#include <osmocom/msc/codec_sdp_cc_t9n.h>
|
||||
#include <osmocom/msc/codec_filter.h>
|
||||
|
||||
#define MSC_A_USE_WAIT_CLEAR_COMPLETE "wait-Clear-Complete"
|
||||
|
||||
|
@ -1341,6 +1342,10 @@ static void msc_a_up_call_assignment_complete(struct msc_a *msc_a, const struct
|
|||
|
||||
rtp_stream_commit(rtps_to_ran);
|
||||
|
||||
/* Remember the Codec List (BSS Supported) */
|
||||
if (ac->assignment_complete.codec_list_bss_supported)
|
||||
codec_filter_set_bss(&cc_trans->cc.codecs, ac->assignment_complete.codec_list_bss_supported);
|
||||
|
||||
/* Setup CN side endpoint CI:
|
||||
* Now that
|
||||
* - the first CI has been created and a definitive endpoint name is assigned to the call_leg's MGW
|
||||
|
|
Loading…
Reference in New Issue