Attention is currently required from: neels, pespin.
1 comment:
File bsc/BSC_Tests.ttcn:
Patch Set #1, Line 11551: /* HACK: work around "Couldn't find Expect for CRCX" */
(maybe you want to […]
Pau: osmo-bsc is sending CRCX message, which gets forwarded to the MGCP_Emulation_CT. Given that we haven't registered an 'expect', this emulation component terminates the test case (see ExpectedCreateCallback()).
Neels: thanks, but f_create_mgcp_expect() runs on MSC_ConnHdlr, it's not going to work on test_CT. I am currently not spawning MSC_ConnHdlr components at all, everything runs on test_CT for the sake of simplicity.
As a quick hack, it's easier to stop the MGCP_Emulation_CT. This is exactly what I did while working on the freq. hopping test cases.
To view, visit change 28214. To unsubscribe, or for help writing mail filters, visit settings.