ASCI: Rename handoverRequest to n_connect in RAN_Emulation.ttcnpp

The expectation table is used to deliver new connections with Handover
Request as well as with VGCS/VBS Setup and VGCS/VBS Assignment Request.
"handoverRequest" is renamed to "n_connect".

Related: OS#4854
Change-Id: I941c5db5235785841f3368ef908a409bbb12150e
diff --git a/msc/BSC_ConnectionHandler.ttcn b/msc/BSC_ConnectionHandler.ttcn
index 64e2aff..d4723e5 100644
--- a/msc/BSC_ConnectionHandler.ttcn
+++ b/msc/BSC_ConnectionHandler.ttcn
@@ -1969,9 +1969,9 @@
 	}
 }
 
-function f_create_bssmap_exp_handoverRequest(integer targetPointCode) runs on BSC_ConnHdlr {
-	BSSAP_PROC.call(RAN_register_handoverRequest:{targetPointCode, self}) {
-		[] BSSAP_PROC.getreply(RAN_register_handoverRequest:{?, ?}) {};
+function f_create_bssmap_exp_n_connect(integer targetPointCode) runs on BSC_ConnHdlr {
+	BSSAP_PROC.call(RAN_register_n_connect:{targetPointCode, self}) {
+		[] BSSAP_PROC.getreply(RAN_register_n_connect:{?, ?}) {};
 	}
 }
 
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index 75b7688..d955f02 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -5819,7 +5819,7 @@
 
 	/* Ok, that went well, now the other BSC is handovering back here --
 	 * from now on this here is the new BSS. */
-	f_create_bssmap_exp_handoverRequest(193);
+	f_create_bssmap_exp_n_connect(193);
 
 	var template BSSMAP_IE_EncryptionInformation encryptionInformation;
 	var template BSSMAP_IE_ChosenEncryptionAlgorithm chosenEncryptionAlgorithm;
@@ -5883,7 +5883,7 @@
 		bss_rtp_ip := "1.2.3.4";
 	}
 	f_init_handler(pars);
-	f_create_bssmap_exp_handoverRequest(194);
+	f_create_bssmap_exp_n_connect(194);
 
 	var template BSSMAP_IE_EncryptionInformation encryptionInformation;
 	var template BSSMAP_IE_ChosenEncryptionAlgorithm chosenEncryptionAlgorithm;
@@ -6218,7 +6218,7 @@
 
 
 	/* inter-MSC handover back to the first MSC */
-	f_create_bssmap_exp_handoverRequest(193);
+	f_create_bssmap_exp_n_connect(193);
 	cil := { cIl_CGI := { ts_BSSMAP_CI_CGI('262'H, '42'H, 23, 42) } };
 
 	/* old BSS sends Handover Required, via inter-MSC E link: like