Module Values.CellTowersSource

The cell towers that were used to perform the measurements.

Sourcetype nonrec t = {
  1. gsm : GsmList.t option;
    (*

    GSM object information.

    *)
  2. wcdma : WcdmaList.t option;
    (*

    WCDMA object information.

    *)
  3. tdscdma : TdscdmaList.t option;
    (*

    TD-SCDMA object information.

    *)
  4. lte : LteList.t option;
    (*

    LTE object information.

    *)
  5. cdma : CdmaList.t option;
    (*

    CDMA object information.

    *)
}
Sourceval make : ?gsm:??? -> ?wcdma:??? -> ?tdscdma:??? -> ?lte:??? -> ?cdma:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of NRCapable.t | `Float of RSRQ.t | `Integer of MCC.t | `List of [> `Structure of (string * [> `Float of RSRQ.t | `Integer of BSIC.t | `Structure of (string * [> `Integer of LAC.t ]) list ]) list ] list | `Structure of (string * [> `Integer of BSIC.t ]) list ]) list ] list ]) 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