Commit 0f2eb65e authored by purges's avatar purges
Browse files

MR CR/R2-26AAAF__Adding_new_elements

CR/R2-26AAAF__Adding_new_elements

{
	"Tdoc": "R2-26AAAF",
	"Specification": "Spec#",
	"CR": "CR#",
	"rev": "Rev#",
	"Current version": "Version#",
	"Proposed change affects": [
		"UICC apps",
		"ME",
		"Radio Access Network",
		"Core Network"
	],
	"Title": "Title",
	"Source to WG": ["Source_if_WG"],
	"Source to TSG": ["Source_if_TSG"],
	"Work item code": ["Related_WIs"],
	"Category": "Cat",
	"Reason for change": "",
	"Summary of change": "",
	"Consequences if not approved": "",
	"Clauses affected": ["", ""],
	"Other specs affected": {
		"Other core specifications": ["TS/TR", "CR"],
		"Test specifications": ["TS/TR", "CR"],
		"O&M Specifications": ["TS/TR", "CR"]
	},
	"Other comments": "",
	"This CR's revision history": ""
}
parent 2960fa4b
Loading
Loading
Loading
Loading
+50 −0
Original line number Diff line number Diff line
## x.x Equations

This section shows a sample section with in-line- and block equations including the case where equations are within a table. Equations are written in Latex maths style.

We used section from an NR RAN1 specification which we converted to MD using Pandoc...

If a UE transmits a PUSCH on active UL BWP *b* of carrier *f* of serving cell *c* using parameter set configuration with index *j* and PUSCH power control adjustment state with index *l*

- \- if the UE is indicated a first *TCI-State* or *TCI-UL-State* and a second *TCI-State* or *TCI-UL-State*, and is configured with *multipanelSchemeSDM* or *multipanelSchemeSFN* or *sTx-2Panel*, and the UE determines to apply both the first *TCI-State* or *TCI-UL-State* and the second *TCI-State* or *TCI-UL-S*tate in PUSCH transmission occasion *i*, the UE determines the PUSCH transmission power $\hat{P}_{PUSCH,b,f,c,k}(i,j,q_d,l)$ for the k-th indicated *TCI-State* or *TCI-UL-State* as

$$
\begin{split}
P_{\text{PUSCH},b,f,c,k}\left( i,j,q_{d},l \right) = \\
\min\begin{Bmatrix}P_{\text{CMAX},f,c,k}(i) \\
P_{O_{PUSCH},b,f,c}(j) + 10\log_{10}\left( 2^{\mu} \cdot M_{RB,b,f,c}^{PUSCH}(i) \right) +
\alpha_{b,f,c}(j) \cdot {PL}_{b,f,c}\left( q_{d} \right) +\mathrm{\Delta}_{TF,b,f,c}(i) + f_{b,f,c}(i,l)\end{Bmatrix} [dBm]
\end{split}
$$

- \- else, the UE determines the PUSCH transmission power $P_{PUSCH,b,f,c}(i,j,q_d,l)$ in PUSCH transmission occasion *i* as

$$
\begin{split}
P_{\text{PUSCH},b,f,c}\left( i,j,q_{d},l \right) = \\
\min\begin{Bmatrix}P_{\text{CMAX},f,c}(i) \\
P_{O_{PUSCH},b,f,c}(j) + 10\log_{10}\left( 2^{\mu} \cdot M_{RB,b,f,c}^{PUSCH}(i) \right) +
\alpha_{b,f,c}(j) \cdot {PL}_{b,f,c}\left( q_{d} \right) + \mathrm{\Delta}_{TF,b,f,c}(i) + f_{b,f,c}(i,l)\end{Bmatrix} [dBm]
\end{split}
$$

where,

- \- $P_{CMAX,f,c,k}(i)$ is the UE configured maximum output power for the k-th indicated *TCI-State* or *TCI-UL-State* defined in [8-2, TS 38.101-2] for carrier *f* of serving cell *c* in PUSCH transmission occasion *i* .

- \- $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\}$.

  - \- 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}$,
  where $P_{0\_PRE}$ is provided by *preambleReceivedTargetPower* [11, TS 38.321] and $\Delta_{PREAMBLE_{Msg3}}$ is provided by *msg3-DeltaPreamble* or *deltaPreamble*, or $\Delta_{PREAMBLE,Msg3}=0dB$ if *msg3-DeltaPreamble* and *deltaPreamble* are not provided, for carrier *f* of serving cell *c*.

Table x.x-1: Mapping of TPC Command Field in a DCI format scheduling a PUSCH transmission, or in DCI format 2_2 with CRC scrambled by TPC-PUSCH-RNTI, or in DCI format 2_3, to absolute and accumulated $\delta_{PUSCH,b,f,c}$ and $\delta_{SRS,b,f,c}$ values

| TPC Command Field | Accumulated $\delta_{PUSCH,b,f,c}$ or $\delta_{SRS,b,f,c}$ [dB]  | Absolute $\delta_{PUSCH,b,f,c}$ or $\delta_{SRS,b,f,c}$ [dB] |
| :-: | :-: | :-: |
|0    |-1   |-4   |
|1    |0    |-1   |
|2    |1    |1    |
|3    |3    |4    |
Loading