Module Values.LteLocalIdSource

LTE local identification (local ID) information.

Sourcetype nonrec t = {
  1. pci : PCI.t;
    (*

    Physical cell ID.

    *)
  2. earfcn : EARFCN.t;
    (*

    Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).

    *)
}
Sourceval context_ : string
Sourceval make : pci:PCI.t -> earfcn:EARFCN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of PCI.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