Skip to content

Commit

Permalink
fix: segfault when removing gNB and UPF
Browse files Browse the repository at this point in the history
  • Loading branch information
ming-hsien committed Sep 18, 2024
1 parent ffad328 commit b8bce67
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 b8bce67

Please sign in to comment.