[VOL-1914] Responding to Reboot call before shutting down the gRPC server

Change-Id: I6cf618a7780eee02c41b4e4a9285277bab90bdd6
1 file changed
tree: e266d83ffa32d860376c500f2d822b8539bdc796
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. Dockerfile.builder.dockerignore
  5. LICENSE.md
  6. Makefile
  7. README.md
  8. VERSION
  9. api/
  10. build/
  11. cmd/
  12. configs/
  13. docs/
  14. examples/
  15. go.mod
  16. go.sum
  17. internal/
  18. tests/
  19. tools/
  20. 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.