Friday 15 December 2017

4X4 MIMO with CA

MIMO:
As the name suggests, MIMO stands for Multiple input and multiple output. In any wireless communication, MIMO plays a major role in effectively using the network. In case of Mobile communication where CA (Carrier Aggregation) is known to increase throughput by aggregating  multiple bandwidths by aggregating multiple bands, MIMO can be a catalyst to achieve peak throughput like 1GBPS

There are 3 broad categories for  MIMO configuration so far in mobile industry

1. 2x2 MIMO
2. 4x4 MIMO
3. 8x8 MIMO

DL MIMO:

There are totally 3 parameters which collectively decide the MIMO configuration. 
A. Transmission mode
B. Number of Tx antenna (from Enb side) 
C. Number of layers (from UE side)

Transmission mode and Num of Tx antenna are Layer3(L3) parameters where as Number of active layers are Layer1(L1) parameter as it doesn't involve any role of MAC layer.

Layer-3 analysis

Step-1: When a UE sends a LTE service request, the eNB will respond with ‘RRCConnectionSetup’ message. It will also include the transmission mode and Max number of antennas to be used for Pcell.
Step-2: If the network supports CA and if MIMO is available in the current geographical area, eNB will send ‘RRCConnectionReconfiguration’ message. It will include the Transmission mode and max number of antennas to be used for Scell-1 and Scell-2.
Step-3: Depending on Transmission mode, the UE will scan network and download data as per the pre-defined DCI formats from 3gpp. 
Step-4: If the transmission mode supports closed loop for any component carrier then depending on the Rank, CQI and PMI values, the network will apply the codeword before sending the data to UE.
Step-5: If the transmission mode is open loop for any component carrier then PMI will not be considered by eNB and codeword will not be applied before sending the data.

Detecting Pcell DL MIMO:
1. First we need to know what is the transmission mode by which we can understand if it is SM/TD
2. Then we need to get the rank, if the rank is 4 then we can we have 4 unique streams at UE
3. But to confirm if it is 4x4 we need to get the max number of antennas at DL and UL
4. For DL we need to get the ‘nTx antenna’ parameter from RRC connection setup message under 'physical config dedicated' block. (Ref 3GPP 36.213 V14)
5. For UL we need to get no of layers active which can be achieved only if we are able to read L1 messages .

Used cases
If nTx = 4 and rank is 4 then two possibilities 4x4
If nTx = 4 and rank is 3 then two possibilities 4x3 and 3x3
If nTx = 4 and rank is 1, 2 then many combinations are possible but to get the exact combination, we have to rely on number of layers.
If ntx = 2 and rank is 2 then it is 2x2
If ntx = 2 and rank is 1 then it is 2x1 or 2x2

Detecting Scell DL MIMO:

1. First we need to know what is the transmission mode by which we can understand if it is SM/TD
2. Then we need to get the rank, if the rank is 4 then we can we have 4 unique streams
3. But to confirm if it is 4x4 we need to get the max number of antennas at DL and UL
4. For DL we need to get the ‘antennaPortsCount an’ parameter from RRC connection Reconfiguration message under 'PhysicalconfigdedicatedScell' block. (Ref 3GPP 36.213 V14)
5. For UL we need to get no of layers active which can be achieved only by L1 messages
Used cases
If antennaPortsCount an = 4 and rank is 4 then two possibilities 4x4
If antennaPortsCount an = 4 and rank is 3 then two possibilities 4x3 and 3x3
If antennaPortsCount an = 4 and rank is 1, 2 then many combinations are possible but to get the exact combination, we have to rely on number of layers.
If antennaPortsCount an = 2 and rank is 2 then it is 2x2
If antennaPortsCount an = 2 and rank is 1 then it is 2x1 or 2x2

UL MIMO:


Code word Splitting:

No comments:

Post a Comment