Module Values.LteNmrObjSource

LTE object for network measurement reports.

Sourcetype nonrec t = {
  1. pci : PCI.t;
    (*

    Physical cell ID.

    *)
  2. earfcn : EARFCN.t;
    (*

    E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).

    *)
  3. eutranCid : EutranCid.t option;
    (*

    E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).

    *)
  4. rsrp : RSRP.t option;
    (*

    Signal power of the reference signal received, measured in dBm (decibel-milliwatts).

    *)
  5. rsrq : RSRQ.t option;
    (*

    Signal quality of the reference Signal received, measured in decibels (dB).

    *)
}
Sourceval context_ : string
Sourceval make : ?eutranCid:??? -> ?rsrp:??? -> ?rsrq:??? -> pci:PCI.t -> earfcn:EARFCN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Float of RSRQ.t | `Integer of PCI.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t