Module Values.TdscdmaNmrObjSource

TD-SCDMA object for network measurement reports.

Sourcetype nonrec t = {
  1. uarfcn : UARFCN.t;
    (*

    TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.

    *)
  2. cellParams : CellParams.t;
    (*

    Cell parameters for TD-SCDMA network measurement reports object.

    *)
  3. utranCid : UtranCid.t option;
    (*

    UTRAN (UMTS Terrestrial Radio Access Network) cell global identifier.

    *)
  4. rscp : RSCP.t option;
    (*

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

    *)
  5. pathLoss : PathLoss.t option;
    (*

    Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.

    *)
}
Sourceval context_ : string
Sourceval make : ?utranCid:??? -> ?rscp:??? -> ?pathLoss:??? -> uarfcn:UARFCN.t -> cellParams:CellParams.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of UARFCN.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