Changes between Version 9 and Version 10 of Resources/Services/RFControl


Ignore:
Timestamp:
May 18, 2020, 7:09:24 PM (4 years ago)
Author:
jkol
Comment:

added link to allowed frequency bands listed on policies page

Legend:

Unmodified
Added
Removed
Modified
  • Resources/Services/RFControl

    v9 v10  
    77'''NOTE:''' Where node names are required, please use the fully qualified domain name (FQDN) of the node (eg. `sdr1-s1-lg1.bed.cosmos-lab.org`).
    88
    9 [[BR]]
    10 
    119=== Usage
    1210
    1311All the available methods are accessible from the a testbed console via an HTTP API located at `am1.cosmos-lab.org:5054/rf_control`. This API can be interacted with via a command line tool such as "curl" or any script using a "REST client" library.
    14 
    15 [[BR]]
    1612
    1713=== Get the current configuration ===
     
    2420 ||= '''Name''' =||= '''Decription''' =||= '''Required''' =||= '''Acceptable Input''' =||
    2521 ||  node  ||  Comma separated list of node FQDNs  ||  Y  ||  (list of nodes)  ||
    26 
    27 [[BR]]
    2822
    2923==== Example 1 ====
     
    5347* TX of rf_port 3 is not connected to anything
    5448
    55 
    56 [[BR]]
    57 
    5849==== Example 2 ====
    5950
     
    8172 }}}
    8273
    83 [[BR]]
    84 
    8574=== Turn off power amplifiers ===
    8675
     
    9281 ||= '''Name''' =||= '''Decription''' =||= '''Required''' =||= '''Acceptable Input''' =||
    9382 ||  node  || Comma separated list of node FQDNs ||  Y  ||  list of node names  ||
    94 
    95 [[BR]]
    9683
    9784==== Example 1 ====
     
    11097</response>
    11198}}}
    112 
    113 [[BR]]
    11499
    115100=== Configure the TX chain ===
     
    135120 ||  f_upper  ||  f_bandwidth  ||  (f_upper - bandwidth) to (f_upper)  ||
    136121
    137 [[BR]]
     122The allowed transmit frequency bands are detailed on the [wiki:PoliciesCompliance#OutdoorRadioFrequencyAllocation] page.
    138123
    139124==== Example 1 ====