Values.WcdmaObjSourceWCDMA.
type nonrec t = {mcc : MCC.t;Mobile Country Code.
*)mnc : MNC.t;Mobile Network Code.
*)lac : LAC.t option;Location Area Code.
*)utranCid : UtranCid.t;UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
*)wcdmaLocalId : WcdmaLocalId.t option;WCDMA local ID information.
*)rscp : RSCP.t option;Received Signal Code Power (signal power) (dBm).
*)pathLoss : PathLoss.t option;Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
*)wcdmaNmr : WcdmaNmrList.t option;WCDMA object for network measurement reports.
*)}val make :
?lac:??? ->
?wcdmaLocalId:??? ->
?rscp:??? ->
?pathLoss:??? ->
?wcdmaNmr:??? ->
mcc:MCC.t ->
mnc:MNC.t ->
utranCid:UtranCid.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MCC.t
| `List of
[> `Structure of (string * [> `Integer of UARFCNDL.t ]) list ] list
| `Structure of (string * [> `Integer of UARFCNDL.t ]) list ])
list ]