Skip to content

Commit

Permalink
Remove no longer used error message
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Dec 17, 2024
1 parent 67374fb commit 08cd8b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/smf/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ import (
)

var (
ErrDnnNotFound = errors.New("DNN not found")
ErrPDUSessionAlreadyExists = errors.New("PDU Session already exists")
ErrPDUSessionNotFound = errors.New("PDU Session not found")
ErrDnnNotFound = errors.New("DNN not found")
ErrPDUSessionNotFound = errors.New("PDU Session not found")

ErrUpfNotAssociated = errors.New("UPF not associated")
ErrUpfNotFound = errors.New("UPF not found")
Expand Down

0 comments on commit 08cd8b5

Please sign in to comment.