Skip to content

Commit

Permalink
ns: Mark rejoin request handling as unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares committed Oct 16, 2023
1 parent 18a44f1 commit 77fe647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networkserver/grpc_gsns.go
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ func (ns *NetworkServer) handleJoinRequest(ctx context.Context, up *ttnpb.Uplink
return nil
}

var errRejoinRequest = errors.DefineUnimplemented("rejoin_request", "rejoin-request handling is not implemented")
var errRejoinRequest = errors.DefineUnavailable("rejoin_request", "rejoin-request handling is not implemented")

func (ns *NetworkServer) handleRejoinRequest(ctx context.Context, up *ttnpb.UplinkMessage) error {
defer trace.StartRegion(ctx, "handle rejoin request").End()
Expand Down

0 comments on commit 77fe647

Please sign in to comment.