Module Values.GlobalIdentitySource

Global identity information.

Sourcetype nonrec t = {
  1. lac : LAC.t;
    (*

    Location area code of the global identity.

    *)
  2. geranCid : GeranCid.t;
    (*

    GERAN (GSM EDGE Radio Access Network) cell global identifier.

    *)
}
Sourceval context_ : string
Sourceval make : lac:LAC.t -> geranCid:GeranCid.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of LAC.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