summaryrefslogtreecommitdiff
path: root/cesar/test_general/maximus/integration/interface-dp
diff options
context:
space:
mode:
authorlaranjeiro2009-09-02 12:45:53 +0000
committerlaranjeiro2009-09-02 12:45:53 +0000
commitc5293b43e8e12e7926f6a7c95b904cb4125e535a (patch)
tree19be32d943d6c95745c24e79af409c22fa6ced21 /cesar/test_general/maximus/integration/interface-dp
parentf5e78d30033c4223199ac85f61abb07da895ade5 (diff)
*mac/sar, cl, cesar, ce (Closes #478)
*mac/sar: * Added a random generator object to the SAR for MME's confounder. * Changed the sar_msdu_add API. *cl: * Removed the random generator specially used for MME's confounder. * Fix the SAR functions call. *cesar: * Fix the sar_init call. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5395 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/test_general/maximus/integration/interface-dp')
-rw-r--r--cesar/test_general/maximus/integration/interface-dp/src/station.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/test_general/maximus/integration/interface-dp/src/station.c b/cesar/test_general/maximus/integration/interface-dp/src/station.c
index 7713911cdc..c2b7f19064 100644
--- a/cesar/test_general/maximus/integration/interface-dp/src/station.c
+++ b/cesar/test_general/maximus/integration/interface-dp/src/station.c
@@ -528,7 +528,8 @@ cesar_init (void)
// Initialise the SAR.
station_test.sar = sar_init (station_test.mac_store, station_test.pbproc,
- pbproc_get_ca (station_test.pbproc));
+ pbproc_get_ca (station_test.pbproc),
+ station_test.mac_config.seed);
// Initialise the CL.
station_test.cl = cl_init (station_test.mac_store, station_test.sar,