msc_vlr_test_call: rename lu_utran_tmsi

Change-Id: I46a41321e6d1be3672a56a6e3cc36f013fdcd396
diff --git a/tests/msc_vlr/msc_vlr_test_call.c b/tests/msc_vlr/msc_vlr_test_call.c
index dfa3141..339233c 100644
--- a/tests/msc_vlr/msc_vlr_test_call.c
+++ b/tests/msc_vlr/msc_vlr_test_call.c
@@ -43,7 +43,7 @@
 
 #define IMSI "901700000010650"
 
-static void standard_lu()
+static void lu_utran_tmsi()
 {
 	struct vlr_subscr *vsub;
 
@@ -173,7 +173,7 @@
 
 	fake_time_start();
 
-	standard_lu();
+	lu_utran_tmsi();
 
 	BTW("after a while, a new conn sends a CM Service Request. VLR responds with Auth Req, 2nd auth vector");
 	auth_request_sent = false;
@@ -291,7 +291,7 @@
 
 	fake_time_start();
 
-	standard_lu();
+	lu_utran_tmsi();
 
 	BTW("after a while, MNCC asks us to setup a call, causing Paging");
 
@@ -394,7 +394,7 @@
 
 	fake_time_start();
 
-	standard_lu();
+	lu_utran_tmsi();
 
 	BTW("after a while, MNCC asks us to setup a call, causing Paging");
 
@@ -489,7 +489,7 @@
 
 	fake_time_start();
 
-	standard_lu();
+	lu_utran_tmsi();
 
 	BTW("after a while, a new conn sends a CM Service Request. VLR responds with Auth Req, 2nd auth vector");
 	auth_request_sent = false;
@@ -585,7 +585,7 @@
 
 	fake_time_start();
 
-	standard_lu();
+	lu_utran_tmsi();
 
 	BTW("after a while, a new conn sends a CM Service Request. VLR responds with Auth Req, 2nd auth vector");
 	auth_request_sent = false;