Skip to content

Commit

Permalink
lr-wpan: Fix missing PHY initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Gallegos Ramonet committed Jan 7, 2025
1 parent 2a7865c commit c5ed16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lr-wpan/model/lr-wpan-net-device.cc
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ LrWpanNetDevice::DoInitialize()
{
NS_LOG_FUNCTION(this);

m_phy->Initialize();
AggregateObject(m_mac);
CompleteConfig();

Expand Down

0 comments on commit c5ed16b

Please sign in to comment.