From c21e791142b971d8e84bf8d14db8bb2d9c1900bc Mon Sep 17 00:00:00 2001 From: andronache Date: Wed, 21 Jul 2021 13:14:54 +0300 Subject: [PATCH] Removed Usage processing from utils.ArgsCostForEvent --- general_tests/all_sections_cfg_rld_it_test.go | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 general_tests/all_sections_cfg_rld_it_test.go diff --git a/general_tests/all_sections_cfg_rld_it_test.go b/general_tests/all_sections_cfg_rld_it_test.go new file mode 100644 index 000000000..48ad46a13 --- /dev/null +++ b/general_tests/all_sections_cfg_rld_it_test.go @@ -0,0 +1,21 @@ +// +build integration + +/* +Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments +Copyright (C) ITsysCOM GmbH + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see +*/ + +package general_tests