VOLTHA 1.1.1 Release
VOL-513: Support ASFVOLT16 Adapter in Swarm Mode -VOL-467 Phase 1 - Polling Mode

Follow up changes to do the following.

1) Remove reduntant spaces in the code
2) Change the grpc-c stream write mechanism from non-blocking to blocking
3) Increase the bal_indication queue size from 25 to 1000
4) Compilation warning fixes

Change-Id: I3917d526d4db59601ca9d8468f66f4219d735e17
6 files changed
tree: 1cb25b1259608d5b1ea3d8809bf0477846bacd03
  1. .gitignore
  2. .gitmodules
  3. .gitreview
  4. INSTALL.md
  5. Makefile.am
  6. README.md
  7. configure.ac
  8. device_simulator/
  9. patches/
  10. scripts/
  11. src/
  12. third_party/
README.md

Build

autoreconf --install
git submodule update --init --recursive
./configure
make
sudo make install