Tagged by CORD Jenkins version-tag job: 7012, for Gerrit patchset: 26950
[VOL-4308] Deprecating repo due to stale state

Change-Id: I1549fb732c070185bbc1cc4b0cd9468680a3332b
2 files changed
tree: 8333661e67eff4c5a686d299c78b20fa6c5e805b
  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

DEPRECATED

No Maintenance Intended

VOLTHA 2.6 was the last official set of releases that used the omci-sim repository in the openonu-adapter in python. From 2.5 onwards VOLTHA uses component a Golang version of the openonu adapter, thus the repo has been deprecated, the go equivalent is omci-lib-go. This codebase is going to be removed after the VOLTHA 2.8 release LTS support ends in December 2022.

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.