mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
extended timespan compression
This commit is contained in:
@@ -301,6 +301,9 @@ func (i *RateInterval) String_DISABLED() string {
|
||||
}
|
||||
|
||||
func (i *RateInterval) Equal(o *RateInterval) bool {
|
||||
if i == nil && o == nil {
|
||||
return true
|
||||
}
|
||||
if i.Timing == nil && o.Timing == nil {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user