Commit 8a3fd2f1 authored by M. Rehan Abbasi's avatar M. Rehan Abbasi
Browse files

replace colon with hyphen in a time string in traffic manager

parent 01249513
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ func processActiveScenarioTerminate() {
	// Sync with active scenario store
	sbi.activeModel.UpdateScenario()

	// Flush all Traffic Manger tables
	// Flush all Traffic Manager tables
	_ = sbi.trafficMgr.DeleteTables()

	sbi.cleanUpCB()
+4 −4
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ const (
// Category-wise Traffic Loads
var categoriesLoads = map[string]map[string]int32{
	"commercial": {
		"0000:0300": 1,
		"0000-0300": 1,
		"0300-0600": 3,
		"0600-0900": 8,
		"0900-1200": 12,
@@ -75,7 +75,7 @@ var categoriesLoads = map[string]map[string]int32{
		"2100-2400": 2,
	},
	"residential": {
		"0000:0300": 5,
		"0000-0300": 5,
		"0300-0600": 2,
		"0600-0900": 10,
		"0900-1200": 8,
@@ -85,7 +85,7 @@ var categoriesLoads = map[string]map[string]int32{
		"2100-2400": 8,
	},
	"beach": {
		"0000:0300": 2,
		"0000-0300": 2,
		"0300-0600": 5,
		"0600-0900": 8,
		"0900-1200": 10,