Skip to content

Commit

Permalink
mobile data toggle fix (#291)
Browse files Browse the repository at this point in the history
Signed-off-by: AshithaCDAC <[email protected]>
  • Loading branch information
ashithacdac authored Aug 30, 2024
1 parent 76a4440 commit 531a0ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ngap/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,7 @@ func HandlePDUSessionResourceSetupResponse(ran *context.AmfRan, message *ngapTyp
smContext, ok := amfUe.SmContextFindByPDUSessionID(pduSessionID)
if !ok {
ranUe.Log.Errorf("SmContext[PDU Session ID:%d] not found", pduSessionID)
continue
}
_, _, _, err := consumer.SendUpdateSmContextN2Info(amfUe, smContext,
models.N2SmInfoType_PDU_RES_SETUP_FAIL, transfer)
Expand Down

0 comments on commit 531a0ed

Please sign in to comment.