Module Values.WcdmaObjSource

WCDMA.

Sourcetype nonrec t = {
  1. mcc : MCC.t;
    (*

    Mobile Country Code.

    *)
  2. mnc : MNC.t;
    (*

    Mobile Network Code.

    *)
  3. lac : LAC.t option;
    (*

    Location Area Code.

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

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

    *)
  5. wcdmaLocalId : WcdmaLocalId.t option;
    (*

    WCDMA local ID information.

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

    Received Signal Code Power (signal power) (dBm).

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

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

    *)
  8. wcdmaNmr : WcdmaNmrList.t option;
    (*

    WCDMA object for network measurement reports.

    *)
}
Sourceval context_ : string
Sourceval make : ?lac:??? -> ?wcdmaLocalId:??? -> ?rscp:??? -> ?pathLoss:??? -> ?wcdmaNmr:??? -> mcc:MCC.t -> mnc:MNC.t -> utranCid:UtranCid.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MCC.t | `List of [> `Structure of (string * [> `Integer of UARFCNDL.t ]) list ] list | `Structure of (string * [> `Integer of UARFCNDL.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