Tagged by CORD Jenkins version-tag job: 134, for Gerrit patchset: 33575
[VOL-4887] openonuAdapterGo - inconsistent assignment of DS Priority Queue Pointers in Gem Port Network CTPs

Change-Id: Ifc90ecf0c6e141019a0f91dbe2c3a2baa9418389
3 files changed
tree: 68b79cd1b804bf022e4060a113af52b7025a0f42
  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. makefiles/
  21. tests/
  22. tools/
  23. 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.