srsRAN_4G icon indicating copy to clipboard operation
srsRAN_4G copied to clipboard

NR Connection Reconfiguration failure

Open AEncinas19 opened this issue 1 year ago • 0 comments
trafficstars

Issue Description

When I use srsUE with srsRAN gnb and Open5GS and I add a PCC rule, the srsUE at NR Connection Reconfiguration finishes with a failure.

Setup Details

[Specify details of the test setup. This would help us reproduce the problem reliably] e.g. Network configuration, Operation System, Hardware, RF front-end, library and driver versions I am using the UHD driver for RF connection between two b210 usrps connected by wires with a 30 dB attenuator. My config files and logs are attatched below. logsandconfs(2).zip The Open5GS config is show in this figure: Screenshot from 2023-11-30 13-31-58

The srsue commit used is the last one from the main branch and the srsgnb used is the last one from the test branch.

Expected Behavior

I expect the UE adds the new QFI.

Actual Behaviour

2023-11-27T12:04:06.826844 [RRC-NR ] [I] Proc "NR Connection Reconfiguration" - Starting... 2023-11-27T12:04:06.826887 [RRC-NR ] [I] Proc "NR Connection Reconfiguration" - Applying Master Cell Group Cfg. 2023-11-27T12:04:06.826888` [RRC-NR ] [I] Adding lcid 5 and radio bearer ID 2 2023-11-27T12:04:06.826890 [PHY1-NR] [I] [ 3306] PDCCH: cc=0, c-rnti=0x4608 dci=0_0 ss=common3 L=2 cce=0 f_alloc=0x6b t_alloc=0x0 hop=n mcs=1 ndi=1 rv=0 harq_id=0 tpc=1 2023-11-27T12:04:06.826894 [RLC-NR ] [I] DRB2: configured in Unacknowledged Mode: sn_field_length=12 bits, t_reassembly=50 ms 2023-11-27T12:04:06.826895 [RLC-NR ] [I] Added NR radio bearer with LCID 5 in Unacknowledged Mode 2023-11-27T12:04:06.826897 [MAC-NR ] [I] [ 3306] Logical Channel Setup: LCID=5, LCG=1, priority=4, PBR=-1, BSD=5ms, bucket_size=-5 2023-11-27T12:04:06.826900 [RRC-NR ] [I] Proc "NR Connection Reconfiguration" - Applying Radio Bearer Cfg. 2023-11-27T12:04:06.826900 [RLC-NR ] [I] SRB1: generating status PDU. Bytes available:11 2023-11-27T12:04:06.826901 [RRC-NR ] [E] Configuring SDAP: only UL headder is supported. Default DRB must be set and number of QoS flows must be 1 2023-11-27T12:04:06.826901 [RRC-NR ] [W] Proc "NR Connection Reconfiguration" - Reconfiguration failure not implemented for initiator 2 2023-11-27T12:04:06.826903 [RLC-NR ] [I] TX status PDU - ACK_SN = 8, N_nack = 0 2023-11-27T12:04:06.826905 [RLC-NR ] [I] SRB1: No data available to be sent 2023-11-27T12:04:06.826906 [RLC-NR ] [I] SRB2: No data available to be sent 2023-11-27T12:04:06.826906 [RLC-NR ] [I] DRB2: No data available to be sent 2023-11-27T12:04:06.826907 [RLC-NR ] [I] DRB1: No data available to be sent 2023-11-27T12:04:06.826908 [RRC-NR ] [W] Proc "NR Connection Reconfiguration" - Finished NR Connection Reconfiguration with failure 2023-11-27T12:04:06.826908 [RRC-NR ] [E] Unable to launch connection reconfiguration procedure

Steps to reproduce the problem

Create a PCC rule in Open5GS as depicted in the Figure above and start the gnb and the srsue with the configuration attatched in the zip file.

AEncinas19 avatar Nov 30 '23 12:11 AEncinas19