SEBA-910 Implementation of Create/Remove TrafficSchedulers
fix formating issue and bump verison to 0.0.16-dev
Updated Makefile fix proto dependency
print in table format
resolve merge conflict with igmp file
bump to 0.0.18-dev
remove overriding onu port no
rebase and update
Change-Id: Ie0dce516a7044cd4ed1de7bafcdcd292e5daf689
40 files changed
tree: 47478e685df195b5bcded93e0c7f73a8f7c634fb
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. CODE_OF_CONDUCT.md
  5. Dockerfile.builder.dockerignore
  6. LICENSE.md
  7. Makefile
  8. README.md
  9. VERSION
  10. api/
  11. build/
  12. cmd/
  13. configs/
  14. docs/
  15. examples/
  16. go.mod
  17. go.sum
  18. internal/
  19. tests/
  20. tools/
  21. vendor/
README.md

BroadBand Simular (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.