What is SIB23 in 5G NR?
SIB23 is System Information Block 23, used for ranging and sidelink positioning information.
| Protocol | rrc | Network | 5g |
|---|---|---|---|
| Spec | 3GPP TS 38.331 | Spec Section | 5.2.2.4.24, 6.3.1 |
| Direction | gNB -> UE | Message Type | Broadcast System Information |
| Full message name | 5G NR - System Information Block 23 (SIB23) |
|---|---|
| Protocol | RRC |
| Technology | 5G |
| Direction | gNB -> UE |
| Interface | Uu |
| Signaling bearer / channel | Broadcast transport / BCCH-DL-SCH |
| Typical trigger | Broadcast when the cell supports ranging or sidelink positioning. |
| Main purpose | Provides broadcast configuration for ranging and sidelink positioning so the UE can apply the correct positioning-related behavior. |
| Main specification | 3GPP TS 38.331, 5.2.2.4.24, 6.3.1 |
| Release added | Release 18 |
| Procedures where used | System Information Acquisition, Ranging and Sidelink Positioning |
| Related timers | SIB23 does not use a dedicated UE-specific transaction timer |
| Related cause values | SIB23 does not carry reject causes |
System Information Block 23 (SIB23) is an NR broadcast system information block used to provide ranging and sidelink positioning information.
Provides broadcast configuration for ranging and sidelink positioning so the UE can apply the correct positioning-related behavior.
SIB23 gives the UE the broadcast information needed for ranging and sidelink positioning behavior.
Call flow position: Read as additional SI after the basic broadcast context is available.
Typical state: UE is camped and expanding broadcast context for ranging or sidelink positioning.
Preconditions:
Next likely message: UE applies the ranging or sidelink positioning configuration locally
Previous message(s): MIB, System Information Block 1 (SIB1), System Information Block 12 (SIB12)
Next message(s): Ranging or sidelink positioning preparation
Security context: Broadcast information. It is cell-common and not protected by dedicated AS security.
SystemInformation-IEs ::= SEQUENCE {
sib-TypeAndInfo SEQUENCE (SIZE (1..maxSIB)) OF CHOICE {
sib23-v1800 SIB23-r18,
...
},
...
}
SIB23-r18 ::= SEQUENCE {
... -- ranging and sidelink positioning parameters
}
SIB23 is release-18 broadcast information for ranging and sidelink positioning. Engineers usually care whether the positioning-related block is present and matches the expected sidelink scenario.
BCCH-DL-SCH-Message
message: c1
systemInformation
criticalExtensions
systemInformation
sib-TypeAndInfo
sib23
sl-PosConfig-r18: present
| IE | Required | Description |
|---|---|---|
ranging and sidelink positioning configuration | Yes | Broadcast configuration block used for ranging and sidelink positioning behavior. |
ranging and sidelink positioning configurationBroadcast configuration block used for ranging and sidelink positioning behavior.
Presence: Required
In practice: In practice, compare this field with the original request and with any later release-dependent optional fields so you can see whether the network accepted the same service model the UE asked for.
Likely cause: SIB23 may be missing or its ranging/positioning configuration may not match the deployment.
What to inspect: Check the relevant positioning-related SIB23 block.
Next step: Compare SIB23 with the general sidelink broadcast context in SIB12.
SIB12 covers general sidelink configuration, while SIB23 focuses on ranging and sidelink positioning.
SIB23 is System Information Block 23, used for ranging and sidelink positioning information.
Decode this message with the 3GPP Decoder, inspect the related message database, or open the matching call flow to see where this signaling step fits in the full procedure.