Module Values.GsmLocalIdSource

GSM local ID information, which corresponds to the local identification parameters of a GSM cell.

Sourcetype nonrec t = {
  1. bsic : BSIC.t;
    (*

    GSM base station identity code (BSIC).

    *)
  2. bcch : BCCH.t;
    (*

    GSM broadcast control channel.

    *)
}
Sourceval context_ : string
Sourceval make : bsic:BSIC.t -> bcch:BCCH.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of BSIC.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