fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40738?usp=email )
Change subject: gtpu_kpi_cfg/0: fix typo in env param name
......................................................................
gtpu_kpi_cfg/0: fix typo in env param name
Change-Id: I3afa1ebb864f8e3cb81d08a4562bb55181753f0f
Fixes: 0abdf91 ("Rename enft_kpi -> gtpu_kpi")
---
M src/osmo_s1gw_sup.erl
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/38/40738/1
diff --git a/src/osmo_s1gw_sup.erl b/src/osmo_s1gw_sup.erl
index 2077094..50bd682 100644
--- a/src/osmo_s1gw_sup.erl
+++ b/src/osmo_s1gw_sup.erl
@@ -117,7 +117,7 @@
-spec gtpu_kpi_cfg() -> gtpu_kpi:cfg().
gtpu_kpi_cfg() ->
- #{enable => osmo_s1gw:get_env(gput_kpi_enable, ?ENV_DEFAULT_GTPU_KPI_ENABLE),
+ #{enable => osmo_s1gw:get_env(gtpu_kpi_enable, ?ENV_DEFAULT_GTPU_KPI_ENABLE),
table_name => osmo_s1gw:get_env(gtpu_kpi_table_name,
?ENV_DEFAULT_GTPU_KPI_TABLE_NAME),
interval => osmo_s1gw:get_env(gtpu_kpi_interval,
?ENV_DEFAULT_GTPU_KPI_INTERVAL)}.
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40738?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I3afa1ebb864f8e3cb81d08a4562bb55181753f0f
Gerrit-Change-Number: 40738
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>