VOL-253: grpc-c was crashed if we configured wrong VOLTHA IP address
Fix for grpc-c crash, dying gas alarm, kpis and packet data

Change-Id: I172e64afa0f9e9c1492f4871b6fa7ae3152065cd
6 files changed
tree: 88564d1e589a7d9ae842bcf4fe9c6e4d3a27a76e
  1. .gitignore
  2. .gitmodules
  3. .gitreview
  4. INSTALL.md
  5. Makefile.am
  6. README.md
  7. configure.ac
  8. device_simulator/
  9. src/
  10. third_party/
README.md

Build

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