MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Setup

Method Setup

pkg/gatewayserver/upstream/ns/ns.go:67–69  ·  view source on GitHub ↗

Setup implements upstream.Handler.

(context.Context)

Source from the content-addressed store, hash-verified

65
66// Setup implements upstream.Handler.
67func (h *Handler) Setup(context.Context) error {
68 return nil
69}
70
71// ConnectGateway implements upstream.Handler.
72func (h *Handler) ConnectGateway(ctx context.Context, ids *ttnpb.GatewayIdentifiers, conn *io.Connection) error {

Callers 1

NewFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected