Skip to content

Commit 4ca2c19

Browse files
authored
Merge pull request #204 from timyl/fix/n2-ho-report-ue-location
fix: include UE location in N2 handover complete notification to SMF
2 parents 23d845b + 2a116cb commit 4ca2c19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/sbi/consumer/smf_service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ func (s *nsmfService) SendUpdateSmContextN2HandoverComplete(
395395
) {
396396
updateData := models.SmfPduSessionSmContextUpdateData{}
397397
updateData.HoState = models.HoState_COMPLETED
398+
updateData.UeLocation = &ue.Location
398399
if amfid != "" {
399400
updateData.ServingNfId = amfid
400401
updateData.ServingNetwork = guami.PlmnId

0 commit comments

Comments
 (0)