Hi, The code is actually from ns-3-dev branch, not 3.26. It says in VERSION file (ns3-802.11ad/VERSION). It was not compiling with gcc/g++ 4.8.2. I was getting some queue related error similar to https://groups.google.com/forum/#!topic/ns-3-users/UKMuT4kdL7o
So, I had to upgrade the compilers to gcc/g++ 5. It worked!
Please mention that the code is ns-3-dev compatible in the read me file.
Hi, The code is actually from ns-3-dev branch, not 3.26. It says in VERSION file (ns3-802.11ad/VERSION). It was not compiling with gcc/g++ 4.8.2. I was getting some queue related error similar to https://groups.google.com/forum/#!topic/ns-3-users/UKMuT4kdL7o
So, I had to upgrade the compilers to gcc/g++ 5. It worked!
Please mention that the code is ns-3-dev compatible in the read me file.
Thanks!