add trans.cc.codecs

Related: SYS#5066
Change-Id: Ib3fdeff8d1e1ea0760168d63ee6e1b1fb993aa5f
This commit is contained in:
Neels Hofmeyr 2022-01-13 18:53:10 +01:00
parent 7eb4a50b2c
commit 36d18d2f55
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <osmocom/msc/mncc.h>
#include <osmocom/msc/msc_a.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/codec_filter.h>
#include <osmocom/gsm/gsm0411_smc.h>
#include <osmocom/gsm/gsm0411_smr.h>
@ -101,6 +102,8 @@ struct gsm_trans {
struct gsm_mncc msg; /* stores setup/disconnect/release message */
bool mncc_initiated; /* Whether an MNCC Release is necessary on failure */
struct osmo_lcls *lcls;
/* Track codec choices from BSS and remote call leg */
struct codec_filter codecs;
} cc;
struct {
struct gsm411_smc_inst smc_inst;