PCUIF_Types: Fix bit-order of pdch_mask

The bit-string type should be indexed by timeslot number, i.e. the first
element [0] should equal timeslot 0, the last one TS7

Change-Id: Ib89689abd998d4940895ba04f49eb140888bc73f
This commit is contained in:
Harald Welte 2018-04-04 19:26:41 +02:00
parent cb782b99ff
commit f148659ba2
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ type record PCUIF_InfoTrx {
OCT1 spare, OCT1 spare,
OCT8 tsc, OCT8 tsc,
uint32_t hLayer1 uint32_t hLayer1
} with { variant "" }; } with { variant (pdch_mask) "BITORDER(msb)" };
type record PCUIF_info_ind { type record PCUIF_info_ind {
uint32_t version, uint32_t version,