commit | b428b95b9ae6164989d67f7a86fb43fc03f38157 | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Thu Mar 07 05:14:17 2019 -0500 |
committer | Matt Jeanneret <mj3580@att.com> | Mon Mar 11 15:49:22 2019 +0000 |
tree | 92a83b5bdab3cb14f47a18ea061d45ef3b93a5e7 | |
parent | 4c62c8058c1ae685c59a490463e8916e1782141b [diff] |
VOL-1493 VOL-1454: Process omci messages. Properly set device state using new core_proxy api Implement and process inter adapter messages. Handle omci_indications. Also keep track of stacked up onu discovery indications so we dont repeatedly add onu. Future data_model changes could likely encompass this. Can now successfully mib upload and mib_sync is success with onu adapter Change-Id: Ib0f0c2f29f6410736ef8db3bde143206d603a140
Assuming the VOLTHA2.0 environment is made using the quickstart.md in voltha-go.
cd ~/source/voltha-openolt-adapter
Get the latest code changes
git pull
To build the docker image
make build
This will create the voltha-openolt-adapter-go docker image
$ docker images | grep openolt voltha-openolt-adapter-go latest 38688e697472 2 hours ago 37.3MB
In case the python voltha openolt adapter is started, stop the python voltha openolt docker container
To start the GOlang based OpenOLT adapter
DOCKER_HOST_IP= docker-compose -f compose/adapters-openolt-go.yml up -d
The functionality of OLT activation can be verified through BBSIM Follow the below steps to start BBSIM and provision it through VOLTHA-CLI https://github.com/opencord/voltha-bbsim/blob/master/README.md