Skip to content

Commit

Permalink
fix: add HoldingRanue
Browse files Browse the repository at this point in the history
  • Loading branch information
donald1218 committed Jul 12, 2024
1 parent 424269b commit 5bb0da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/ngap/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ func handleInitialUEMessageMain(ran *context.AmfRan,
// Described in TS 23.502 4.2.2.2.2 step 4 (without UDSF deployment)
ranUe.Log.Infof("find AmfUe [%q:%q]", idType, id)
ranUe.Log.Debugf("AmfUe Attach RanUe [RanUeNgapID: %d]", ranUe.RanUeNgapId)
amfUe.HoldingRanUe[ranUe.Ran.AnType] = amfUe.RanUe[ranUe.Ran.AnType]
gmm_common.AttachRanUeToAmfUeAndReleaseOldIfAny(amfUe, ranUe)
} else if regReqType != nasMessage.RegistrationType5GSInitialRegistration {
if regReqType == nasMessage.RegistrationType5GSPeriodicRegistrationUpdating ||
Expand Down

0 comments on commit 5bb0da4

Please sign in to comment.