Tagged by CORD Jenkins version-tag job: 7666, for Gerrit patchset: 31643
[VOL-4632] Adding NniDhcpTrapVid to support FTTB usecase

Change-Id: I3e7c4fdb7cc3872a489faa4ef1de80d51bc56887
10 files changed
tree: be9259c667f8f4ff9d88f7fc3a6b2eaca7218db5
  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.