aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr/msc_vlr_test_gsm_ciph.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-02 01:05:38 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-02 03:22:16 +0100
commitf3d81f6ef5aea1a60700b45d79f14edb4adc8295 (patch)
tree0f83fc835b43dfb259f682c2c72c7e449ad66893 /tests/msc_vlr/msc_vlr_test_gsm_ciph.c
parent87524ab620fa876d02cc70755558e35d4271eaf3 (diff)
msc_vlr_tests: make all test functions static
All functions in the individual msc_vlr_test_*.c files should be static; hence we would be warned if one of them were unused (forgotten to add to the tests array). Change-Id: Ia169c6a1443a48879ab4777e09c2040c48810bf6
Diffstat (limited to 'tests/msc_vlr/msc_vlr_test_gsm_ciph.c')
-rw-r--r--tests/msc_vlr/msc_vlr_test_gsm_ciph.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/msc_vlr/msc_vlr_test_gsm_ciph.c b/tests/msc_vlr/msc_vlr_test_gsm_ciph.c
index 9809108b5..a9daaae3c 100644
--- a/tests/msc_vlr/msc_vlr_test_gsm_ciph.c
+++ b/tests/msc_vlr/msc_vlr_test_gsm_ciph.c
@@ -23,7 +23,7 @@
#include "msc_vlr_tests.h"
-void test_ciph()
+static void test_ciph()
{
struct vlr_subscr *vsub;
const char *imsi = "901700000004620";
@@ -235,7 +235,7 @@ void test_ciph()
comment_end();
}
-void test_ciph_tmsi()
+static void test_ciph_tmsi()
{
struct vlr_subscr *vsub;
const char *imsi = "901700000004620";
@@ -474,7 +474,7 @@ void test_ciph_tmsi()
comment_end();
}
-void test_ciph_imei()
+static void test_ciph_imei()
{
struct vlr_subscr *vsub;
const char *imsi = "901700000004620";
@@ -576,7 +576,7 @@ void test_ciph_imei()
comment_end();
}
-void test_ciph_imeisv()
+static void test_ciph_imeisv()
{
struct vlr_subscr *vsub;
const char *imsi = "901700000004620";
@@ -674,7 +674,7 @@ void test_ciph_imeisv()
comment_end();
}
-void test_ciph_tmsi_imei()
+static void test_ciph_tmsi_imei()
{
struct vlr_subscr *vsub;
const char *imsi = "901700000004620";