RangeNetworks / openbts

GSM+GPRS Radio Access Network Node
GNU Affero General Public License v3.0
879 stars 330 forks source link

Datagram read() functions has changed but not the calls to that function #20

Closed tgoettler closed 8 years ago

tgoettler commented 8 years ago

Hello,

when trying to compile the newest version, an error occurs in the file SIP2Interface.cpp. Here the call to the function read() has only one argument, while the definition of the function has two arguments.

There are many more calls to this function and i am not sure if they are correct.

Bye

iedemam commented 8 years ago

Did you also update your submodules?

cd openbts-checkout-directory
git submodule update

The outer projects have been updated to reference an older version of commonlibs until the best way forward can be determined.

tgoettler commented 8 years ago

Hello,

that helped, thank you. I first used the "build.sh" you provide in the "dev" directory, to automatically build the tool. With this script it did not work.

Bye

iedemam commented 8 years ago

Glad it's working. BTW: you can use the dev tool's pull.sh script to update all projects and submodules. I just double checked to make sure it handled submodules as well.

Thanks again for the report.