blob: ca26ea5d386424dbc45308cc72994aafd4a9f82b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Network from Scratch on Gentoo
==============================
#### 1. Add these to `package.keywords` (in `/etc/portage`):
=net-wireless/openbsc-9999 **
=net-wireless/osmobts-9999 **
=net-wireless/osmotrx-9999 **
=net-libs/libosmo-abis-9999 **
=net-libs/libosmo-netif-9999 **
=net-wireless/openggsn-9999 **
=net-libs/libosmocore-9999 **
=net-misc/lcr-9999 **
#### 2. Make sure your portage tree is up to date, and emerge the right packages:
$ sudo emerge --sync
$ sudo emerge openbsc osmobts osmotrx lcr
#### 3. Customize config files.
* arfcn should be for a spectrum for which you have a license
* read documentation for all values
#### 4. Use `start.sh` in this repo.
|