[VOL-3522] Exposing OltRebootDelay option and releasing 1.1.3

Change-Id: I56ceced38fd7f003a27fc76b0ee649d9729d6b68
diff --git a/cmd/bbsim/bbsim.go b/cmd/bbsim/bbsim.go
index 75c7263..000c836 100644
--- a/cmd/bbsim/bbsim.go
+++ b/cmd/bbsim/bbsim.go
@@ -156,6 +156,7 @@
 		"EnablePerf":           common.Config.BBSim.EnablePerf,
 		"DhcpRetry":            common.Config.BBSim.DhcpRetry,
 		"AuthRetry":            common.Config.BBSim.AuthRetry,
+		"OltRebootDelay":       common.Config.Olt.OltRebootDelay,
 	}).Info("BroadBand Simulator is on")
 
 	// control channels, they are only closed when the goroutine needs to be terminated