Values.LteNetworkMeasurementsSourceLTE network measurements.
type nonrec t = {earfcn : Earfcn.t;E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).
*)cellId : EutranCellId.t;E-UTRAN Cell Identifier (ECI).
*)pci : Pci.t;Physical Cell ID (PCI).
*)rsrp : Rsrp.t option;Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
*)rsrq : Rsrq.t option;Signal quality of the reference Signal received, measured in decibels (dB).
*)}val make :
?rsrp:??? ->
?rsrq:??? ->
earfcn:Earfcn.t ->
cellId:EutranCellId.t ->
pci:Pci.t ->
unit ->
t