Skip to content

Commit bf0cfc6

Browse files
jeffjeff
authored andcommitted
squash! fix: redund code in last merge.
1 parent b391d86 commit bf0cfc6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/sbi/processor/ue_context.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ func (p *Processor) CreateUEContextProcedure(ueContextID string, createUeContext
7070
// }
7171
ue.HandoverNotifyUri = ueContextCreateData.N2NotifyUri
7272

73-
targetRan, ok := amfSelf.AmfRanFindByRanID(*ueContextCreateData.TargetId.RanNodeId)
74-
if !ok {
75-
// internal error.
76-
}
7773
targetRan, ok := amfSelf.AmfRanFindByRanID(*ueContextCreateData.TargetId.RanNodeId)
7874
if !ok {
7975
// internal error.

0 commit comments

Comments
 (0)