Tagged by CORD Jenkins version-tag job: 507, for Gerrit patchset: 34827
VOL-5204 olt reboot crash fix

Change-Id: Iaa1ae049778aa8101783d71f17fe00306bdc2034
2 files changed
tree: 3031831ddbb3ae7488dd5079549c61e6cccf7187
  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. config.mk
  15. configs/
  16. docs/
  17. examples/
  18. go.mod
  19. go.sum
  20. internal/
  21. makefiles/
  22. tests/
  23. tools/
  24. 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.