Module Values.CdmaNmrObjSource

CDMA object for network measurement reports.

Sourcetype nonrec t = {
  1. pnOffset : PnOffset.t;
    (*

    Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.

    *)
  2. cdmaChannel : CdmaChannel.t;
    (*

    CDMA channel information.

    *)
  3. pilotPower : PilotPower.t option;
    (*

    Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).

    *)
  4. baseStationId : BaseStationId.t option;
    (*

    CDMA base station ID (BSID).

    *)
}
Sourceval context_ : string
Sourceval make : ?pilotPower:??? -> ?baseStationId:??? -> pnOffset:PnOffset.t -> cdmaChannel:CdmaChannel.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of PnOffset.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