Clone this repo:
  1. 02603e8 [VOL-5431] Do not send alarm - closed channel by abhay · 3 months ago master v1.16.8
  2. 5155933 [VOL-5408]-Update versions of VOLTHA components for release by Mahir Gunyel · 3 months ago voltha-2.13 v1.16.7 v2.13.0
  3. 8e5fadb [VOL-5368] Fix: panic send on closed channel by Abhay Kumar · 7 months ago
  4. 30bfd39 [VOL-5308] - bbsim test failure by Joey Armstrong · 12 months ago
  5. 2ff3a76 [VOL-5310] yamllint cleanups for pre-commit script by Joey Armstrong · 11 months ago

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.