commit | 66659203d0425df5ca0c69c8ccc2c15b52f00f0a | [log] [tgz] |
---|---|---|
author | Anjali Thontakudi <anjali.thontakudi@gmail.com> | Wed Jul 03 23:14:02 2019 +0000 |
committer | Anjali Thontakudi <anjali.thontakudi@gmail.com> | Wed Jul 03 23:14:02 2019 +0000 |
tree | 0e9c548d935b7a3c49eec84c3361a45aa7703e27 | |
parent | b871c507237afbf6829d1c460dfe4d3acf15c45f [diff] [blame] |
View status of individual ONUs using PON interface and ONU IDs Change-Id: I5fb4cd9246b2ed29a5384579203ebc2d96e506a9
diff --git a/core/core_server.go b/core/core_server.go index 69c0bc8..af699e1 100644 --- a/core/core_server.go +++ b/core/core_server.go
@@ -107,6 +107,7 @@ FlowDirection string } +//Has options (OLT id, number onu ports) from mediator // NewCore initialize OLT and ONU objects func NewCore(opt *option) *Server { // TODO: make it decent