Module Values.TdscdmaObjSource

TD-SCDMA object.

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. tdscdmaLocalId : TdscdmaLocalId.t option;
    (*

    TD-SCDMA local identification (local ID) information.

    *)
  6. tdscdmaTimingAdvance : TdscdmaTimingAdvance.t option;
    (*

    TD-SCDMA Timing advance.

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

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

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

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

    *)
  9. tdscdmaNmr : TdscdmaNmrList.t option;
    (*

    TD-SCDMA object for network measurement reports.

    *)
}
Sourceval context_ : string
Sourceval make : ?lac:??? -> ?tdscdmaLocalId:??? -> ?tdscdmaTimingAdvance:??? -> ?rscp:??? -> ?pathLoss:??? -> ?tdscdmaNmr:??? -> 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 UARFCN.t ]) list ] list | `Structure of (string * [> `Integer of UARFCN.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