fix parsing of slot granting in RESOURCE MAC PDU

This commit is contained in:
Harald Welte 2011-04-24 07:51:31 +02:00
parent 5c14298646
commit 8c2db3d630
2 changed files with 46 additions and 7 deletions

View file

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