aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2023-04-13 16:20:37 +0200
committerdexter <pmaier@sysmocom.de>2023-04-26 12:53:35 +0000
commiteb5e813795a6dd2cefa35a98cc4200178e3113a7 (patch)
treef4b161ede698f339c5cfb1e8d55c90900eac5fe1
parent6549928fe019e5ae37efe033b3a4f04333a8e02a (diff)
MGCP_Test: fix typo
-rw-r--r--mgw/MGCP_Test.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgw/MGCP_Test.ttcn b/mgw/MGCP_Test.ttcn
index dfbe263d..a0c577a9 100644
--- a/mgw/MGCP_Test.ttcn
+++ b/mgw/MGCP_Test.ttcn
@@ -2321,7 +2321,7 @@ module MGCP_Test {
}
/* create two local RTP emulations; create two connections on MGW EP, see if
- * exchanged data is converted between AMR octet-aligned and bandwith
+ * exchanged data is converted between AMR octet-aligned and bandwidth
* efficient-mode */
function f_TC_amr_x_x_rtp_conversion(octetstring pl0, octetstring pl1, charstring fmtp0, charstring fmtp1) runs on dummy_CT {
var RtpFlowData flow[2];