Module Values.LteLocalIdSource

LTE local identification information (local ID).

Sourcetype nonrec t = {
  1. earfcn : Earfcn.t;
    (*

    E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).

    *)
  2. pci : Pci.t;
    (*

    Physical Cell ID (PCI).

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