aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-06-20 18:26:15 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-06-20 18:26:15 +0200
commit241bda03b4017fa4ac2a38ad9f37685bfbc81ee7 (patch)
tree2a46a9227774c8a3dabcca758b4a7e16a8894e9d
parent29048b2a80b5865ffc41fa4401113c5826227e23 (diff)
typo in sgsn_test
(committing just to test gerrit, if it goes through it's still a valid change) Change-Id: I3291ea2da99cd7f0e2f340b0e6fd6022d088beb8
-rw-r--r--openbsc/tests/sgsn/sgsn_test.c2
-rw-r--r--openbsc/tests/sgsn/sgsn_test.ok2
2 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/tests/sgsn/sgsn_test.c b/openbsc/tests/sgsn/sgsn_test.c
index 48f013dd9..f425c3349 100644
--- a/openbsc/tests/sgsn/sgsn_test.c
+++ b/openbsc/tests/sgsn/sgsn_test.c
@@ -536,7 +536,7 @@ static void test_subscriber_gsup(void)
0x10, 0x01, 0x03,
};
- printf("Testing subcriber GSUP handling\n");
+ printf("Testing subscriber GSUP handling\n");
update_subscriber_data_cb = my_dummy_sgsn_update_subscriber_data;
diff --git a/openbsc/tests/sgsn/sgsn_test.ok b/openbsc/tests/sgsn/sgsn_test.ok
index cdd2006f1..c7a53b9e5 100644
--- a/openbsc/tests/sgsn/sgsn_test.ok
+++ b/openbsc/tests/sgsn/sgsn_test.ok
@@ -1,7 +1,7 @@
Testing LLME allocations
Testing core subscriber data API
Testing authentication triplet handling
-Testing subcriber GSUP handling
+Testing subscriber GSUP handling
Testing GMM detach
Testing GMM detach (power off)
Testing GMM detach (no MMCTX)