diff --git a/specification/stage-3/07 Uplink Transmission/07.01 PUSCH Power Control.md b/specification/stage-3/07 Uplink Transmission/07.01 PUSCH Power Control.md index f2e4d0fafa055de4b87e24d4e50816277131471f..64bea6cd7af7526579db3eef863e9eb83e5f8367 100644 --- a/specification/stage-3/07 Uplink Transmission/07.01 PUSCH Power Control.md +++ b/specification/stage-3/07 Uplink Transmission/07.01 PUSCH Power Control.md @@ -44,7 +44,7 @@ where, - $P_{CMAX,f,c}(i)$ is the UE configured maximum output power defined in \[8-1, TS 38.101-1\], \[8-2, TS 38.101-2\], \[8-3, TS 38.101-3\] and \[8-5, TS 38.101-5\] for carrier *f* of serving cell *c* in PUSCH transmission occasion *i*. -- $P_{0\_PUSCH, b, f, c}(j)$ is a parameter composed of the sum of a component $P_{O\_NOMINAL,PUSCH, f, c}(j)$ and a component $P_{O\_UE\_PUSCH,b,f,c}(j)$ where $i \in \{0,1, ..., J-1\}$. +- $P_{0\_PUSCH, b, f, c}(j)$ is a parameter blah blah test composed of the sum of a component $P_{O\_NOMINAL,PUSCH, f, c}(j)$ and a component $P_{O\_UE\_PUSCH,b,f,c}(j)$ where $i \in \{0,1, ..., J-1\}$. - If a UE established dedicated RRC connection using a Type-1 random access procedure, as described in clause 8, and is not provided *P0-PUSCH-AlphaSet* or for a PUSCH (re)transmission corresponding to a RAR UL grant as described in clause 8.3, $j=0, P_{0\_UE\_PUSCH,b,f,c}(0)=0$, and $P_{O\_NOMINAL,PUSCH, f, c}(j) = P_{0\_PRE} + \Delta_{PREAMBLE,Msg3}$, @@ -55,5 +55,6 @@ where, | :-: | :-: | :-: | |0 |-1 |-4 | |1 |0 |-1 | -|2 |1 |1 | +|2 |-4 |1 | |3 |3 |4 | +|42 |42 |42 | \ No newline at end of file diff --git a/specification/stage-3/38321-6.1.2.md b/specification/stage-3/38321-6.1.2.md new file mode 100644 index 0000000000000000000000000000000000000000..9a13d581d4c893c781257295f2263e322c16d003 --- /dev/null +++ b/specification/stage-3/38321-6.1.2.md @@ -0,0 +1,46 @@ +### 6.1.2 MAC PDU (DL-SCH and UL-SCH except transparent MAC and Random Access Responses) + +A MAC PDU consists of one or more MAC subPDUs. Each MAC subPDU consists of one of the following: + +- A MAC subheader only (including padding); +- A MAC subheader and a MAC SDU; +- A MAC subheader and a MAC CE; +- A MAC subheader and padding. + +The MAC SDUs are of variable sizes. + +Each MAC subheader corresponds to either a MAC SDU, a MAC CE, or padding. + +A MAC subheader except for fixed sized MAC CE, padding, and a MAC SDU containing UL CCCH consists of the header fields R/F/LCID/(eLCID)/L. A MAC subheader for fixed sized MAC CE and padding consists of the header fields R/LCID/(eLCID). A MAC subheader for a MAC SDU containing UL CCCH consists of the header fields (LX)/R/LCID. + +```mermaid +--- +title: "Figure 6.1.2-1: xyz" +config: + packet: + bitsPerRow: 8 +--- +packet-beta +0-0: "R" +1-1: "F" +2-7: "LCID" +8-15: "L" +``` + +```mermaid +--- +title: "Figure 6.1.2-1: R/F/LCID/(eLCID)/L MAC subheader with 8-bit L field" +config: + packet: + bitsPerRow: 8 +--- +packet-beta +0-0: "R" +1-1: "F" +2-7: "LCID" +8-15: "eLCID" +16-23: "L" +``` +Notes: +- For whatrever reason mermaid cuts the caption +- No way to add multiple variants of the same figure, need to add multiple figures instead (shouldn't be a big deal) \ No newline at end of file