Francisco Paisana
Francisco Paisana
Hello @nachoroyuela. The target eNB is buffering PDUs because it is waiting for a GTPU End Marker to close the S1 indirect tunnel. If my interpretation of the TS 36.300...
Hi Did you have the same issue with the new srsRAN repository https://github.com/srsran/srsRAN_Project? If so, can you open an issue there? Thanks
Hey, I am not seeing the scheduler doing any retransmissions. Eventually, all the HARQs are getting stalled. Can you share your full config?
I noticed that you are not using the latest release. Can you see if you still see the same issue for the latest release? If you still see the same...
Ok, I see the issue. This will be solved in the next release. In the meantime, maybe this hotfix is sufficient to avoid this problem: ``` diff --git a/lib/scheduler/ue_scheduling/ue_srb0_scheduler.cpp b/lib/scheduler/ue_scheduling/ue_srb0_scheduler.cpp...
I see the rrc Setup message not being ACKed: ``` 2024-02-21T09:32:44.526527 [SCHED ] [I] [ 473.1] DL HARQ rnti=0x4608 cell=0 h_id=0: Discarding HARQ process tb=0 with tbs=325. Cause: Maximum number...
Hey, your latest logs show a slightly different story. I see many underflows in the gnb log (e.g. `[W] Real-time failure in RF: underflow` or `real-time failure in RF: underflow`)...
Hey, it would be nice if we got a pcap file of the E2AP. The one shared above doesn't seem to have the problematic E2AP message. You can enable pcap...