Browse Source

ConvertSingleLog 少给id 复制

feature/protocol-log-Perfect
root 1 week ago
parent
commit
6fd18a963b
  1. 1
      CoreAgent.ProtocolClient/ProtocolEngineCore/LogDataConverter.cs

1
CoreAgent.ProtocolClient/ProtocolEngineCore/LogDataConverter.cs

@ -147,6 +147,7 @@ namespace CoreAgent.ProtocolClient.ProtocolEngineCore
var detail = new TransferProtocolLog var detail = new TransferProtocolLog
{ {
Id=log.Id,
LayerType = GetProtocolLayer(log.Layer), LayerType = GetProtocolLayer(log.Layer),
Direction = log.Direction, Direction = log.Direction,
UEID = log.UeId, UEID = log.UeId,

Loading…
Cancel
Save