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
Showing
- cmake_targets/build_oai 5 additions, 0 deletionscmake_targets/build_oai
- cmake_targets/tools/build_helper 8 additions, 6 deletionscmake_targets/tools/build_helper
- openair2/ENB_APP/MESSAGES/V2/config_common.proto 1 addition, 1 deletionopenair2/ENB_APP/MESSAGES/V2/config_common.proto
- openair2/ENB_APP/MESSAGES/V2/config_messages.proto 1 addition, 1 deletionopenair2/ENB_APP/MESSAGES/V2/config_messages.proto
- openair2/ENB_APP/MESSAGES/V2/control_delegation.proto 1 addition, 1 deletionopenair2/ENB_APP/MESSAGES/V2/control_delegation.proto
- openair2/ENB_APP/MESSAGES/V2/controller_commands.proto 1 addition, 0 deletionsopenair2/ENB_APP/MESSAGES/V2/controller_commands.proto
- openair2/ENB_APP/MESSAGES/V2/flexran.proto 2 additions, 2 deletionsopenair2/ENB_APP/MESSAGES/V2/flexran.proto
- openair2/ENB_APP/MESSAGES/V2/header.proto 1 addition, 0 deletionsopenair2/ENB_APP/MESSAGES/V2/header.proto
- openair2/ENB_APP/MESSAGES/V2/mac_primitives.proto 1 addition, 0 deletionsopenair2/ENB_APP/MESSAGES/V2/mac_primitives.proto
- openair2/ENB_APP/MESSAGES/V2/stats_common.proto 1 addition, 0 deletionsopenair2/ENB_APP/MESSAGES/V2/stats_common.proto
- openair2/ENB_APP/MESSAGES/V2/stats_messages.proto 1 addition, 0 deletionsopenair2/ENB_APP/MESSAGES/V2/stats_messages.proto
- openair2/ENB_APP/MESSAGES/V2/time_common.proto 1 addition, 0 deletionsopenair2/ENB_APP/MESSAGES/V2/time_common.proto
Loading