Module Values.LteCellDetailsSource

Details about the Long-Term Evolution (LTE) network.

Sourcetype nonrec t = {
  1. cellId : EutranCellId.t;
    (*

    The E-UTRAN Cell Identifier (ECI).

    *)
  2. mcc : LteCellDetailsMccInteger.t;
    (*

    The Mobile Country Code (MCC).

    *)
  3. mnc : LteCellDetailsMncInteger.t;
    (*

    The Mobile Network Code (MNC)

    *)
  4. localId : LteLocalId.t option;
    (*

    The LTE local identification information (local ID).

    *)
  5. networkMeasurements : LteCellDetailsNetworkMeasurementsList.t option;
    (*

    The network measurements.

    *)
  6. timingAdvance : LteCellDetailsTimingAdvanceInteger.t option;
    (*

    Timing Advance (TA).

    *)
  7. nrCapable : Boolean.t option;
    (*

    Indicates whether the LTE object is capable of supporting NR (new radio).

    *)
  8. rsrp : Rsrp.t option;
    (*

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

    *)
  9. rsrq : Rsrq.t option;
    (*

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

    *)
  10. tac : LteCellDetailsTacInteger.t option;
    (*

    LTE Tracking Area Code (TAC).

    *)
}
Sourceval context_ : string
Sourceval make : ?localId:??? -> ?networkMeasurements:??? -> ?timingAdvance:??? -> ?nrCapable:??? -> ?rsrp:??? -> ?rsrq:??? -> ?tac:??? -> cellId:EutranCellId.t -> mcc:LteCellDetailsMccInteger.t -> mnc:LteCellDetailsMncInteger.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Float of Rsrq.t | `Integer of EutranCellId.t | `List of [> `Structure of (string * [> `Float of Rsrq.t | `Integer of Earfcn.t ]) list ] list | `Structure of (string * [> `Integer of Earfcn.t ]) 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