MT call: store MS Bearer Cap from CC Call Conf

Related: SYS#5066
Change-Id: Ic3d0f05af57a493d500700c63b121c8114e7fbf4
diff --git a/src/libmsc/gsm_04_08_cc.c b/src/libmsc/gsm_04_08_cc.c
index d94c59c..3cee385 100644
--- a/src/libmsc/gsm_04_08_cc.c
+++ b/src/libmsc/gsm_04_08_cc.c
@@ -770,6 +770,10 @@
 		 * this information later */
 		memcpy(&trans->bearer_cap, &call_conf.bearer_cap,
 		       sizeof(trans->bearer_cap));
+
+		/* This is the MT call leg's Call Conf, containing the MS Bearer Capabilities of the MT MS.
+		 * Store in codecs filter. */
+		codec_filter_set_ms_from_bc(&trans->cc.codecs, &call_conf.bearer_cap);
 	}
 
 	/* cause */