mgw: update comment to reflect implemented tests

This commit is contained in:
Harald Welte 2017-11-18 20:34:33 +01:00
parent 8d2fbb4d61
commit e0b331fa69
1 changed files with 4 additions and 5 deletions

View File

@ -304,18 +304,17 @@ module MGCP_Test {
}
/* CRCX test ideas:
* - without mandatory CallId
* - without mandatory ConnectionId
* x without mandatory CallId
* - with forbidden parameters (e.g. Capabilities, PackageList, ...
* - CRCX with remote session description and without
*
* general ideas:
* - packetization != 20ms
* - invalid mode
* x packetization != 20ms
* x invalid mode
* x unsupported mode (517)
* x bidirectional mode before RemoteConnDesc: 527
* - invalid codec
* - retransmission of same transaction
* x retransmission of same transaction
* - unsupported LocalConnectionOptions ("b", "a", "e", "gc", "s", "r", "k", ..)
*/