[SEBA-820] Preventing the ONU from going to dhcp_started if we don't have the DHCP flow

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