Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SasPortalDeviceAirInterface

import type { SasPortalDeviceAirInterface } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

Information about the device's air interface.

interface SasPortalDeviceAirInterface {
radioTechnology?:
| "RADIO_TECHNOLOGY_UNSPECIFIED"
| "E_UTRA"
| "CAMBIUM_NETWORKS"
| "FOUR_G_BBW_SAA_1"
| "NR"
| "DOODLE_CBRS"
| "CW"
| "REDLINE"
| "TARANA_WIRELESS";
supportedSpec?: string;
}

§Properties

§
radioTechnology?: "RADIO_TECHNOLOGY_UNSPECIFIED" | "E_UTRA" | "CAMBIUM_NETWORKS" | "FOUR_G_BBW_SAA_1" | "NR" | "DOODLE_CBRS" | "CW" | "REDLINE" | "TARANA_WIRELESS"
[src]

Conditional. This field specifies the radio access technology that is used for the CBSD.

§
supportedSpec?: string
[src]

Optional. This field is related to the radioTechnology and provides the air interface specification that the CBSD is compliant with at the time of registration.