From f148659ba2d9613244ddf5000b3158e2b94695cb Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 4 Apr 2018 19:26:41 +0200 Subject: 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 --- library/PCUIF_Types.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/PCUIF_Types.ttcn') diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn index 1a4ba29e..7bfaf9b2 100644 --- a/library/PCUIF_Types.ttcn +++ b/library/PCUIF_Types.ttcn @@ -124,7 +124,7 @@ type record PCUIF_InfoTrx { OCT1 spare, OCT8 tsc, uint32_t hLayer1 -} with { variant "" }; +} with { variant (pdch_mask) "BITORDER(msb)" }; type record PCUIF_info_ind { uint32_t version, -- cgit v1.2.3