File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ git clone https://github.com/Djimmer/obts
42
42
43
43
Go to the OpenBTS folder, dev/
44
44
` ` ` javascript
45
+ % Download all of the components
46
+ ./clone.sh
47
+
45
48
cd libcoredumper;
46
49
./build.sh && \
47
50
sudo dpkg -i *.deb;
@@ -73,20 +76,20 @@ sudo make install-noapi
73
76
74
77
Install YateBTS.
75
78
` ` ` 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
77
80
tar - xzf yate- bts- 4.0 .2 - 1 .tar .gz
78
-
81
+ cd yate - bts /
79
82
./ autogen .sh
80
83
./ configure
81
84
````
82
85
83
86
84
87
Create a transceiver suitable for the bladeRF.
85
88
` ` ` javascript
86
- cd /home/openbts/obts/yatebts/ mbts/Peering
89
+ cd yate-bts/ mbts/Peering/
87
90
make
88
91
89
- cd /home/openbts/obts/yatebts/mbts /TransceiverRAD1
92
+ cd .. /TransceiverRAD1
90
93
sudo nano Makefile
91
94
92
95
PROGS_BRF := transceiver-bladerf
You can’t perform that action at this time.
0 commit comments