Change-Id: Id63ec713e2a8156858f37a2d04159265f36309c7
This commit is contained in:
Neels Hofmeyr 2024-02-07 03:06:26 +01:00
parent 015ebd730e
commit f5bd47848f
1 changed files with 2 additions and 2 deletions

View File

@ -1664,8 +1664,8 @@ static void test_codecs_mt(const struct codec_test *t)
return;
}
btw("VLR accepts, MSC sends CC Setup with Bearer Capability = %s",
bcap_name(t->mt_tx_cc_setup_bcap));
btw("VLR accepts, MSC sends CC Setup with Bearer Capability = %s %s",
bcap_name(t->mt_tx_cc_setup_bcap), bcap_hexstr(t->mt_tx_cc_setup_bcap));
char *cc_setup_bcap = talloc_asprintf(msc_vlr_tests_ctx, "0305%s",
bcap_hexstr(t->mt_tx_cc_setup_bcap));
dtap_expect_tx(cc_setup_bcap);