Hi Marcus and Marcus,
Thank you for the valuable comments given. It made us to shrink all our
focus on OpenBTS. But I see an inactive list in openbts side made me to
wait for there response for a while. That’s why I thought to circulate
this
in gnuradio list hoping for any assistance to overcome this.
I have freshly installed openbts for three times upto now beside few
many
build cleans and installs. But I saw no breakthrough. Truth to be told,
when I build openbts on banana-pi, I encountered following errors and
did
few manipulations given accordingly.
i) SIPEngine.cpp:1620:60: error: too few arguments to function ‘int
rtp_session_set_local_addr(RtpSession*, const char*, int, int)’
rtp_session_set_local_addr(mSession, “0.0.0.0”, mRTPPort );
Changed line 291, “ORTP_PUBLIC int rtp_session_set_local_addr(RtpSession
*session,const char *addr, int rtp_port, int rtcp_port);” into,
“ORTP_PUBLIC int rtp_session_set_local_addr(RtpSession *session,const
char
*addr, int rtp_port);”
ii) SIPMessage.cpp:39:44: error: expected ‘,’ or ‘;’ before ‘VERSION’
static const char* userAgent = "OpenBTS " VERSION " Build Date "
DATE;
Changed line 39 of “trunk/SIP/SIPMessage.cpp” ("static const char*
userAgent = “OpenBTS " VERSION " Build Date " DATE;”) into, "static
const char* userAgent = “OpenBTS Build Date " DATE;”
iii) OpenBTS.cpp:375:48: error: ‘VERSION’ was not declared in this scope
LOG(ALERT) << "OpenBTS (re)starting, ver " << VERSION << " build date
"
<< DATE;
Changed line 375 of “trunk/apps/OpenBTS.cpp” ("LOG(ALERT) << “OpenBTS
(re)starting, ver " << VERSION << " build date " << DATE;”) into,
"LOG(ALERT) << “OpenBTS (re)starting, build date " << DATE;”
Had above changes done, build was successfully compiled. Change i) was
done
according to "
http://linphone.sourcearchive.com/documentation/3.0.0-3/rtpsession_8h_4a0c6522db89dbbf368abaeafb850e64.html
".
Anyone has a hint?
Thank you.
Best regards,
Zamrath N.
PS: First Marcus, The output corresponding to “uhd_usrp_probe --args
addr=192.168.10.2” is,
– UHD Device 0
Device Address:
type: usrp2
addr: 192.168.10.2
name:
serial: F3A31F
On Tue, Apr 7, 2015 at 6:40 PM, Marcus Müller [email protected]