Get rid of uneeded param StatsD_Checker.mp_enable_stats

This param is currently set to true by default and will be removed soon.

Related: OS#5042
Depends: osmo-ttcn3-hacks.git Change-Id I4e2049c109986906d3c985ca2282174b1abff581
Change-Id: I3c7e7dc985a339d884dc388b33bf8a6ec986c5b7
This commit is contained in:
Pau Espin 2021-02-26 12:45:18 +01:00
parent 79e48fd3ae
commit bd79c36e29
3 changed files with 0 additions and 3 deletions

View File

@ -68,7 +68,6 @@ BSC_Tests_CBSP.mp_cbc_ip := "172.18.2.203";
BSC_Tests_CBSP.mp_cbc_ip6 := "fd02:db8:2::203";
BSC_Tests_CBSP.mp_bsc_cbsp_ip := "172.18.2.20";
BSC_Tests_CBSP.mp_bsc_cbsp_ip6 := "fd02:db8:2::20";
StatsD_Checker.mp_enable_stats := true;
[MAIN_CONTROLLER]

View File

@ -26,7 +26,6 @@ BSC_Tests.mp_bssap_cfg := {
rctx := 0
}
};
StatsD_Checker.mp_enable_stats := true;
BSC_Tests.mp_enable_lcs_tests := false;
[MAIN_CONTROLLER]

View File

@ -36,7 +36,6 @@ SGSN_Components.mp_nsconfig := {
}
}
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
StatsD_Checker.mp_enable_stats := true;
[MAIN_CONTROLLER]