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

Change-Id: I9d52a05657be448839f0a180126736ec9a33eaaf
diff --git a/docs/source/bbsim_config.rst b/docs/source/bbsim_config.rst
index 9893583..70089a3 100644
--- a/docs/source/bbsim_config.rst
+++ b/docs/source/bbsim_config.rst
@@ -53,6 +53,9 @@
             IP address:port (default ":50071")
       -services string
             Service Configuration file path (default "configs/att-services.yaml")
+      -omci_response_rate int
+            Amount of OMCI messages to respond to - ranges from 0 (drop all messages)
+            to 10 (respond to all messages) so that if it's set to 9 we don't respond to every 10th message.