Skip to content

Commit

Permalink
tets
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloAvlis committed Mar 1, 2024
1 parent d176bed commit b8acf2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/uemgr/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ func (m *Manager) updateUEAspects(ctx context.Context, ue uenib.UE) {
log.Debug("Updating UE aspects")

// uncomment me to set aspect to existing UE
// ue.SetAspect(&uenib.CellInfo{ServingCell: &uenib.CellConnection{
// ID: "e2:4/e00/2/64/e0000",
// SignalStrength: 11.0,
// }})
ue.SetAspect(&uenib.CellInfo{ServingCell: &uenib.CellConnection{
ID: "e2:4/e00/2/64/e0000",
SignalStrength: 11.0,
}})

_, err := m.ueClient.UpdateUE(ctx, &uenib.UpdateUERequest{
UE: ue,
Expand Down

0 comments on commit b8acf2b

Please sign in to comment.