Development dependenciesΒΆ

If you want to test local changes in the omci-sim library you can rebuild the BBSim container using a local version of the library with this command:

LOCAL_OMCI_SIM=<path-to-omci-sim-library> make docker-build

If you want to test local changes in the voltha-protos you can rebuild the BBSim container using a local version of the protos with this command:

LOCAL_PROTOS=<path-to-voltha-protos> make docker-build