connectUE
R2026bDescription
connectUE(
connects one or more new radio (NR) user equipment (UE) nodes, gnb,ue,Name=Value)ue, to a
NR base station node (gNB), gnb. The function sets the connection
configuration parameters using one or more optional name-value arguments. For example,
BSRPeriodicity=5 sets the uplink (UL) buffer status reporting
periodicity to 5 subframes. You can connect multiple UE nodes to a gNB
node in a single connectUE function call, but these UE nodes must all
use same connection parameter values specified in the name-value arguments. This feature
also requires the Wireless Network
Toolbox™ product.
Note
When you use carrier aggregation, UE nodes initially connect to the gNB node on the primary carrier (the first configured carrier of the gNB node) using the
connectUEfunction. After the UE nodes connect to the primary carrier, you can assign the secondary carriers to UE nodes using theaddSecondaryCarrierOnUEfunction.When you connect more than 16 UE nodes to a gNB node using the
connectUEobject function, you must adjust the SRS transmission periodicity of thenrGNBobject manually. For more information about this, see theSRSPeriodicityUEproperty.
Examples
Input Arguments
Name-Value Arguments
Algorithms
References
[1] 3GPP TS 38.104. “NR; Base Station (BS) radio transmission and reception.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.
[2] 3GPP TS 38.101-1. “NR; User Equipment (UE) radio transmission and reception; Part 1: Range 1 Standalone.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.
Version History
Introduced in R2023aSee Also
Objects
nrUE|nrGNB|wirelessNetworkSimulator(Wireless Network Toolbox)
Functions
Topics
- Communication Between gNB and UE Nodes
- Wireless Network Simulator (Wireless Network Toolbox)