aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-07-26 18:04:40 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-08-23 17:14:22 +0200
commit9dacf0b35bee54585bc9b29755824487d9262bba (patch)
tree647c03a4b611acee244034884a2e38930c1acfdb /src
parent8c4f978483537f238b1830d09f2e90a4a65f33d3 (diff)
Remove duplicate call to gprs_rlcmac_lost_rep
Function is already called by gprs_rlcmac_received_lost(), so next call following it will be sum=0 and return EINVAL. Change-Id: I015ba16d18fdd6e2441ec3c256b5ac88771d7a8b
Diffstat (limited to 'src')
-rw-r--r--src/tbf_dl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tbf_dl.cpp b/src/tbf_dl.cpp
index 2154ed64..e76ea8c2 100644
--- a/src/tbf_dl.cpp
+++ b/src/tbf_dl.cpp
@@ -1266,7 +1266,6 @@ int gprs_rlcmac_dl_tbf::abort()
/* report all outstanding packets as lost */
gprs_rlcmac_received_lost(this, 0, lost);
- gprs_rlcmac_lost_rep(this);
/* TODO: Reschedule all LLC frames starting with the one that is
* (partly) encoded in chunk 1 of block V(A). (optional) */