Skip to content

Commit

Permalink
fix bug: segfault when removing gNB with user session and then killin…
Browse files Browse the repository at this point in the history
…g UPF process
  • Loading branch information
ming-hsien committed Sep 18, 2024
1 parent ffad328 commit f11d3e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/sbi/processor/association.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ func (p *Processor) requestAMFToReleasePDUResources(
N1N2MessageTransfer(ctx, smContext.Supi, n1n2Request, smContext.CommunicationClientApiPrefix)
if err != nil {
logger.ConsumerLog.Warnf("N1N2MessageTransfer for RequestAMFToReleasePDUResources failed: %+v", err)
return false, true
}

switch *statusCode {
Expand Down

0 comments on commit f11d3e3

Please sign in to comment.