{BTS,PCU}_Tests: bump default PCUIF version: 9 -> 10

Both osmo-bts and osmo-pcu are switching to PCUIFv10 soon, so let's
use the new version by default.  For older (latest) IUT versions
not supporting PCUIFv10, one would need to override this module
parameter in {BTS,PCU}_Tests.cfg.

Change-Id: I9350c4a54434c3d46ce9424f382ca0057e58d053
Related: SYS#4868, SYS#4915
diff --git a/bts/BTS_Tests.default b/bts/BTS_Tests.default
index 920f5d0..89b04e8 100644
--- a/bts/BTS_Tests.default
+++ b/bts/BTS_Tests.default
@@ -29,5 +29,6 @@
 
 [MODULE_PARAMETERS]
 Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoBTS";
+PCUIF_Types.mp_pcuif_version := 10;
 
 [EXECUTE]
diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 079455f..da50011 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -17,7 +17,7 @@
 
 modulepar {
 	/* PCUIF version supported by the IUT */
-	PCUIF_Version mp_pcuif_version := 9;
+	PCUIF_Version mp_pcuif_version := 10;
 	/* Whether to pad outgoing messages */
 	boolean mp_pcuif_padding := true;
 };
diff --git a/pcu/PCU_Tests.default b/pcu/PCU_Tests.default
index 205327d..db4bd58 100644
--- a/pcu/PCU_Tests.default
+++ b/pcu/PCU_Tests.default
@@ -22,6 +22,7 @@
 	sgsn_role := true
 }
 Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
+PCUIF_Types.mp_pcuif_version := 10;
 
 [TESTPORT_PARAMETERS]
 *.PCU.socket_type := "SEQPACKET"