summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/test
diff options
context:
space:
mode:
authorCyril Jourdan2011-05-17 15:44:36 +0200
committerCyril Jourdan2011-06-14 16:09:19 +0200
commit9eeb86ba5293d065b08dfa3150c6a4214ed9b5d5 (patch)
tree7c8b44142eef118940178d4ce2831f3ff620f6bb /cesar/mac/sar/test
parentf397c55b2b9fcb99313262382ddcd3bcc0ffe86b (diff)
cesar/mac/pbproc: modification of the management of expired PBs, closes #2525
The function pbproc_mfs_expire is no longer active on the MFS currently used for transmission. The PBs of that MFS are now treated during the transmission, after the chaining process for the PBs remaining in the MFS, and at the reception of the SACK for the sent PBs.
Diffstat (limited to 'cesar/mac/sar/test')
-rw-r--r--cesar/mac/sar/test/unit_test/ecos/src/sar_pbproc_override_mfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/mac/sar/test/unit_test/ecos/src/sar_pbproc_override_mfs.c b/cesar/mac/sar/test/unit_test/ecos/src/sar_pbproc_override_mfs.c
index ee998726c5..9526d12bda 100644
--- a/cesar/mac/sar/test/unit_test/ecos/src/sar_pbproc_override_mfs.c
+++ b/cesar/mac/sar/test/unit_test/ecos/src/sar_pbproc_override_mfs.c
@@ -43,7 +43,7 @@ pbproc_mfs_beacon_prepare (pbproc_t *ctx, mfs_tx_t *mfs, pb_beacon_t *pb,
bool
pbproc_mfs_expire (pbproc_t *ctx, mfs_tx_t *mfs, u32 expiration_ntb,
- u32 *first_pb_expiration_ntb, uint *expired_nb)
+ uint *expired_nb)
{
return false;
}