commit | dff967905f6b79552ebcaac17abab64ead728c45 | [log] [tgz] |
---|---|---|
author | Nicolas Palpacuer <np202g@att.com> | Thu Sep 06 14:59:32 2018 -0400 |
committer | Nicolas Palpacuer <np202g@att.com> | Fri Sep 07 15:03:57 2018 -0400 |
tree | 87768133098c3471a14c81a51b9669f572d2cce5 | |
parent | 65d0447bc6f89bba7a4c1c21582add23fee67411 [diff] [blame] |
VOL-1194 Get device info (vendor, versions, technology, resource manager parameters) Change-Id: Ie6b4b8c298696321e34444ac3d3b4a965c449bba
diff --git a/sim/core.cc b/sim/core.cc index 763871d..7781ef9 100644 --- a/sim/core.cc +++ b/sim/core.cc
@@ -128,3 +128,7 @@ void stats_collection() { } + +Status GetDeviceInfo_(openolt::DeviceInfo* deviceInfo) { + return Status::OK; +}