Skip to content

Commit

Permalink
call_info update (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
taclane committed Nov 15, 2023
1 parent f32aa56 commit 837a057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions trunk-recorder/call_concluder/call_concluder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ Call_Data_t Call_Concluder::create_call_data(Call *call, System *sys, Config con
call_info.tdma_slot = call->get_tdma_slot();
call_info.phase2_tdma = call->get_phase2_tdma();
call_info.transmission_list = call->get_transmissions();
call_info.sys_num = sys->get_sys_num();
call_info.short_name = sys->get_short_name();
call_info.upload_script = sys->get_upload_script();
call_info.audio_archive = sys->get_audio_archive();
Expand Down
1 change: 1 addition & 0 deletions trunk-recorder/global_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ struct Call_Data_t {
char converted[300];
int min_transmissions_removed;

int sys_num;
std::string short_name;
std::string upload_script;
std::string audio_type;
Expand Down

0 comments on commit 837a057

Please sign in to comment.