Module Values.GsmNmrObjSource

GSM object for network measurement reports.

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

    GSM base station identity code (BSIC).

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

    GSM broadcast control channel.

    *)
  3. rxLevel : RxLevel.t option;
    (*

    Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).

    *)
  4. globalIdentity : GlobalIdentity.t option;
    (*

    Global identity information of the GSM object.

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