mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-12-18 13:44:00 +01:00
fix parsing of slot granting in RESOURCE MAC PDU
This commit is contained in:
parent
5c14298646
commit
8c2db3d630
2 changed files with 46 additions and 7 deletions
|
|
@ -207,7 +207,11 @@ struct tetra_resrc_decoded {
|
|||
|
||||
uint8_t power_control_pres;
|
||||
|
||||
uint8_t slot_granting_pres;
|
||||
struct {
|
||||
uint8_t nr_slots;
|
||||
uint8_t delay;
|
||||
uint8_t pres;
|
||||
} slot_granting;
|
||||
|
||||
uint8_t chan_alloc_pres;
|
||||
struct tetra_chan_alloc_decoded cad;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue