5G NR: Resource Grid


NR supports multiple numerologies as a consequence of which, there are a multiple resource grids i.e., there is one resource grid for each numerology and carrier. Different numerologies are discussed in the post: 5G NR: Numerologies and Frame Structure.
The following are valid for a resource grid;
-    A resource grid is characterized by one subframe in time domain and full carrier bandwidth in the frequency domain.
-    There are a set of resource grids per transmission direction (uplink or downlink).
-    There is one resource grid for a given antenna port p, subcarrier spacing configuration µ, and transmission direction (downlink or uplink).
Resource grid in general is given in the following figure assuming Normal CP.


Configuration required to derive Resource Grid
The following parameters are needed to derive the corresponding resource grid.
carrierBandwidth defines the width of the corresponding carrier in number of PRBs which can be from 1 to 275 (max No. of PRBs). This provides size of the grid which is given (see the figure above) by Ngridsize, µ.
offsetToCarrier defines the starting position Ngridstart, µ for subcarrier spacing configuration µ. Basically, this field provides offset in frequency domain between Point A (lowest subcarrier of common RB 0) and the lowest usable subcarrier on this (where this field is received) carrier in number of PRBs.
Both carrierBandwidth and offsetToCarrier are configured within SCS-SpecificCarrier IE which is carried by FrequencyInfoDL/ FrequencyInfoUL/ FrequencyInfoUL-SIB/ FrequencyInfoDL-SIB within ServingCellConfigCommon/ ServingCellConfigCommonSIB. This information is either transmitted by the gNB in SIB1 or configured via dedicated RRC signalling.

Resource Grid Overview
Number of slots per subframe:
As can be seen from the resource grid figure above, there are Nsymbsubframe, µ OFDM symbols in the time-domain which depends on numerology being used.
-    Nsymbsubframe, µ is equal to the number of slots per subframe (Nslotsubframe, µ) multiplied by the number of symbols in a slot (Nsymbslot). The following table summarizes number of symbols in a subframe against numerology.
Nsymbsubframe, µ = Nsymbslot x Nslotsubframe, µ
µ
SCS (kHz) 
Number of OFDM symbols per Slot
Nsymbslot
Number of slots per frame
Nslotframe, µ
Number of slots per subframe
Nslotsubframe, µ
Number of symbols per subframe
Nsymbsubframe, µ
0
15
14
10
1
14
1
30
14
20
2
28
2
60
14
40
4
56
3
120
14
80
8
112
4
240
14
160
16
224

Resource Element (RE): It is the smallest physical resource in NR and it consists of one subcarrier during one OFDM symbol. It is uniquely identified by (k, l) where k is the index in the frequency domain and l refers to the symbol position in the time domain relative to some reference point.
Resource Block (RB): An RB is defined as 12 number of consecutive subcarriers in frequency domain.

Reference: 3GPP TS 38.211

5G NR: SIB9


5G NR system information in general is discussed in detail in the post 5G NR:System Information. This post discusses SIB9 in detail.
SIB9 contains information related to GPS time and Coordinated Universal Time (UTC). The UE may use the parameters provided in SIB9 to obtain the UTC, the GPS and the local time.
The UE may use the time information for numerous purposes, possibly involving upper layers e.g. to assist GPS initialisation, to synchronise the UE clock etc.
General Information
SIB9 is mapped to BCCH logical channel and is either broadcast periodically on DL-SCH or broadcast on-demand on DL-SCH (i.e. upon request from UEs in RRC_IDLE or RRC_INACTIVE) or sent in a dedicated manner on DL-SCH to UEs in RRC_CONNECTED.
SIB9 is carried in SystemInformation (SI) messages, which are transmitted on the DL-SCH. SIB1 contains scheduling information for SI-message carrying SIB9. For more information about scheduling of SI-messages, refer to 5G NR: System Information.
SIB9 can be configured to be cell specific or area specific, using an indication in SIB1. The cell specific SIB is applicable only within a cell that provides the SIB while the area specific SIB is applicable within an area referred to as SI area, which consists of one or several cells and is identified by systemInformationAreaID.
Contests of SIB9
Overview of SIB9 contents presented below.

SIB9

timeInfo

       timeInfoUTC INTEGER (0 … 549755813887)
       dayLightSavingTime BIT STRING ( SIZE (2) )
       leapSeconds INTEGER (-127 … 128)
       localTimeOffset INTEGER (-63 … 64)


timeInfo
timeInfoUTC is Coordinated Universal Time corresponding to the SFN boundary at or immediately after the ending boundary of the SI-window in which SIB9 is transmitted. The field counts the number of UTC seconds in 10 ms units since 00:00:00 on Gregorian calendar date 1 January, 1900 (midnight between Sunday, December 31, 1899 and Monday, January 1, 1900).
-    The UE may use this field together with the leapSeconds field to obtain GPS time as follows: GPS Time (in seconds) = timeInfoUTC (in seconds) - 2,524,953,600 (seconds) + leapSeconds, where 2,524,953,600 is the number of seconds between 00:00:00 on Gregorian calendar date 1 January, 1900 and 00:00:00 on Gregorian calendar date 6 January, 1980 (start of GPS time).
This field is excluded when determining changes in system information, i.e. changes of timeInfoUTC should neither result in system information change notifications nor in a modification of valueTag in SIB1.
dayLightSavingTime indicates if and how daylight-saving time (DST) is applied to obtain the local time. The semantics are the same as the semantics of the Daylight-Saving Time IE in 24.008. The first/leftmost bit of the bit string contains the b2 of octet 3 and the second bit of the bit string contains b1 of octet 3 in the value part of the Daylight-Saving Time IE in 24.008 (as shown below);
First/Left Most bit value
Second bit value
DST
0
0
No adjustment for Daylight Saving Time
0
1
+1 hour adjustment for Daylight Saving Time
1
0
+2 hours adjustment for Daylight Saving Time
1
1
Reserved
leapSeconds is the number of leap seconds offset between GPS Time and UTC. UTC and GPS time are related i.e. GPS time -leapSeconds = UTC time.
localTimeOffset is the offset between UTC and local time in units of 15 minutes. Actual value = field value * 15 minutes. Local time of the day is calculated as UTC time + localTimeOffset.

Reference: 3GPP TS 38.331 and 24.008