- Resource: Device
- Methods
Resource: Device
JSON representation |
---|
{ "name": string, "fccId": string, "serialNumber": string, "preloadedConfig": { object ( |
Fields | |
---|---|
name |
Output only. The resource path name. |
fccId |
The FCC identifier of the device. |
serialNumber |
A serial number assigned to the device by the device manufacturer. |
preloadedConfig |
Configuration of the device, as specified via SAS Portal API. |
activeConfig |
Output only. Current configuration of the device as registered to the SAS. |
state |
Output only. Device state. |
grants[] |
Output only. Grants held by the device. |
displayName |
Device display name. |
deviceMetadata |
Device parameters that can be overridden by both SAS Portal and SAS registration requests. |
currentChannels[] |
Output only. Current channels with scores. |
grantRangeAllowlists[] |
Only ranges that are within the allowlists are available for new grants. |
DeviceConfig
Information about the device configuration.
JSON representation |
---|
{ "category": enum ( |
Fields | |
---|---|
category |
FCC category of the device. |
model |
Information about this device model. |
airInterface |
Information about this device's air interface. |
installationParams |
Installation parameters for the device. |
measurementCapabilities[] |
Measurement reporting capabilities of the device. |
userId |
The identifier of a device user. |
callSign |
The call sign of the device operator. |
state |
State of the configuration. |
isSigned |
Output only. Whether the configuration has been signed by a CPI. |
updateTime |
Output only. The last time the device configuration was edited. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
DeviceCategory
FCC category of the device, as defined by Part 96.
Enums | |
---|---|
DEVICE_CATEGORY_UNSPECIFIED |
Unspecified device category. |
DEVICE_CATEGORY_A |
Category A. |
DEVICE_CATEGORY_B |
Category B. |
DeviceModel
Information about the model of the device.
JSON representation |
---|
{ "vendor": string, "name": string, "softwareVersion": string, "hardwareVersion": string, "firmwareVersion": string } |
Fields | |
---|---|
vendor |
The name of the device vendor. |
name |
The name of the device model. |
softwareVersion |
The software version of the device. |
hardwareVersion |
The hardware version of the device. |
firmwareVersion |
The firmware version of the device. |
DeviceAirInterface
Information about the device's air interface.
JSON representation |
---|
{
"radioTechnology": enum ( |
Fields | |
---|---|
radioTechnology |
Conditional. This field specifies the radio access technology that is used for the CBSD. |
supportedSpec |
Optional. This field is related to the |
RadioTechnology
The approved types of radio access technology.
Enums | |
---|---|
RADIO_TECHNOLOGY_UNSPECIFIED |
|
E_UTRA |
|
CAMBIUM_NETWORKS |
|
FOUR_G_BBW_SAA_1 |
|
NR |
|
DOODLE_CBRS |
|
CW |
|
REDLINE |
|
TARANA_WIRELESS |
InstallationParams
Information about the device installation parameters.
JSON representation |
---|
{
"latitude": number,
"longitude": number,
"height": number,
"heightType": enum ( |
Fields | |
---|---|
latitude |
Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator. |
longitude |
Longitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian. |
height |
Device antenna height in meters. When the |
heightType |
Specifies how the height is measured. |
horizontalAccuracy |
A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters. |
verticalAccuracy |
A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters. |
indoorDeployment |
Whether the device antenna is indoor or not. |
antennaAzimuth |
Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices. |
antennaDowntilt |
Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices. |
antennaGain |
Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive. |
eirpCapability |
This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category. |
antennaBeamwidth |
3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices. |
antennaModel |
If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets. |
cpeCbsdIndication |
If present, this parameter specifies whether the CBSD is a CPE-CBSD or not. |
HeightType
Specifies how the height is measured.
Enums | |
---|---|
HEIGHT_TYPE_UNSPECIFIED |
Unspecified height type. |
HEIGHT_TYPE_AGL |
AGL height is measured relative to the ground level. |
HEIGHT_TYPE_AMSL |
AMSL height is measured relative to the mean sea level. |
MeasurementCapability
Device measurement capability. The values are defined by WINNF-SSC-0002.
Enums | |
---|---|
MEASUREMENT_CAPABILITY_UNSPECIFIED |
|
MEASUREMENT_CAPABILITY_RECEIVED_POWER_WITH_GRANT |
|
MEASUREMENT_CAPABILITY_RECEIVED_POWER_WITHOUT_GRANT |
State
State of the device config. Only configs in state DEVICE_CONFIG_STATE_FINAL
can be used during CBSD Registration.
Enums | |
---|---|
DEVICE_CONFIG_STATE_UNSPECIFIED |
|
DRAFT |
|
FINAL |
State
State of the device.
Enums | |
---|---|
DEVICE_STATE_UNSPECIFIED |
Unspecified state. |
RESERVED |
Device created in the SAS Portal, however, not yet registered with SAS. |
REGISTERED |
Device registered with SAS. |
DEREGISTERED |
Device de-registered with SAS. |
DeviceGrant
Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
JSON representation |
---|
{ "maxEirp": number, "frequencyRange": { object ( |
Fields | |
---|---|
maxEirp |
Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of |
frequencyRange |
The transmission frequency range. |
state |
State of the grant. |
channelType |
Type of channel used. |
moveList[] |
The DPA move lists on which this grant appears. |
expireTime |
The expiration time of the grant. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
suspensionReason[] |
If the grant is suspended, the reason(s) for suspension. |
grantId |
Grant Id. |
lastHeartbeatTransmitExpireTime |
The transmit expiration time of the last heartbeat. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
FrequencyRange
Frequency range from low_frequency
to high_frequency
.
JSON representation |
---|
{ "lowFrequencyMhz": number, "highFrequencyMhz": number } |
Fields | |
---|---|
lowFrequencyMhz |
The lowest frequency of the frequency range in MHz. |
highFrequencyMhz |
The highest frequency of the frequency range in MHz. |
GrantState
The state of the grant.
Enums | |
---|---|
GRANT_STATE_UNSPECIFIED |
|
GRANT_STATE_GRANTED |
The grant has been granted but the device is not heartbeating on it. |
GRANT_STATE_TERMINATED |
The grant has been terminated by the SAS. |
GRANT_STATE_SUSPENDED |
The grant has been suspended by the SAS. |
GRANT_STATE_AUTHORIZED |
The device is currently transmitting. |
GRANT_STATE_EXPIRED |
The grant has expired. |
ChannelType
Enums | |
---|---|
CHANNEL_TYPE_UNSPECIFIED |
|
CHANNEL_TYPE_GAA |
|
CHANNEL_TYPE_PAL |
DpaMoveList
An entry in a DPA's move list.
JSON representation |
---|
{
"dpaId": string,
"frequencyRange": {
object ( |
Fields | |
---|---|
dpaId |
The ID of the DPA. |
frequencyRange |
The frequency range that the move list affects. |
DeviceMetadata
Device data overridable by both SAS Portal and registration requests.
JSON representation |
---|
{
"interferenceCoordinationGroup": string,
"commonChannelGroup": string,
"antennaModel": string,
"nrqzValidated": boolean,
"nrqzValidation": {
object ( |
Fields | |
---|---|
interferenceCoordinationGroup |
Interference Coordination Group (ICG). A group of CBSDs that manage their own interference with the group. For more details, see CBRSA-TS-2001 V3.0.0. |
commonChannelGroup |
Common Channel Group (CCG). A group of CBSDs in the same ICG requesting a common primary channel assignment. For more details, see CBRSA-TS-2001 V3.0.0. |
antennaModel |
If populated, the Antenna Model Pattern to use. Format is: |
nrqzValidated |
Output only. Set to |
nrqzValidation |
Output only. National Radio Quiet Zone validation info. |
NrqzValidation
Information about National Radio Quiet Zone validation.
JSON representation |
---|
{
"state": enum ( |
Fields | |
---|---|
state |
State of the NRQZ validation info. |
caseId |
Validation case ID. |
latitude |
Device latitude that's associated with the validation. |
longitude |
Device longitude that's associated with the validation. |
cpiId |
CPI who signed the validation. |
State
State of the NRQZ validation info.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified state. |
DRAFT |
Draft state. |
FINAL |
Final state. |
ChannelWithScore
The channel with score.
JSON representation |
---|
{
"frequencyRange": {
object ( |
Fields | |
---|---|
frequencyRange |
The frequency range of the channel. |
score |
The channel score, normalized to be in the range [0,100]. |
Methods |
|
---|---|
|
Creates a device under a node or customer . |
|
Creates a signed device under a node or customer . |
|
Lists devices under a node or customer . |