Osmocom GSM: Difference between revisions
Jump to navigation
Jump to search
AndrewBack (talk | contribs) (Created page with "This page details how to build an Osmocom GSM Network-in-the-Box (NITB) configuration that supports LimeSDR. == Dependencies == === Packaged === Packaged dependencies...") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Notes on running the Osmocom GSM stack with [[LimeSDR]] hardware. | |||
== | == Hardware support == | ||
For details of Osmocom support for LimeSDR and dependencies such as [[Lime Suite]] and SoapyUHD that must be installed, see: | |||
* http://osmocom.org/projects/osmotrx/wiki/LimeSDR | |||
For information on the OsmoTRX GSM transceiver: | |||
* http://osmocom.org/projects/osmotrx/wiki/OsmoTRX | |||
== | == Network-on-the-box (NITB) == | ||
For details of how to configure the OpenBSC software to run in network-in-the-box mode, see: | |||
* https://osmocom.org/projects/osmonitb/wiki/OsmoNITB OsmoNITB | |||
== Running the transceiver == | |||
Update 2/21/2018 | |||
The osmo-trx project page for LimeSDR [https://osmocom.org/projects/osmotrx/wiki/LimeSDR_Family] now recommends : | |||
# osmo-trx -s 4 -b 4 | |||
Although the -e (edge) option for LimeSDR still appears to work: | |||
# osmo-trx -e -a 'driver=lime,device=0' | |||
{{Community}} | {{Community}} |
Latest revision as of 00:13, 22 February 2018
Notes on running the Osmocom GSM stack with LimeSDR hardware.
Hardware support
For details of Osmocom support for LimeSDR and dependencies such as Lime Suite and SoapyUHD that must be installed, see:
For information on the OsmoTRX GSM transceiver:
Network-on-the-box (NITB)
For details of how to configure the OpenBSC software to run in network-in-the-box mode, see:
Running the transceiver
Update 2/21/2018 The osmo-trx project page for LimeSDR [1] now recommends :
# osmo-trx -s 4 -b 4
Although the -e (edge) option for LimeSDR still appears to work:
# osmo-trx -e -a 'driver=lime,device=0'
|