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
This commit is contained in:
Pau Espin 2021-07-26 18:04:40 +02:00
parent 8c4f978483
commit 9dacf0b35b
1 changed files with 0 additions and 1 deletions

View File

@ -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) */