commit | 58c37e4ab5e35cd75275dd6c9737e809813a16f9 | [log] [tgz] |
---|---|---|
author | Sergio Slobodrian <sslobodr@ciena.com> | Tue Mar 07 22:19:44 2017 -0500 |
committer | Ali Al-Shabibi <ali@onlab.us> | Wed Mar 08 04:54:07 2017 -0800 |
tree | 88a1a0915f47167e6f4a96cbfdfc928221ea16ae | |
parent | db68629abeec9789518df88c27b5af949266d936 [diff] |
Fix a typo in the simulated OLT adapter that was preventing it from being enabled. Change-Id: I25b1406ca8a400e6beccf114d3aa36d467bfa65a
diff --git a/voltha/adapters/simulated_olt/simulated_olt.py b/voltha/adapters/simulated_olt/simulated_olt.py index 067ab2f..0ab3962 100644 --- a/voltha/adapters/simulated_olt/simulated_olt.py +++ b/voltha/adapters/simulated_olt/simulated_olt.py
@@ -336,7 +336,7 @@ yield asleep(0.05) try: log.info("Setting p") - p = PmsConfig( + p = PmConfigs( default_freq=150, grouped=False, freq_override=False)