Below are the steps we followed to compile OpenBTS-UMTS on Ubuntu 15.04. There could be a chance that we installed a couple of extra system packages while troubleshooting the installation but it works and we did not include some heavy system service as well so it should be OK.
Recently we had to download texinfo from version 5.1 to any version less than version 5 series. We used texinfo version 4.13 which is the latest in the version 4 series. We were trying to compile some tools using an older version of gcc. Instead of using 4.8.5, we used…
Recently we had to download gcc from version 4.8.5 to 4.8.2. We were trying to compile some tools and they required using that older version of gcc. To compile the old version of the gcc we used the version version that was shipped with the distribution. Methodology