Fixing the BBsim pipeline

Change-Id: I7b3715de7cf84393816eef7d1ba0d85e48b67333
diff --git a/cmd/bbr/bbr.go b/cmd/bbr/bbr.go
index 69b8639..30c3c71 100644
--- a/cmd/bbr/bbr.go
+++ b/cmd/bbr/bbr.go
@@ -52,6 +52,8 @@
 		"NumNniPerOlt": options.NumNniPerOlt,
 		"NumPonPerOlt": options.NumPonPerOlt,
 		"NumOnuPerPon": options.NumOnuPerPon,
+		"BBSimIp":      options.BBSimIp,
+		"BBSimPort":    options.BBSimPort,
 	}).Info("BroadBand Reflector is on")
 
 	// NOTE this are probably useless in the MockOLT case, check if we can avoid using them in the CreateOlt method