Values.LteCellDetailsSourceDetails about the Long-Term Evolution (LTE) network.
type nonrec t = {cellId : EutranCellId.t;The E-UTRAN Cell Identifier (ECI).
*)mcc : LteCellDetailsMccInteger.t;The Mobile Country Code (MCC).
*)mnc : LteCellDetailsMncInteger.t;The Mobile Network Code (MNC)
*)localId : LteLocalId.t option;The LTE local identification information (local ID).
*)networkMeasurements : LteCellDetailsNetworkMeasurementsList.t option;The network measurements.
*)timingAdvance : LteCellDetailsTimingAdvanceInteger.t option;Timing Advance (TA).
*)nrCapable : Boolean.t option;Indicates whether the LTE object is capable of supporting NR (new radio).
*)rsrp : Rsrp.t option;Signal power of the reference signal received, measured in decibel-milliwatts (dBm).
*)rsrq : Rsrq.t option;Signal quality of the reference Signal received, measured in decibels (dB).
*)tac : LteCellDetailsTacInteger.t option;LTE Tracking Area Code (TAC).
*)}val make :
?localId:??? ->
?networkMeasurements:??? ->
?timingAdvance:??? ->
?nrCapable:??? ->
?rsrp:??? ->
?rsrq:??? ->
?tac:??? ->
cellId:EutranCellId.t ->
mcc:LteCellDetailsMccInteger.t ->
mnc:LteCellDetailsMncInteger.t ->
unit ->
t