Tagged by CORD Jenkins version-tag job: 7770, for Gerrit patchset: 32247
[VOL-4701] Adding logs if disabling of UNI or POTS port fails while disabling the ONU

Change-Id: Ia06b621dea8550bacc31d30a0d0b39618888b9ee
6 files changed
tree: c6e7dd352a75a16e828b7fc355c05777e20c1b2b
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. .golangci.yml
  5. CODE_OF_CONDUCT.md
  6. Dockerfile.builder.dockerignore
  7. LICENSE.md
  8. Makefile
  9. README.md
  10. VERSION
  11. api/
  12. build/
  13. cmd/
  14. configs/
  15. docs/
  16. examples/
  17. go.mod
  18. go.sum
  19. internal/
  20. tests/
  21. tools/
  22. vendor/
README.md

BroadBand Simulator (BBSim)

Build

BBSim is managed via a Makefile, plese run the following command to display all the available targets

make help

Documentation

More advanced documentation lives in here.

You can generate and browse the documentation by executing:

make docs

This project structure is based on golang-standards/project-layout.