aboutsummaryrefslogtreecommitdiffstats
path: root/mgw/MGCP_Test.ttcn
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-18 20:34:33 +0100
committerHarald Welte <laforge@gnumonks.org>2017-11-18 20:35:40 +0100
commite0b331fa6993ea0411f75bbff19487e9caa0ef69 (patch)
tree0e344d33bf0b292389a3723c553127dff22240f1 /mgw/MGCP_Test.ttcn
parent8d2fbb4d619a55bcff59af289ea76eca484142f5 (diff)
mgw: update comment to reflect implemented tests
Diffstat (limited to 'mgw/MGCP_Test.ttcn')
-rw-r--r--mgw/MGCP_Test.ttcn9
1 files changed, 4 insertions, 5 deletions
diff --git a/mgw/MGCP_Test.ttcn b/mgw/MGCP_Test.ttcn
index 0152db8f..d7730c3a 100644
--- a/mgw/MGCP_Test.ttcn
+++ b/mgw/MGCP_Test.ttcn
@@ -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", ..)
*/