Commit Graph

9902 Commits

Author SHA1 Message Date
Nicola Baldo
f9e816543c removed useless LteNetDevice:m_phyMacTxStartCallback 2011-05-03 13:51:07 +02:00
Nicola Baldo
28a51e00fd merge 2011-05-03 13:47:40 +02:00
Nicola Baldo
f71e476ed4 merged ns-3-dev 2011-05-03 13:46:09 +02:00
mrequena
371792608a Test 1.1 and 1.2: test LteUePhy interface instead of CqiSinrChunkProcessor interface 2011-05-03 12:44:40 +02:00
Nicola Baldo
3a43783963 fixed Bug 1122 - spectrum-value test should check tolerance on a per-value basis 2011-05-03 12:26:55 +02:00
jnin
73afe1dfd5 Movec cellId assignation out of the constructor (since it is an attribute now, it is set in DoStart method) 2011-05-03 12:22:37 +02:00
jnin
1649562c29 Added IMSI output to RLC outpu
Adapted RlcStatsCalculator to IMSI input
Adapted all simulation programs and to the new RlcStats API and moved all trace / sink connections to LENA helper.
2011-05-03 11:58:15 +02:00
Mathieu Lacage
5dc857e7bd merge with HEAD 2011-05-03 11:39:31 +02:00
Mathieu Lacage
ef666c6a8b use the right macros to avoid un-needed code. DO NOT USE int values for bool. 2011-05-03 11:38:15 +02:00
Mathieu Lacage
755f4aa15b use the right macros to avoid un-needed code. remove slashes in names. 2011-05-03 11:37:21 +02:00
Mathieu Lacage
2281fc0180 avoid the use of nested NS_TEST_ calls 2011-05-03 11:30:58 +02:00
Mathieu Lacage
b25ef1633d kill dead code 2011-05-03 11:23:51 +02:00
Mathieu Lacage
5fee8063bc do not dump stuff on std::cout during tests 2011-05-03 11:23:11 +02:00
Mathieu Lacage
9de9b1b10d typo in Teardown method name 2011-05-03 11:22:20 +02:00
Mathieu Lacage
c803b08135 improve test output upon failure 2011-05-03 11:21:50 +02:00
Mathieu Lacage
4a484cdfd5 convert from old test API 2011-05-03 11:19:03 +02:00
Mathieu Lacage
34211bb68e improve test output upon failure 2011-05-03 11:18:41 +02:00
Mathieu Lacage
dd5f401539 do not log output on std::cout 2011-05-03 11:18:09 +02:00
Mathieu Lacage
967d2abf5c do not log debug output on std::cout 2011-05-03 11:17:35 +02:00
Mathieu Lacage
f609bc4fd2 do not dump debug out on std::cout 2011-05-03 11:16:58 +02:00
Mathieu Lacage
386a2745dd remove / in name 2011-05-03 11:16:39 +02:00
Marco Miozzo
c2340fb3c8 merge 2011-05-03 09:32:21 +02:00
Marco Miozzo
5b647d1ea3 Renaming polishment RR and PF Test 2011-05-03 09:31:25 +02:00
Flavio Kubota
47cd766322 WiMAX code style patch 2011-05-03 01:08:21 -03:00
Mitch Watrous
e536a8efef Make Python examples use new modular bindings without importing everything 2011-05-02 17:17:09 -07:00
mrequena
bdc53daee2 move lena-test to lte-test 2011-05-02 17:57:57 +02:00
mrequena
46466c4fc1 move lena-test to lte-test 2011-05-02 17:56:00 +02:00
Marco Miozzo
ee05e0a8e0 merge 2011-05-02 17:41:33 +02:00
Marco Miozzo
74e2ceebe8 LenaRrFfMacSchedulerTestCase works, to be refined 2011-05-02 17:37:17 +02:00
Lalith Suresh
fa59efdf02 Click module coding style cleanup 2011-05-02 16:24:20 +01:00
mrequena
2eec7653bb remove old test file 2011-05-02 17:09:13 +02:00
mrequena
0d44f5617b merge 2011-05-02 16:46:21 +02:00
mrequena
81124e2e40 Remove old test files 2011-05-02 16:31:58 +02:00
mrequena
6943c12de3 Add Test 1.2 2011-05-02 16:31:34 +02:00
mrequena
ee1bab6cc0 Clean logs in test 1.1 2011-05-02 16:31:04 +02:00
Nicola Baldo
a5104c941b EARFCN calculation 2011-05-02 13:59:17 +02:00
jnin
35276a161e Add missing MacStats calculator helper 2011-05-02 12:41:54 +02:00
Mathieu Lacage
290b704d86 typo caught by gcc 4.6.0 reported by John Abraham 2011-05-02 08:47:57 +02:00
Mathieu Lacage
b13096fc68 remove csma star example that was moved to csma-star module. 2011-05-02 08:47:29 +02:00
John Abraham
4a6ebd22e8 Bug 1105 Move topology helpers to separate per-device modules. Module "test" has linker errors specifically in darwin machines 2011-05-01 07:22:25 -07:00
Mitch Watrous
e795aaedb2 Make Python examples use new modular bindings 2011-04-29 16:59:33 -07:00
Mitch Watrous
b07af8359b Make built modules list not be printed for clean and distclean 2011-04-29 12:10:45 -07:00
Mitch Watrous
7f4cb423d2 Update tutorial to show built modules list in columns 2011-04-29 10:33:14 -07:00
Gustavo J. A. M. Carneiro
82b7ca17b4 Link Python bindings modules to all enabled ns-3 module libraries. Fixes #1117. 2011-04-29 18:27:03 +01:00
Mitch Watrous
4d16fd7c74 Make built modules list be printed in columns 2011-04-29 10:15:30 -07:00
Mitch Watrous
26006abcca Make test.py not run examples that are not runnable 2011-04-29 09:53:35 -07:00
jnin
108bec5294 Minor fix to make trace connection independent of the simulation program 2011-04-29 17:44:27 +02:00
jnin
a25ef1b772 Merge with 4b3d17addd8758a883dd7e4205fab02419f34ac7 2011-04-29 17:33:06 +02:00
jnin
7f1ef0a58b Added IMSI field to LteUeNetDevice as unique UE identifier.
Work in progress to use it in Rlc and Mac stats output.
2011-04-29 17:31:25 +02:00
jnin
8dbfcbfddd Refactoring to align trace sinks for RLC and MAC implementations and to make them more user friendly.
All sinks are managed in LenaHelper and enabled in simulation programs through the helper.
2011-04-29 17:19:15 +02:00