[SEBA-817][SEBA-821]
Adding c/s tags and hw address in the onu struct
DHCP State machine completed
Cleaned up logs

Change-Id: Iadb1d3967befe1c402e302a552b67faa2701f5c5
diff --git a/api/bbsim/bbsim.proto b/api/bbsim/bbsim.proto
index 1a0134b..81a25f1 100644
--- a/api/bbsim/bbsim.proto
+++ b/api/bbsim/bbsim.proto
@@ -40,6 +40,9 @@
     string OperState = 3;
     string InternalState = 4;
     int32 PonPortID = 5;
+    int32 STag = 6;
+    int32 CTag = 7;
+    string HwAddress = 8;
 }
 
 message ONUs {