diff --git a/src/lte/examples/lena-radio-link-failure.cc b/src/lte/examples/lena-radio-link-failure.cc index f1b5c766b..cdc4d9813 100644 --- a/src/lte/examples/lena-radio-link-failure.cc +++ b/src/lte/examples/lena-radio-link-failure.cc @@ -525,7 +525,7 @@ main (int argc, char *argv[]) MakeCallback (&NotifyRandomAccessErrorUe)); Config::ConnectWithoutContext ("/NodeList/*/DeviceList/*/LteUeRrc/ConnectionTimeout", MakeCallback (&NotifyConnectionTimeoutUe)); - Config::ConnectWithoutContext ("/NodeList/*/DeviceList/*/LteUeMac/RaResponseTimeout", + Config::ConnectWithoutContext ("/NodeList/*/DeviceList/*/$ns3::LteUeNetDevice/ComponentCarrierMapUe/*/LteUeMac/RaResponseTimeout", MakeCallback (&NotifyRaResponseTimeoutUe)); //Trace sink for the packet sink of UE