VOL-2452: Add new omci get functions

- Provide functions that encode omci get responses needed
  to lookup a MIB template.  Other fields added for completeness

Change-Id: I906cb0559afe40f0c4ab31bb44ff09135738823f
7 files changed
tree: fe3ee356e846043d1598262eb040e9bd52eed80e
  1. .gitignore
  2. .gitreview
  3. CODE_OF_CONDUCT.md
  4. README.md
  5. VERSION
  6. go.mod
  7. go.sum
  8. omci_anig.go
  9. omci_common.go
  10. omci_defs.go
  11. omci_handlers.go
  12. omci_mib.go
  13. omci_onu2g.go
  14. omci_onug.go
  15. omci_pm_history_data.go
  16. omci_sim.go
  17. omci_softwareimage.go
  18. omci_state.go
README.md

Omci-sim

This library is a dump of the OMCI messages reported by an ALPHA device and it is currently used by BBSim to emulate OMCI responses during VOLTHA scale tests.