Skip to content

Commit

Permalink
Merge pull request #125 from ming-hsien/fix/segfault_err
Browse files Browse the repository at this point in the history
fix bug: segfault when removing gNB with user session and then killing UPF process
  • Loading branch information
ianchen0119 authored Sep 18, 2024
2 parents ffad328 + b8bce67 commit 43a8cbe
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 43a8cbe

Please sign in to comment.