Module Values.CdmaLocalIdSource

CDMA local ID information, which corresponds to the local identification parameters of a CDMA cell.

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.

    *)
}
Sourceval context_ : string
Sourceval make : 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