Skip to content

Commit

Permalink
ns: Fix RelayUplinkUplinkListRequest event rights
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares committed Dec 8, 2023
1 parent 3e607c7 commit cabfb2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/networkserver/mac/relay_update_uplink_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var (
EvtEnqueueRelayUpdateUplinkListRequest = defineEnqueueMACRequestEvent(
"relay_update_uplink_list", "relay update uplink list",
events.WithDataType(&ttnpb.MACCommand_RelayUpdateUplinkListReq{}),
events.WithVisibility(ttnpb.Right_RIGHT_APPLICATION_DEVICES_READ_KEYS),
)()
// EvtReceiveRelayUpdateUplinkListAnswer is emitted when a relay update uplink list request is answered.
EvtReceiveRelayUpdateUplinkListAnswer = defineReceiveMACAnswerEvent(
Expand Down

0 comments on commit cabfb2a

Please sign in to comment.