Bug 1180

Summary: LTE: Add TX/RX trace support
Product: ns-3 Reporter: Gustavo J. A. M. Carneiro <gjcarneiro>
Component: lteAssignee: Giuseppe Piro <peppe>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs, sondes.khemiri, tommaso.pecorella
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 1179    
Attachments: patch

Description Gustavo J. A. M. Carneiro 2011-06-03 10:31:22 EDT
Created attachment 1156 [details]
patch

The current lte netdevice has some non-working code for tracing, the trace sources are not even registered.  I need just Rx/Tx for the visualizer.  I followed an interface similar to Wimax, wherein the packet is reported with the LLC header and a parameter with source/dest mac address.
Comment 1 sondes.khemiri 2012-01-12 05:52:47 EST
how can i use this patch ?
Comment 2 Gustavo J. A. M. Carneiro 2012-02-20 07:07:15 EST
Ping?
Comment 3 Tommaso Pecorella 2012-02-20 09:07:43 EST
+1

T.
Comment 4 Gustavo J. A. M. Carneiro 2012-02-20 13:01:54 EST
changeset:   7725:beb12afbe25f
user:        Gustavo J. A. M. Carneiro  <gjc@inescporto.pt>
date:        Mon Feb 20 18:00:54 2012 +0000
summary:     Bug 1180 - LTE: Add TX/RX trace support