SEBA-958 send periodic port stats

Change-Id: I981e6c70b214845d87e8ae96b370fcdf58ccfef3
diff --git a/internal/common/options.go b/internal/common/options.go
index 6724d1f..d7bc9eb 100644
--- a/internal/common/options.go
+++ b/internal/common/options.go
@@ -52,6 +52,7 @@
 	Technology         string `yaml:"technology"`
 	ID                 int    `yaml:"id"`
 	OltRebootDelay     int    `yaml:"reboot_delay"`
+	PortStatsInterval  int    `yaml: "port_stats_interval"`
 }
 
 type BBSimConfig struct {
@@ -124,6 +125,7 @@
 			Technology:         "XGS-PON",
 			ID:                 0,
 			OltRebootDelay:     10,
+			PortStatsInterval:  20,
 		},
 		BBRConfig{
 			LogLevel:  "debug",