mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 21:23:16 +00:00
Fix common misspellings and typos
Change-Id: I4ec7accb1912c052b446be7c399bed32a8c62253
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
This section specifies the format of USB packets used for in-band data
|
||||
transmission and signaling on the USRP1. All packets are 512-byte long, and are
|
||||
transfered using USB "bulk" transfers.
|
||||
transferred using USB "bulk" transfers.
|
||||
|
||||
IN packets are sent towards the host. OUT packets are sent away from the host.
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ B200 family and Fairwaves UmTRX family, and used to be the default backend used
|
||||
for legacy @osmo-trx@ binary when per-backend binaries didn't exist yet.
|
||||
|
||||
Any device providing generic support for UHD should theoretically be able to be
|
||||
run through this backend without much effort, but pracitcal experience showed
|
||||
run through this backend without much effort, but practical experience showed
|
||||
that some devices don't play well with it, such as the LimeSDR family of
|
||||
devices, which showed far better results when using its native interface.
|
||||
|
||||
|
||||
@@ -1196,7 +1196,7 @@
|
||||
<command id='clock-ref (internal|external|gpsdo)'>
|
||||
<params>
|
||||
<param name='clock-ref' doc='Set the Reference Clock' />
|
||||
<param name='internal' doc='Enable internal referece (default)' />
|
||||
<param name='internal' doc='Enable internal reference (default)' />
|
||||
<param name='external' doc='Enable external 10 MHz reference' />
|
||||
<param name='gpsdo' doc='Enable GPSDO reference' />
|
||||
</params>
|
||||
|
||||
Reference in New Issue
Block a user