aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/codec_pref/codec_pref_test.c2
-rw-r--r--tests/handover/handover_test.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/codec_pref/codec_pref_test.c b/tests/codec_pref/codec_pref_test.c
index ce82f3d93..8bc31cd0e 100644
--- a/tests/codec_pref/codec_pref_test.c
+++ b/tests/codec_pref/codec_pref_test.c
@@ -325,7 +325,7 @@ static void make_bts_config(struct gsm_bts *bts, uint8_t config_no)
cfg->m10_2 = 0;
cfg->m12_2 = 0;
- /* Initalize TRX with a TCH/F and a TCH/H channel */
+ /* Initialize TRX with a TCH/F and a TCH/H channel */
memset(&trx, 0, sizeof(trx));
INIT_LLIST_HEAD(&bts->trx_list);
llist_add(&trx.list, &bts->trx_list);
diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c
index bedf6f986..0d9871702 100644
--- a/tests/handover/handover_test.c
+++ b/tests/handover/handover_test.c
@@ -696,7 +696,7 @@ static char *test_case_10[] = {
"Hysteresis\n\n"
"If neighbor cell is better, handover is only performed if the\n"
- "ammount of improvement is greater or equal hyteresis\n",
+ "amount of improvement is greater or equal hyteresis\n",
"create-bts", "2",
"create-ms", "0", "TCH/F", "AMR",
@@ -817,7 +817,7 @@ static char *test_case_15[] = {
"reports are received, before RXQUAL is checked.\n",
/* (See also test 28, which tests for RXQUAL triggering HO to congested cell.) */
/* TODO: bad RXQUAL may want to prefer assignment within the same cell to avoid interference.
- * See Performence Enhancements in a Frequency Hopping GSM Network (Nielsen Wigard 2002), Chapter
+ * See Performance Enhancements in a Frequency Hopping GSM Network (Nielsen Wigard 2002), Chapter
* 2.1.1, "Interference" in the list of triggers on p.157. */
"create-bts", "2",
@@ -1142,7 +1142,7 @@ static char *test_case_24[] = {
"2",
"No (or not enough) measurements for handover\n\n"
"Do not solve congestion in cell, because there is no measurement.\n"
- "As soon as enough measurments available (1 in our case), perform\n"
+ "As soon as enough measurements available (1 in our case), perform\n"
"handover. Afterwards the old cell becomes congested and the new\n"
"cell is not. Do not perform handover until new measurements are\n"
"received.\n",