Skip to content

Commit

Permalink
Merge pull request #31 from free5gc/fix/nf-register
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 authored Jan 30, 2024
2 parents 26fb5a1 + 8d24cd0 commit 21c6656
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/context/management_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ func nnrfNFManagementCondition(nf *models.NfProfile, nfprofile models.NfProfile)
copy(a, nfprofile.Ipv4Addresses)
nf.Ipv6Addresses = a
}
// DefaultNotificationSubscription
if nfprofile.DefaultNotificationSubscriptions != nil {
nf.DefaultNotificationSubscriptions = append(nf.DefaultNotificationSubscriptions,
nfprofile.DefaultNotificationSubscriptions...)
}
}

func nnrfNFManagementOption(nf *models.NfProfile, nfprofile models.NfProfile) {
Expand Down

0 comments on commit 21c6656

Please sign in to comment.