Module Values.CdmaObjSource

CDMA (Code-division multiple access) object.

Sourcetype nonrec t = {
  1. systemId : SystemId.t;
    (*

    CDMA system ID (SID).

    *)
  2. networkId : NetworkId.t;
    (*

    CDMA network ID (NID).

    *)
  3. baseStationId : BaseStationId.t;
    (*

    CDMA base station ID (BSID).

    *)
  4. registrationZone : RegistrationZone.t option;
    (*

    CDMA registration zone (RZ).

    *)
  5. cdmaLocalId : CdmaLocalId.t option;
    (*

    CDMA local identification (local ID) parameters.

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

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

    *)
  7. baseLat : BaseLat.t option;
    (*

    CDMA base station latitude in degrees.

    *)
  8. baseLng : BaseLng.t option;
    (*

    CDMA base station longitude in degrees.

    *)
  9. cdmaNmr : CdmaNmrList.t option;
    (*

    CDMA network measurement reports.

    *)
}
Sourceval context_ : string
Sourceval make : ?registrationZone:??? -> ?cdmaLocalId:??? -> ?pilotPower:??? -> ?baseLat:??? -> ?baseLng:??? -> ?cdmaNmr:??? -> systemId:SystemId.t -> networkId:NetworkId.t -> baseStationId:BaseStationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Float of BaseLat.t | `Integer of SystemId.t | `List of [> `Structure of (string * [> `Integer of PnOffset.t ]) list ] list | `Structure of (string * [> `Integer of PnOffset.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