1
YateBTS / What version of Yate and YateBTS works with non-rfblade devices as the USRP1 ?
« on: September 09, 2015, 09:04:21 PM »
Hello,
What version of Yate and YateBTS works with non-rfblade devices becuase I am having the followng problems:
Yate 5.5.1 & YateBTS 4.0.2-1
I downloaded this package, http://yate.null.ro/tarballs/yatebts4/yate-bts-4.0.2-1.tar.gz, and when I attempt to install it, I get the following:
sudo make install
g++ -Wall -I. -O2 -Wno-overloaded-virtual -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK -DHAVE_BLOCK_RETURN -I/usr/local/include/yate -Wl,--retain-symbols-file,/dev/null -rdynamic -shared -Wl,--unresolved-symbols=ignore-in-shared-libs -o ybts.yate ybts.cpp -lyategsm -lyate
ybts.cpp: In function ‘int {anonymous}::decodeRP(const TelEngine::String&, uint8_t&, uint8_t&, TelEngine::String*, TelEngine::String*, TelEngine::String*, TelEngine::String*, TelEngine::String*, TelEngine::String*, TelEngine::String*, TelEngine::String*)’:
ybts.cpp:2205:2: error: ‘decodeGSM7Bit’ is not a member of ‘TelEngine::GSML3Codec’
ybts.cpp: In function ‘void {anonymous}::decodeMsg(TelEngine::GSML3Codec&, uint8_t*, unsigned int, TelEngine::XmlElement*&, TelEngine::String&)’:
ybts.cpp:2813:52: error: ‘s_errorsDict’ is not a member of ‘TelEngine::GSML3Codec’
ybts.cpp: In function ‘bool {anonymous}::encodeMsg(TelEngine::GSML3Codec&, const {anonymous}::YBTSMessage&, TelEngine::DataBlock&, TelEngine::String&)’:
ybts.cpp:2882:52: error: ‘s_errorsDict’ is not a member of ‘TelEngine::GSML3Codec’
ybts.cpp: In member function ‘bool {anonymous}::YBTSDriver::handleMsgExecute(TelEngine::Message&, const TelEngine::String&)’:
ybts.cpp:8274:2: error: ‘encodeGSM7Bit’ is not a member of ‘TelEngine::GSML3Codec’
make: *** [ybts.yate] Error 1
Are we to use http://yate.null.ro/tarballs/yate4/yate-4.2.0-1.tar.gz with http://yate.null.ro/tarballs/yatebts4/yate-bts-4.0.2-1.tar.gz ?
Any assistance will greatly be appreciated! ;-)
What version of Yate and YateBTS works with non-rfblade devices becuase I am having the followng problems:
Yate 5.5.1 & YateBTS 4.0.2-1
I downloaded this package, http://yate.null.ro/tarballs/yatebts4/yate-bts-4.0.2-1.tar.gz, and when I attempt to install it, I get the following:
sudo make install
g++ -Wall -I. -O2 -Wno-overloaded-virtual -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK -DHAVE_BLOCK_RETURN -I/usr/local/include/yate -Wl,--retain-symbols-file,/dev/null -rdynamic -shared -Wl,--unresolved-symbols=ignore-in-shared-libs -o ybts.yate ybts.cpp -lyategsm -lyate
ybts.cpp: In function ‘int {anonymous}::decodeRP(const TelEngine::String&, uint8_t&, uint8_t&, TelEngine::String*, TelEngine::String*, TelEngine::String*, TelEngine::String*, TelEngine::String*, TelEngine::String*, TelEngine::String*, TelEngine::String*)’:
ybts.cpp:2205:2: error: ‘decodeGSM7Bit’ is not a member of ‘TelEngine::GSML3Codec’
ybts.cpp: In function ‘void {anonymous}::decodeMsg(TelEngine::GSML3Codec&, uint8_t*, unsigned int, TelEngine::XmlElement*&, TelEngine::String&)’:
ybts.cpp:2813:52: error: ‘s_errorsDict’ is not a member of ‘TelEngine::GSML3Codec’
ybts.cpp: In function ‘bool {anonymous}::encodeMsg(TelEngine::GSML3Codec&, const {anonymous}::YBTSMessage&, TelEngine::DataBlock&, TelEngine::String&)’:
ybts.cpp:2882:52: error: ‘s_errorsDict’ is not a member of ‘TelEngine::GSML3Codec’
ybts.cpp: In member function ‘bool {anonymous}::YBTSDriver::handleMsgExecute(TelEngine::Message&, const TelEngine::String&)’:
ybts.cpp:8274:2: error: ‘encodeGSM7Bit’ is not a member of ‘TelEngine::GSML3Codec’
make: *** [ybts.yate] Error 1
Are we to use http://yate.null.ro/tarballs/yate4/yate-4.2.0-1.tar.gz with http://yate.null.ro/tarballs/yatebts4/yate-bts-4.0.2-1.tar.gz ?
Any assistance will greatly be appreciated! ;-)