PCUIF_Types: Use mp_pcuif_version := 11 everywhere

Since osmo-bts 1.7.0 & osmo-pcu 1.3.0, which were just released
PCUIF v11 is supported, so use it by default.

Change-Id: I8e5f44fc1d613c12eaf984dff860ee6f05c2c171
This commit is contained in:
Pau Espin 2023-09-14 17:31:09 +02:00
parent f74f319ea5
commit 8d000b7773
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -54,7 +54,7 @@ SGSN_Components.mp_nsconfig := {
}
}
}
PCUIF_Types.mp_pcuif_version := 10
PCUIF_Types.mp_pcuif_version := 11
[TESTPORT_PARAMETERS]

View File

@ -26,7 +26,7 @@ SGSN_Components.mp_nsconfig := {
}
}
}
PCUIF_Types.mp_pcuif_version := 10
PCUIF_Types.mp_pcuif_version := 11
[TESTPORT_PARAMETERS]