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