Skip to content

Commit

Permalink
Fix: Wrong parameters set for PDU session status IE in Registration A…
Browse files Browse the repository at this point in the history
…ccept for Mobility Registration Updating. (#62)
  • Loading branch information
matsumu-y authored Mar 1, 2022
1 parent b6b07f7 commit 5e6d957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmm/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ func HandleMobilityAndPeriodicRegistrationUpdating(ue *context.AmfUe, anType mod
pduSessionStatus[psi] = false
}
} else {
pduSessionStatus[psi] = false
pduSessionStatus[psi] = true
}
}
}
Expand Down

0 comments on commit 5e6d957

Please sign in to comment.