Skip to content

Commit aa57811

Browse files
authored
Merge pull request RangeNetworks#1 from aurelienduarte/patch-2
Missing step to download components
2 parents 5737cea + d11ff4e commit aa57811

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ git clone https://github.com/Djimmer/obts
4242

4343
Go to the OpenBTS folder, dev/
4444
```javascript
45+
% Download all of the components
46+
./clone.sh
47+
4548
cd libcoredumper;
4649
./build.sh && \
4750
sudo dpkg -i *.deb;
@@ -73,20 +76,20 @@ sudo make install-noapi
7376
7477
Install YateBTS.
7578
```javascript
76-
wget http://voip.null.ro/tarballs/yatebts4/yate-bts-4.0.0-1.tar.gz
79+
wget http://voip.null.ro/tarballs/yatebts4/yate-bts-4.0.2-1.tar.gz
7780
tar -xzf yate-bts-4.0.2-1.tar.gz
78-
81+
cd yate-bts/
7982
./autogen.sh
8083
./configure
8184
````
8285

8386

8487
Create a transceiver suitable for the bladeRF.
8588
```javascript
86-
cd /home/openbts/obts/yatebts/mbts/Peering
89+
cd yate-bts/mbts/Peering/
8790
make
8891
89-
cd /home/openbts/obts/yatebts/mbts/TransceiverRAD1
92+
cd ../TransceiverRAD1
9093
sudo nano Makefile
9194
9295
PROGS_BRF := transceiver-bladerf

0 commit comments

Comments
 (0)