Tagged by CORD Jenkins version-tag job: 142, for Gerrit patchset: 33593
VOL-4836 - Cosmetic edits to trigger a jenkins job

cmd/bbr/bbr.go
internal/bbr/devices/
internal/bbsim/devices/
internal/bbsim/dmiserver/
internal/bbsim/types/
internal/bbsimctl/
internal/common/
tools/
internal/bbsim/responders/dhcp/
-------------------------------
  o Cosmetic copyright edits to trigger a jenkisn job.

Change-Id: I8ed07f997c6b5303e9b0bca0bf1a129c4be51c13
19 files changed
tree: 99fdfb9decf739d84f4bc0930846f5eae5cd9f14
  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.