Skip to content

Commit

Permalink
Add UnidirPacketLossPercentage field
Browse files Browse the repository at this point in the history
  • Loading branch information
severindellsperger committed Jun 20, 2024
1 parent 046bb19 commit 257c2de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/requestservice/topology.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ func convertLsLink(doc interface{}, properties []string) *jagw.LsLink {
lsLink.NormalizedUnidirDelayVariation = proto.Float64(document.NormalizedUnidirDelayVariation)
case property.NormalizedUnidirPacketLoss:
lsLink.NormalizedUnidirPacketLoss = proto.Float64(document.NormalizedUnidirPacketLoss)
case property.UnidirPacketLossPercentage:
lsLink.UnidirPacketLossPercentage = proto.Float64(document.UnidirPacketLossPercentage)
case property.Rev:
lsLink.Rev = proto.String(document.Rev)
case property.PeerType:
Expand Down

0 comments on commit 257c2de

Please sign in to comment.