Skip to content

Commit 6bd4bf7

Browse files
Agent: adds son_slave support for 'message_to_radio'
Here we add just a notification to pass on to the radio log, which does nothing, but validates whether we succesfully passed the message from the controller/son_management.cpp to the agent/../../slave/son_slave_thread.cpp
1 parent 8e5f975 commit 6bd4bf7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

agent/src/beerocks/slave/son_slave_thread.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,10 @@ bool slave_thread::handle_cmdu_control_message(Socket *sd,
11261126
message_com::send_cmdu(monitor_socket, cmdu_tx);
11271127
break;
11281128
}
1129+
case beerocks_message::ACTION_CONTROL_MESSAGE_TO_RADIO_REQUEST: {
1130+
LOG(WARNING) << "received ACTION_CONTROL_MESSAGE_TO_RADIO_REQUEST";
1131+
break;
1132+
}
11291133
default: {
11301134
LOG(ERROR) << "Unknown CONTROL message, action_op: " << int(beerocks_header->action_op());
11311135
return false;

0 commit comments

Comments
 (0)