blob: 8e9f648ef6cdbb5030c6f29e8d0586ed6b2cdb02 [file] [log] [blame]
Philipp Maier1dc6be62017-10-05 18:25:37 +02001DLMGCP message buffer to small, can not generate MGCP message
Neels Hofmeyrc8f37cb2017-11-30 13:43:11 +01002
3test_mgcp_client_cancel():
4- composed msg with trans_id=1
5- not in queue yet, cannot cancel yet
6DLMGCP Cannot cancel, no such transaction: 1
7- enqueue
8- cancel succeeds
9DLMGCP Canceled transaction 1
10- late response gets discarded
11DLMGCP Cannot find matching MGCP transaction for trans_id 1
12- canceling again does nothing
13DLMGCP Cannot cancel, no such transaction: 1
14test_mgcp_client_cancel() done
Neels Hofmeyra1756f32016-05-20 21:59:55 +020015Done