Module Values.WcdmaNmrObjSource

Network Measurement Reports.

Sourcetype nonrec t = {
  1. uarfcndl : UARFCNDL.t;
    (*

    WCDMA UTRA Absolute RF Channel Number downlink.

    *)
  2. psc : PSC.t;
    (*

    Primary Scrambling Code.

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

    UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.

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

    Received Signal Code Power (signal power) (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 : ?rscp:??? -> ?pathLoss:??? -> uarfcndl:UARFCNDL.t -> psc:PSC.t -> utranCid:UtranCid.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of UARFCNDL.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