lte: removed deprecated ArpCache::Entry::SetMacAddresss from test

This commit is contained in:
Tommaso Pecorella
2017-03-17 01:21:17 +01:00
parent ba54ebd95c
commit a511130e7f

View File

@@ -450,7 +450,7 @@ EpcS1uUlTestCase::DoRun ()
Ptr<ArpCache> ueArpCache = ueLteIpv4Iface->GetArpCache ();
ueArpCache->SetAliveTimeout (Seconds (1000));
ArpCache::Entry* arpCacheEntry = ueArpCache->Add (gwAddr);
arpCacheEntry->SetMacAddresss (Mac48Address::GetBroadcast ());
arpCacheEntry->SetMacAddress (Mac48Address::GetBroadcast ());
arpCacheEntry->MarkPermanent ();