mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-03 05:13:16 +00:00
increased the start timeout, UHD takes longer to start
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4357 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -170,7 +170,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
// Start the transceiver interface.
|
||||
// Sleep long enough for the USRP to bootload.
|
||||
sleep(5);
|
||||
sleep(10);
|
||||
gTRX.start();
|
||||
|
||||
// Set up the interface to the radio.
|
||||
|
||||
Reference in New Issue
Block a user