Tagged by CORD Jenkins version-tag job: 438, for Gerrit patchset: 34278
[VOL-5105] - Add Mapping label port for dmi transceiver

[VOL-5108] - bbsim test failure debugging

Change-Id: I12b85029565c45b7fc27a02847629ffd2fb98ca5
15 files changed
tree: d4db757f4f39d0bb70ff5c16854e9f1c9060f731
  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.