[VOL-3745] Chaos Monkey: BBSIM-ONU does not respond to OMCI requests

Change-Id: I9d52a05657be448839f0a180126736ec9a33eaaf
diff --git a/cmd/bbsim/bbsim.go b/cmd/bbsim/bbsim.go
index d7a85b9..23a00ef 100644
--- a/cmd/bbsim/bbsim.go
+++ b/cmd/bbsim/bbsim.go
@@ -18,7 +18,6 @@
 
 import (
 	"context"
-	"github.com/opencord/bbsim/internal/bbsim/responders/webserver"
 	"net"
 	"net/http"
 	"os"
@@ -27,6 +26,8 @@
 	"sync"
 	"syscall"
 
+	"github.com/opencord/bbsim/internal/bbsim/responders/webserver"
+
 	"github.com/Shopify/sarama"
 	"github.com/grpc-ecosystem/grpc-gateway/runtime"
 	"github.com/opencord/bbsim/api/bbsim"
@@ -158,6 +159,7 @@
 		"DhcpRetry":            common.Config.BBSim.DhcpRetry,
 		"AuthRetry":            common.Config.BBSim.AuthRetry,
 		"OltRebootDelay":       common.Config.Olt.OltRebootDelay,
+		"OmciResponseRate":     common.Config.Olt.OmciResponseRate,
 	}).Info("BroadBand Simulator is on")
 
 	// control channels, they are only closed when the goroutine needs to be terminated