[VOL-5246] - branch and release bbsim

go.mod
------
 o Update package voltha-protos to v5.4.11
 o Update package device-management-interface to v1.16.0

go.sum
cmd/
internal/
vendor/
---------
  o Update copyright notice
  o Invoke make mod-update to refresh dependencies.

makefiles/golang/mod-update.mk
------------------------------
  o Target mod-tidy must also pay attention to LOCAL_FIX_PERMS=1
    else go.sum cannot be re-written in local-dev-mode.

Change-Id: I7f565e6ce72273b239ad7b63c5da387c18f30bfe
12 files changed
tree: 482d61a6993e540a2b4012db4ee5602d9ba63d41
  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.