mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 07:38:45 +05:00
Removing unused LCRPrefixMatching from RALs config
This commit is contained in:
@@ -53,18 +53,17 @@ func init() {
|
||||
}
|
||||
|
||||
var (
|
||||
dm *DataManager
|
||||
cdrStorage CdrStorage
|
||||
debitPeriod = 10 * time.Second
|
||||
globalRoundingDecimals = 6
|
||||
thresholdS rpcclient.RpcClientConnection // used by RALs to communicate with ThresholdS
|
||||
statS rpcclient.RpcClientConnection
|
||||
pubSubServer rpcclient.RpcClientConnection
|
||||
userService rpcclient.RpcClientConnection
|
||||
aliasService rpcclient.RpcClientConnection
|
||||
schedCdrsConns rpcclient.RpcClientConnection
|
||||
rpSubjectPrefixMatching bool
|
||||
lcrSubjectPrefixMatching bool
|
||||
dm *DataManager
|
||||
cdrStorage CdrStorage
|
||||
debitPeriod = 10 * time.Second
|
||||
globalRoundingDecimals = 6
|
||||
thresholdS rpcclient.RpcClientConnection // used by RALs to communicate with ThresholdS
|
||||
statS rpcclient.RpcClientConnection
|
||||
pubSubServer rpcclient.RpcClientConnection
|
||||
userService rpcclient.RpcClientConnection
|
||||
aliasService rpcclient.RpcClientConnection
|
||||
schedCdrsConns rpcclient.RpcClientConnection
|
||||
rpSubjectPrefixMatching bool
|
||||
)
|
||||
|
||||
// Exported method to set the storage getter.
|
||||
@@ -89,10 +88,6 @@ func SetRpSubjectPrefixMatching(flag bool) {
|
||||
rpSubjectPrefixMatching = flag
|
||||
}
|
||||
|
||||
func SetLcrSubjectPrefixMatching(flag bool) {
|
||||
lcrSubjectPrefixMatching = flag
|
||||
}
|
||||
|
||||
/*
|
||||
Sets the database for CDR storing, used by *cdrlog in first place
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user