commit | cb8b5976bff644cf1721ceecdbe2aa93a9d9c60a | [log] [tgz] |
---|---|---|
author | Chip Boling <chip@bcsw.net> | Mon Mar 04 13:33:22 2019 -0600 |
committer | Chip Boling <chip@bcsw.net> | Mon Mar 04 13:33:28 2019 -0600 |
tree | 28fd3bc904d87408c289d3febf67823c0eebde38 | |
parent | 18f6037ce9bc6ba3e62319abd81ec351ba18ecb6 [diff] |
VOL-1504: fix for TimeSynchronization Request frame Change-Id: I5350b765506ef9d19639c54281d38911a6f4c323
diff --git a/voltha/extensions/omci/me_frame.py b/voltha/extensions/omci/me_frame.py index 1724100..b6a4133 100644 --- a/voltha/extensions/omci/me_frame.py +++ b/voltha/extensions/omci/me_frame.py
@@ -339,6 +339,7 @@ entity_id=getattr(self, 'entity_id'), year=dt.year, month=dt.month, + day=dt.day, hour=dt.hour, minute=dt.minute, second=dt.second,