From ac2dc28ccb894fb91c2053d11e04e54f366d57a4 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sat, 12 Sep 2020 15:20:45 -0700 Subject: [PATCH] lte: Fix incorrect trace source path in example --- src/lte/examples/lena-radio-link-failure.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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