Values.CdmaNmrObjSourceCDMA object for network measurement reports.
type nonrec t = {pnOffset : PnOffset.t;Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
*)cdmaChannel : CdmaChannel.t;CDMA channel information.
*)pilotPower : PilotPower.t option;Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
*)baseStationId : BaseStationId.t option;CDMA base station ID (BSID).
*)}val make :
?pilotPower:??? ->
?baseStationId:??? ->
pnOffset:PnOffset.t ->
cdmaChannel:CdmaChannel.t ->
unit ->
t