Skip to content

Commit

Permalink
Fix: Addressed the issue during SMF UDMUnSubscription for a PDU Session
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshvvr committed Jun 8, 2024
1 parent 771feba commit 47c1942
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/sbi/consumer/subscriber_data_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ func SDMUnSubscribe(smCtx *smf_context.SMContext) (problemDetails *models.Proble
err error,
) {
if smf_context.GetSelf().Ues.UeExists(smCtx.Supi) {
// Check if the session being deleted is the last session for the UE
if smf_context.GetSelf().Ues.IsLastPduSession(smCtx.Supi) {
sdmUri := util.SearchNFServiceUri(smf_context.GetSelf().UDMProfile, models.ServiceName_NUDM_SDM,
models.NfServiceStatus_REGISTERED)
Expand Down

0 comments on commit 47c1942

Please sign in to comment.