Values.CdmaObjSourceCDMA (Code-division multiple access) object.
type nonrec t = {systemId : SystemId.t;CDMA system ID (SID).
*)networkId : NetworkId.t;CDMA network ID (NID).
*)baseStationId : BaseStationId.t;CDMA base station ID (BSID).
*)registrationZone : RegistrationZone.t option;CDMA registration zone (RZ).
*)cdmaLocalId : CdmaLocalId.t option;CDMA local identification (local ID) parameters.
*)pilotPower : PilotPower.t option;Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
*)baseLat : BaseLat.t option;CDMA base station latitude in degrees.
*)baseLng : BaseLng.t option;CDMA base station longitude in degrees.
*)cdmaNmr : CdmaNmrList.t option;CDMA network measurement reports.
*)}val make :
?registrationZone:??? ->
?cdmaLocalId:??? ->
?pilotPower:??? ->
?baseLat:??? ->
?baseLng:??? ->
?cdmaNmr:??? ->
systemId:SystemId.t ->
networkId:NetworkId.t ->
baseStationId:BaseStationId.t ->
unit ->
tval 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 ]