MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / send_join_accept_response

Method send_join_accept_response

chirpstack/src/downlink/join.rs:557–566  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

555 }
556
557 async fn send_join_accept_response(&self) -> Result<()> {
558 trace!("Sending join-accept response");
559
560 send_downlink(
561 &self.uplink_frame_set.region_config_id,
562 &self.downlink_frame,
563 )
564 .await?;
565 Ok(())
566 }
567
568 async fn save_downlink_frame(&self) -> Result<()> {
569 trace!("Saving downlink frame");

Callers 2

_handleMethod · 0.80
_handle_relayedMethod · 0.80

Calls 1

send_downlinkFunction · 0.85

Tested by

no test coverage detected