BC66

data class BC66(val scEARFCN: Int?, val scEARNFCNOffset: Double?, val scPCI: Int?, val scCellId: String?, val scRSRP: Int?, val scRSRQ: Int?, val scRSSI: Int?, val scSINR: Int?, val scBand: Int?, val scTAC: Int?, val scECL: Int?, val scTXPWR: Double?, val opMode: Int?, val ncEARFCN: Int?, val ncEARNFCNOffset: Double?, val ncPCI: Int?, val ncRSRP: Int?, val rlcULBLER: Int?, val rlcDLBLER: Int?, val macULBLER: Int?, val macDLBLER: Int?, val macULTotalBytes: Int?, val macDLTotalBytes: Int?, val macULTotalHARQTx: Int?, val macDLTotalHARQTx: Int?, val macULHARQReTx: Int?, val macDLHARQReTx: Int?, val rlcULTput: Int?, val rlcDLTput: Int?, val macULTput: Int?, val macDLTput: Int?, val sleepDuration: Double?, val rxTime: Double?, val txTime: Double?) : ModemParameters

Parameters for BC66 modem.

Constructors

Link copied to clipboard
constructor(scEARFCN: Int?, scEARNFCNOffset: Double?, scPCI: Int?, scCellId: String?, scRSRP: Int?, scRSRQ: Int?, scRSSI: Int?, scSINR: Int?, scBand: Int?, scTAC: Int?, scECL: Int?, scTXPWR: Double?, opMode: Int?, ncEARFCN: Int?, ncEARNFCNOffset: Double?, ncPCI: Int?, ncRSRP: Int?, rlcULBLER: Int?, rlcDLBLER: Int?, macULBLER: Int?, macDLBLER: Int?, macULTotalBytes: Int?, macDLTotalBytes: Int?, macULTotalHARQTx: Int?, macDLTotalHARQTx: Int?, macULHARQReTx: Int?, macDLHARQReTx: Int?, rlcULTput: Int?, rlcDLTput: Int?, macULTput: Int?, macDLTput: Int?, sleepDuration: Double?, rxTime: Double?, txTime: Double?)

Properties

Link copied to clipboard

MAC DL BLER. Range: 0:100 or null if unknown.

Link copied to clipboard

MAC DL HARQ re-Tx. Range: 0:2147483647 or null if unknown.

Link copied to clipboard

MAC DL total bytes. Range: 0:2147483647 or null if unknown.

Link copied to clipboard

MAC DL total HARQ Tx. Range: 0:2147483647 or null if unknown.

Link copied to clipboard

MAC DL throughput. Range: 0:2147483647 or null if unknown.

Link copied to clipboard

MAC UL BLER. Range: 0:100 or null if unknown.

Link copied to clipboard

MAC UL HARQ re-Tx. Range: 0:2147483647 or null if unknown.

Link copied to clipboard

MAC UL total bytes. Range: 0:2147483647 or null if unknown.

Link copied to clipboard

MAC UL total HARQ Tx. Range: 0:2147483647 or null if unknown.

Link copied to clipboard

MAC UL throughput. Range: 0:2147483647 or null if unknown.

Link copied to clipboard

Neighboring cell EARFCN. Range: 0:262143 or null if unknown.

Link copied to clipboard

Neighboring cell EARNFCN offset. Values -2, -1, -0.5, 0, 1 or null if unknown.

Link copied to clipboard
val ncPCI: Int?

Neighboring cell PCI. Range: 0:502 or null if unknown.

Link copied to clipboard
val ncRSRP: Int?

Neighboring cell RSRP in dBm. Range: -140:-44 or null if unknown.

Link copied to clipboard
val opMode: Int?

Operation mode. Range: 0:3 or null if unknown.

Link copied to clipboard

RLC DL BLER. Range: 0:100 or null if unknown.

Link copied to clipboard

RLC DL throughput. Range: 0:2147483647 or null if unknown.

Link copied to clipboard

RLC UL BLER. Range: 0:100 or null if unknown.

Link copied to clipboard

RLC UL throughput. Range: 0:2147483647 or null if unknown.

Link copied to clipboard

RX time in seconds. Range: 0.0:214748364.7 or null if unknown.

Link copied to clipboard
val scBand: Int?

Serving cell band or null if unknown.

Link copied to clipboard

Serving cell ID as hex string. Range: 1:268435456 or null if unknown.

Link copied to clipboard

Serving cell EARFCN. Range: 0:262143 or null if unknown.

Link copied to clipboard

Serving cell EARNFCN offset. Values: -2, -1, -0.5, 0, 1 or null if unknown.

Link copied to clipboard
val scECL: Int?

Serving cell ECL. Range: 0:2 or null if unknown.

Link copied to clipboard
val scPCI: Int?

Serving cell PCI. Range: 0:502 or null if unknown.

Link copied to clipboard
val scRSRP: Int?

Serving cell RSRP in dBm. Range: -140:-44 or null if unknown.

Link copied to clipboard
val scRSRQ: Int?

Serving cell RSRQ in dB. Range: -20:-3 or null if unknown.

Link copied to clipboard
val scRSSI: Int?

Serving cell RSSI in dBm. Range: -110:-3 or null if unknown.

Link copied to clipboard
val scSINR: Int?

Serving cell SINR in dB. Range: -10:30 or null if unknown.

Link copied to clipboard
val scTAC: Int?

Serving cell TAC. Range: 0:65536 or null if unknown.

Link copied to clipboard

Serving cell TX power in dBm. Range -44.0:23.0 or null if unknown.

Link copied to clipboard

Sleep duration seconds. Range: 0.0:214748364.7 or null if unknown.

Link copied to clipboard

TX time in seconds. Range: 0.0:214748364.7 or null if unknown.