Skip to content

Commit

Permalink
Update p25_parser.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Jun 4, 2023
1 parent 534a07d commit ee88a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk-recorder/systems/p25_parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ std::vector<TrunkMessage> P25Parser::decode_tsbk(boost::dynamic_bitset<> &tsbk,
unsigned long f2 = channel_id_to_frequency(ch2, sys_num);

message.message_type = UPDATE;
message.freq = f2;
message.freq = f1;
message.talkgroup = ga1;
message.emergency = emergency;
message.encrypted = encrypted;
Expand Down

0 comments on commit ee88a2d

Please sign in to comment.