diff --git a/openair1/SIMULATION/ETH_TRANSPORT/README.txt b/openair1/SIMULATION/ETH_TRANSPORT/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..0151a18f7795ca24f1d2d0661b1086f4a0264959 --- /dev/null +++ b/openair1/SIMULATION/ETH_TRANSPORT/README.txt @@ -0,0 +1,20 @@ +For reliable UDP multicast, the libpgm-dev should be installed on the machines, +otherwise the old multicast method using simply UDP will be used, resulting in +packet loss and unexpected behaviour of oaisim. + +To compile OAI with PGM: + +For Ubuntu 12.04 and earliers: + sudo apt-get install libpgm-dev + is sufficient + +For Ubuntu older than 12.04: + +wget http://openpgm.googlecode.com/files/libpgm-5.1.118.tar.gz +tar xvf libpgm-5.1.118.tar.gz +cd libpgm-5.1.118/openpgm/pgm +./configure +make +sudo make install + +We have to clean oaisim compilation and re-compile