fix PID not being set when reading pending UL grant

this should fix #2679
This commit is contained in:
Andre Puschmann 2021-04-17 21:36:24 +02:00
parent 0df218ab90
commit edd150b29f
1 changed files with 2 additions and 1 deletions

View File

@ -148,8 +148,9 @@ public:
return false;
}
// Load shared channel configuration
// Load shared channel configuration and PID
pusch_cfg = pending_grant.sch_cfg;
pid = pending_grant.pid;
// Reset entry
pending_grant.enable = false;