mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-04 22:03:17 +00:00
Martin Hauke's build/typo bug fixes
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@6698 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -59,7 +59,7 @@ const char* gOpenBTSWelcome =
|
|||||||
"\n"
|
"\n"
|
||||||
"\nThis program comes with ABSOLUTELY NO WARRANTY.\n"
|
"\nThis program comes with ABSOLUTELY NO WARRANTY.\n"
|
||||||
"\nUse of this software may be subject to other legal restrictions,\n"
|
"\nUse of this software may be subject to other legal restrictions,\n"
|
||||||
"including patent licsensing and radio spectrum licensing.\n"
|
"including patent licensing and radio spectrum licensing.\n"
|
||||||
"All users of this software are expected to comply with applicable\n"
|
"All users of this software are expected to comply with applicable\n"
|
||||||
"regulations and laws. See the LEGAL file in the source code for\n"
|
"regulations and laws. See the LEGAL file in the source code for\n"
|
||||||
"more information.\n"
|
"more information.\n"
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ using namespace std;
|
|||||||
int DummyLoad::loadBurst(short *wDummyBurst, int len) {
|
int DummyLoad::loadBurst(short *wDummyBurst, int len) {
|
||||||
dummyBurst = wDummyBurst;
|
dummyBurst = wDummyBurst;
|
||||||
dummyBurstSz = len;
|
dummyBurstSz = len;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ using namespace std;
|
|||||||
int DummyLoad::loadBurst(short *wDummyBurst, int len) {
|
int DummyLoad::loadBurst(short *wDummyBurst, int len) {
|
||||||
dummyBurst = wDummyBurst;
|
dummyBurst = wDummyBurst;
|
||||||
dummyBurstSz = len;
|
dummyBurstSz = len;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -618,6 +618,7 @@ bool RAD1Device::updateAlignment(TIMESTAMP timestamp)
|
|||||||
|
|
||||||
bool RAD1Device::setVCTCXO(unsigned int freq_cal) {
|
bool RAD1Device::setVCTCXO(unsigned int freq_cal) {
|
||||||
m_uRx->writeAuxDac(2,freq_cal << 4);
|
m_uRx->writeAuxDac(2,freq_cal << 4);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef SWLOOPBACK
|
#ifndef SWLOOPBACK
|
||||||
|
|||||||
Reference in New Issue
Block a user