Skip to content

Commit

Permalink
stop reporting joins
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Sep 29, 2023
1 parent c426279 commit 3db1f4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pp_packet_reporter.erl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ start_link(Args) ->
PacketType :: join | packet | uplink,
ReceivedTimestamp :: non_neg_integer()
) -> ok.
report_packet(_, _, join, _) ->
ok;
report_packet(Packet, NetID, packet, ReceivedTimestamp) ->
report_packet(Packet, NetID, uplink, ReceivedTimestamp);
report_packet(Packet, NetID, PacketType, ReceivedTimestamp) ->
Expand Down

0 comments on commit 3db1f4b

Please sign in to comment.