Skip to content
Snippets Groups Projects
Commit 45212d3b authored by Cédric Roux's avatar Cédric Roux
Browse files

hotfix: protobuf-c compilation failure

protobuf-c does not compile anymore.

Let's handle this a bit better.

We now install protobuf and protobuf-c only for the
flexran agent. That is, if you want to use the flexran
agent, you need to install protobuf/protobuf-c and
you do it this way:

  ./build_oai -I -a

(you add -a)

Other targets don't need protobuf nor protobuf-c, so
it's not installed by the -I command of build_oai,
unless you pass -a with -I.

Also, we now use protobuf 3.3.0, not 2.6.1. The code
has been adapted, a quick test seems to indicate that
the system works, but it has not been intensively tested.
parent 076b2ed2
No related branches found
No related tags found
12 merge requests!508Develop integration 2019 week 07 v2,!507Develop integration 2019 week 07,!475Nr pdsch,!438NR_PDSCH test for regressions,!409Resolve "compilation fail for 256 UE",!371WIP: Resolve "MAC and RRC trace segv",!352WIP: Resolve "fix T_IDs.h issue for PHY_MEX",!346WIP: Resolve "I/Q replay without mmap() usage",!316Resolve "IQ record/playback bug fixes",!253WIP: Resolve "Fix IQ record/playback explicit filename segv",!252WIP: Resolve "fix IQ record playback explicit file name bug",!242Resolve "I/Q record-playback in USRP"
Showing with 24 additions and 11 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment