lte: Fix incorrect trace source path in example

This commit is contained in:
Tom Henderson
2020-09-12 15:20:45 -07:00
parent fa9e6cc531
commit ac2dc28ccb

View File

@@ -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