{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
This commit is contained in:
Vadim Yanitskiy 2020-09-22 00:53:16 +07:00
parent 4b7473d99c
commit befa21c5c9
3 changed files with 3 additions and 1 deletions

View File

@ -29,5 +29,6 @@ mtc.FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC;
[MODULE_PARAMETERS]
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoBTS";
PCUIF_Types.mp_pcuif_version := 10;
[EXECUTE]

View File

@ -17,7 +17,7 @@ import from Native_Functions all;
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;
};

View File

@ -22,6 +22,7 @@ SGSN_Components.mp_gb_cfg := {
sgsn_role := true
}
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
PCUIF_Types.mp_pcuif_version := 10;
[TESTPORT_PARAMETERS]
*.PCU.socket_type := "SEQPACKET"