SEBA-947: Expose bbsim command line params and IP param in OLT struct
          manual rebase
          Add IP to bbsimctl get OLT
Change-Id: Id610762ba0560b1ecb83aa4b7a7ddb861f6adfb2
diff --git a/api/bbsim/bbsim.proto b/api/bbsim/bbsim.proto
index d862c54..5167f2c 100644
--- a/api/bbsim/bbsim.proto
+++ b/api/bbsim/bbsim.proto
@@ -34,6 +34,7 @@
     string SerialNumber = 2;
     string OperState = 3;
     string InternalState = 4;
+    string IP = 7;
     repeated NNIPort NNIPorts = 5;
     repeated PONPort PONPorts = 6;
 }