fix PID not being set when reading pending UL grant

this should fix #2679
master
Andre Puschmann 4 years ago
parent 0df218ab90
commit edd150b29f

@ -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;

Loading…
Cancel
Save