UEInfo4G Class

Definition

UE Information for 4G.

public class UEInfo4G : Azure.ResourceManager.MobileNetwork.Models.ExtendedUEInfoProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.UEInfo4G>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.UEInfo4G>
type UEInfo4G = class
    inherit ExtendedUEInfoProperties
    interface IJsonModel<UEInfo4G>
    interface IPersistableModel<UEInfo4G>
Public Class UEInfo4G
Inherits ExtendedUEInfoProperties
Implements IJsonModel(Of UEInfo4G), IPersistableModel(Of UEInfo4G)
Inheritance
Implements

Constructors

UEInfo4G(String, Int32, Int32, Int32, String, String)

Initializes a new instance of UEInfo4G.

Properties

BitLength

Gets or sets the bit length.

Code

MME code.

ENbId

eNodeB identifier.

EnbS1ApId

eNodeB S1AP identifier.

GNBValue

Gets or sets the gnb value.

GroupId

MME group identifier.

Imei

International mobile equipment identity.

Imeisv

International mobile equipment identity – software version.

Imsi

International mobile subscriber identifier.

LastActivityOn

The timestamp of last activity of UE (UTC).

LastReadOn

The timestamp of last UE info read from the packet core (UTC).

(Inherited from ExtendedUEInfoProperties)
LastVisitedTai

Last Visited TAI.

LocationType

Location Type.

MccInfoConnectionInfoGlobalRanNodeIdPlmnIdMcc

Mobile country code (MCC).

MccInfoConnectionInfoLocationInfoPlmnMcc

Mobile country code (MCC).

MccInfoGutiPlmnMcc

Mobile country code (MCC).

MmeS1ApId

MME S1AP identifier.

MncInfoConnectionInfoGlobalRanNodeIdPlmnIdMnc

Mobile network code (MNC).

MncInfoConnectionInfoLocationInfoPlmnMnc

Mobile network code (MNC).

MncInfoGutiPlmnMnc

Mobile network code (MNC).

MTmsi

MME Temporary Mobile Subscriber Identity.

N3IwfId

N3 IWF identifier.

NgeNbId

NG-eNodeB identifier.

Nid

Network identifier.

PerUETnla

Per-UE transport network layer association.

RrcEstablishmentCause

Radio connection establishment cause.

SessionInfo

Gets the session info.

Tac

Type Allocation Code of UE.

TngfId

TNGF identifier.

UEState

State of the UE.

UEUsageSetting

The UE's usage setting.

WagfId

W-AGF identifier.

Explicit Interface Implementations

IJsonModel<ExtendedUEInfoProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ExtendedUEInfoProperties)
IJsonModel<ExtendedUEInfoProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ExtendedUEInfoProperties)
IJsonModel<UEInfo4G>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<UEInfo4G>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExtendedUEInfoProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ExtendedUEInfoProperties)
IPersistableModel<ExtendedUEInfoProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ExtendedUEInfoProperties)
IPersistableModel<ExtendedUEInfoProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ExtendedUEInfoProperties)
IPersistableModel<UEInfo4G>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UEInfo4G>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<UEInfo4G>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to