Skip to content

Commit

Permalink
fix size of sds pdu description array
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Jun 17, 2024
1 parent 32b4efc commit 1434568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/l3/short_data_service.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ShortDataService {
nlohmann::json message_;
Reporter reporter_;

std::array<std::string, 64> sds_pdu_description_;
std::array<std::string, 256> sds_pdu_description_;

std::unique_ptr<PacketCounterMetrics> metrics_;
};

0 comments on commit 1434568

Please sign in to comment.