Commit 044778c2 authored by ChiehChun's avatar ChiehChun

Correct bit in struct NR_SINGLE_ENTRY_PHR_MAC_CE

parent 87c02c75
...@@ -131,10 +131,10 @@ typedef struct { ...@@ -131,10 +131,10 @@ typedef struct {
// single Entry PHR MAC CE // single Entry PHR MAC CE
// TS 38.321 ch. 6.1.3.8 // TS 38.321 ch. 6.1.3.8
typedef struct { typedef struct {
uint8_t PH: 6; uint8_t PH: 6; // octet 1 [5:0]
uint8_t R1: 2; uint8_t R1: 2; // octet 1 [7:6]
uint8_t PCMAX: 6; uint8_t PCMAX: 6; // octet 2 [5:0]
uint8_t R2: 6; uint8_t R2: 2; // octet 2 [7:6]
} __attribute__ ((__packed__)) NR_SINGLE_ENTRY_PHR_MAC_CE; } __attribute__ ((__packed__)) NR_SINGLE_ENTRY_PHR_MAC_CE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment