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

Method RegisterInterop

pkg/joinserver/joinserver.go:178–180  ·  view source on GitHub ↗

RegisterInterop registers the NS-JS and AS-JS interop services.

(srv *interop.Server)

Source from the content-addressed store, hash-verified

176
177// RegisterInterop registers the NS-JS and AS-JS interop services.
178func (js *JoinServer) RegisterInterop(srv *interop.Server) {
179 srv.RegisterJS(js.interop)
180}
181
182var supportedMACVersions = [...]ttnpb.MACVersion{
183 ttnpb.MACVersion_MAC_V1_0,

Callers

nothing calls this directly

Calls 1

RegisterJSMethod · 0.80

Tested by

no test coverage detected