diff --git a/src/core/thread/mle.cpp b/src/core/thread/mle.cpp index a96516e8e..384a618ba 100644 --- a/src/core/thread/mle.cpp +++ b/src/core/thread/mle.cpp @@ -2519,6 +2519,7 @@ void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, Annou SuccessOrExit(error = AppendHeader(*message, kCommandAnnounce)); channel.Init(); + channel.SetChannelPage(0); channel.SetChannel(Get().GetPanChannel()); SuccessOrExit(error = channel.AppendTo(*message));