Recognition: 2 theorem links
· Lean TheoremFLEX: Joint UL/DL and QoS-Aware Scheduling for Dynamic TDD in Industrial 5G and Beyond
Pith reviewed 2026-05-15 06:29 UTC · model grok-4.3
The pith
FLEX dynamically adjusts UL/DL ratios in flexible TDD 5G networks to enforce QoS priorities while matching static throughput.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
FLEX is a QoS-aware scheduler that dynamically adjusts the UL/DL ratio in flexible TDD slots while respecting diverse QoS requirements. It introduces DL buffer state estimation to prevent starvation of high-priority DL traffic, exploiting the deterministic nature of industrial traffic patterns for accurate predictions. Through extensive simulations of industrial scenarios using 5G LENA and ns-3, FLEX achieves similar throughput compared to established scheduling while correctly enforcing QoS priorities in both traffic directions and maintains minimal latency overhead of less than one slot duration for deterministic traffic patterns.
What carries the argument
DL buffer state estimation mechanism that forecasts future downlink arrivals from deterministic industrial patterns to guide dynamic UL/DL slot reconfiguration and avoid priority starvation.
If this is right
- Throughput stays comparable to static schedulers even as the UL/DL ratio changes slot by slot.
- QoS priority rules apply correctly to both uplink and downlink flows at the same time.
- Latency overhead remains below one slot duration when traffic follows repeating deterministic patterns.
- Industrial automation systems can use adaptive TDD without losing efficiency or violating timing bounds.
Where Pith is reading between the lines
- The same buffer estimation idea could be tested in non-industrial 5G scenarios if a suitable traffic model replaces the deterministic assumption.
- Future standards might reduce reliance on pre-configured TDD patterns if schedulers like FLEX prove reliable across more traffic types.
- Pairing the estimator with online learning could extend protection against starvation when patterns are only partially predictable.
Load-bearing premise
Industrial traffic patterns are deterministic enough that downlink buffer state estimation can accurately predict future arrivals and prevent starvation of high-priority downlink traffic.
What would settle it
A simulation run with non-deterministic traffic arrivals in which high-priority downlink flows show increased latency or starvation under the FLEX scheduler compared with static baselines.
Figures
read the original abstract
Industrial 5G deployments using Time Division Duplex (TDD) networks face a critical challenge: existing schedulers rely on static configuration of Uplink (UL) to Downlink (DL) resource ratios, failing to adapt to dynamic asymmetric traffic demands. This limitation is particularly problematic in Industry 4.0 scenarios where traffic patterns exhibit significant asymmetry between directions and heterogeneous Quality of Service (QoS) requirements. We present FLEX, a novel QoS-aware scheduler that dynamically adjusts the UL/DL ratio in flexible TDD slots while respecting diverse QoS requirements. FLEX introduces DL buffer state estimation to prevent starvation of high-priority DL traffic, exploiting the deterministic nature of industrial traffic patterns for accurate predictions. Through extensive simulations of industrial scenarios using 5G LENA and ns-3, we demonstrate that FLEX achieves similar throughput compared to established scheduling while correctly enforcing QoS priorities in both traffic directions. For deterministic traffic patterns, FLEX maintains minimal latency overhead (less than 1 slot duration), making it particularly suitable for industrial automation applications.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript presents FLEX, a QoS-aware scheduler for dynamic TDD in industrial 5G networks. FLEX dynamically adjusts UL/DL slot ratios while enforcing heterogeneous QoS priorities across directions. It introduces DL buffer state estimation that exploits deterministic industrial traffic patterns to predict arrivals and avoid high-priority DL starvation. ns-3 simulations using 5G LENA are reported to achieve throughput comparable to established schedulers, correct QoS enforcement, and latency overhead below one slot duration for deterministic patterns.
Significance. If the buffer estimation accuracy holds under realistic conditions, FLEX could improve resource efficiency in asymmetric industrial traffic scenarios. The use of standard simulation tools (5G LENA/ns-3) and focus on deterministic patterns provide a practical starting point, but the absence of quantified prediction error or sensitivity results limits the strength of the performance claims.
major comments (2)
- [Simulation Results] The headline claims of comparable throughput, correct QoS enforcement, and <1-slot latency overhead rest on the DL buffer state estimation correctly predicting arrivals. However, the simulation results section provides no separate measurement of prediction error, false-negative rate for buffer underruns, or performance when arrivals deviate from the assumed periodicity, leaving the outcomes tied to the specific traffic generator.
- [Abstract and Evaluation] The abstract and evaluation sections state that FLEX 'achieves similar throughput compared to established scheduling' and 'maintains minimal latency overhead (less than 1 slot duration)' without reporting specific quantitative metrics, exact baseline definitions, or implementation details of the buffer estimation algorithm.
minor comments (2)
- [Abstract] The abstract refers to 'established scheduling' without naming the concrete baseline algorithms or configurations used for comparison.
- [System Model] Notation for QoS parameters and buffer estimation variables could be introduced more clearly in the system model section before the algorithm description.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback. We address each major comment below and indicate planned revisions to strengthen the manuscript.
read point-by-point responses
-
Referee: [Simulation Results] The headline claims of comparable throughput, correct QoS enforcement, and <1-slot latency overhead rest on the DL buffer state estimation correctly predicting arrivals. However, the simulation results section provides no separate measurement of prediction error, false-negative rate for buffer underruns, or performance when arrivals deviate from the assumed periodicity, leaving the outcomes tied to the specific traffic generator.
Authors: We agree that explicit quantification of the buffer estimation accuracy would strengthen the claims. In the revised version we will add a dedicated subsection reporting prediction error (mean absolute error and false-negative rate for underruns) under the deterministic patterns used in the main experiments. We will also include sensitivity results for moderate deviations from periodicity (e.g., 5–20 % jitter) using the same 5G LENA/ns-3 setup. These additions will be placed before the main performance figures so that readers can assess how tightly the reported throughput and latency results depend on perfect periodicity. revision: yes
-
Referee: [Abstract and Evaluation] The abstract and evaluation sections state that FLEX 'achieves similar throughput compared to established scheduling' and 'maintains minimal latency overhead (less than 1 slot duration)' without reporting specific quantitative metrics, exact baseline definitions, or implementation details of the buffer estimation algorithm.
Authors: We accept that the current wording is insufficiently precise. We will revise the abstract to state concrete figures (e.g., “within 3 % of Proportional-Fair throughput under the evaluated loads”) and will explicitly name the baselines (Proportional Fair and Round-Robin with static TDD configuration). In the evaluation section we will add a table of exact throughput, latency, and QoS-violation percentages together with a new appendix containing the pseudocode and parameter settings of the DL buffer-state estimator. These changes will be made without altering the original simulation data. revision: yes
Circularity Check
No significant circularity in derivation chain
full rationale
The paper presents FLEX as a scheduling algorithm whose core mechanism (DL buffer state estimation) is motivated by the external assumption of deterministic industrial traffic patterns rather than any fitted parameter or self-referential definition. Performance claims are grounded in independent ns-3/5G LENA simulations that compare throughput, QoS enforcement, and latency against established baselines; no equations, self-citations, or ansatzes are shown that would force the reported outcomes by construction. The derivation chain therefore remains self-contained and externally falsifiable.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Industrial traffic patterns are deterministic and therefore predictable from recent buffer states
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
FLEX introduces DL buffer state estimation to prevent starvation of high-priority DL traffic, exploiting the deterministic nature of industrial traffic patterns for accurate predictions.
-
IndisputableMonolith/Foundation/BranchSelection.leanbranch_selection unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
The priority function: w_i,f(t) = 1/5QI × r_i,f(t)/R_i,f(t)
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
O. Adamuz-Hinojosa, F. Delgado-Ferro, N. Dom `enech, J. Navarro- Ortiz, P. Mu˜noz, S. M. Darroudi, P. Ameigeiras, and J. M. Lopez-Soler, Empirical Analysis of 5G TDD Patterns Configurations for Industrial Automation Traffic, 2025. arXiv: 2504 . 00912 [cs.NI]. [Online]. Available: https://arxiv.org/abs/2504.00912
-
[2]
E. Dahlman, S. Parkvall, and J. Skold,5G NR: The Next Generation Wireless Access Technology, 3rd. USA: Academic Press, Inc., 2024
work page 2024
-
[3]
Wixor: Dynamic TDD Policy Adaptation for 5G/xG Networks,
A. Hassan, S. Aggarwal, M. Ibrahim, P. Sharma, and F. Qian, “Wixor: Dynamic TDD Policy Adaptation for 5G/xG Networks,”Proc. ACM Netw., vol. 2, no. CoNEXT4, Nov. 2024.DOI: 10.1145/3696395 [Online]. Available: https://doi.org/10.1145/3696395
-
[4]
Scheduling Algorithms for 5G Networks and Beyond: Clas- sification and Survey,
M. et al., “Scheduling Algorithms for 5G Networks and Beyond: Clas- sification and Survey,”IEEE Access, vol. 10, pp. 51 643–51 661, 2022. DOI: 10.1109/ACCESS.2022.3174579
-
[5]
Reinforcement Learning-Based Radio Resource Control in 5G Vehicular Network,
Z. et al., “Reinforcement Learning-Based Radio Resource Control in 5G Vehicular Network,”IEEE Wireless Communications Letters, vol. 9, no. 5, pp. 611–614, 2020.DOI: 10.1109/LWC.2019.2962409
-
[6]
T. et al., “Deep Reinforcement Learning for Dynamic Uplink/Downlink Resource Allocation in High Mobility 5G HetNet,”IEEE Journal on Selected Areas in Communications, vol. 38, no. 12, pp. 2773–2782, 2020. DOI: 10.1109/JSAC.2020.3005495
-
[7]
5G; NR; Physical channels and modulation (3GPP TS 38.211 version 18.5.0 Release 18),
ETSI, “5G; NR; Physical channels and modulation (3GPP TS 38.211 version 18.5.0 Release 18),” ETSI, 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE, Standard, Jan. 2025. [Online]. Available: https://www.etsi.org/deliver/etsi ts/138200 138299/138211/ 18.05.00 60/ts 138211v180500p.pdf
work page 2025
-
[8]
5G; NR; Physical layer procedures for data (3GPP TS 38.214 version 18.6.0 Release 18),
ETSI, “5G; NR; Physical layer procedures for data (3GPP TS 38.214 version 18.6.0 Release 18),” ETSI, 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE, Standard, Apr. 2025. [Online]. Available: https://www.etsi.org/deliver/etsi ts/138200 138299/138214/ 18.06.00 60/ts 138214v180600p.pdf
work page 2025
-
[9]
ETSI, “5G; NR; Medium Access Control (MAC) protocol specification (3GPP TS 38.321 version 18.2.0 Release 18),” ETSI, 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE, Standard, Aug
-
[10]
[Online]. Available: https://www.etsi.org/deliver/etsi ts/138300 138399/138321/18.02.00 60/ts 138321v180200p.pdf
-
[11]
ETSI, “Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; Policy and charging control architecture (3GPP TS 23.203 version 18.0.0 Release 18),” ETSI, 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE, Standard, Apr. 2024. [Online]. Available: https:// www.etsi.org/deliver/etsi ...
work page 2024
-
[12]
An E2E Simulator for 5G NR Networks,
N. P. et al., “An E2E Simulator for 5G NR Networks,”Simulation Modelling Practice and Theory, vol. 96, p. 101 933, 2019
work page 2019
-
[13]
An open source product-oriented LTE network simulator based on ns-3,
B. et al., “An open source product-oriented LTE network simulator based on ns-3,” inProceedings of the 14th ACM International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems, ser. MSWiM ’11, Miami, Florida, USA: Association for Computing Machinery, 2011, pp. 293–298.DOI: 10 . 1145 / 2068897 . 2068948 [Online]. Available: htt...
-
[14]
ETSI, “5G; Service requirements for cyber-physical control applications in vertical domains (3GPP TS 22.104 version 18.4.0 Release 18),” ETSI, 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE, Standard, Jul. 2024. [Online]. Available: https://www.etsi.org/deliver/ etsi ts/122100 122199/122104/18.04.00 60/ts 122104v180400p.pdf
work page 2024
-
[15]
Anovel millimeter-wave channel simulator and applications for 5G wireless communications,
S. et al., “Anovel millimeter-wave channel simulator and applications for 5G wireless communications,” in2017 IEEE International Conference on Communications (ICC), 2017, pp. 1–7.DOI: 10.1109/ICC.2017. 7996792
-
[16]
Reduced-Complexity Proportional Fair Scheduling for OFDMA Systems,
S. et al., “Reduced-Complexity Proportional Fair Scheduling for OFDMA Systems,” in2006 International Conference on Communica- tions, Circuits and Systems, vol. 2, 2006, pp. 1221–1225.DOI: 10.1109/ ICCCAS.2006.284866
-
[17]
Low complexity approximate maximum throughput scheduling for LTE,
S. et al., “Low complexity approximate maximum throughput scheduling for LTE,” in2010 Conference Record of the Forty Fourth Asilomar Conference on Signals, Systems and Computers, 2010, pp. 1563–1569. DOI: 10.1109/ACSSC.2010.5757800
-
[18]
System analysis of QoS schedulers for XR traffic in 5G NR,
K. K. et al., “System analysis of QoS schedulers for XR traffic in 5G NR,”Simulation Modelling Practice and Theory, vol. 125, p. 102 745, 2023.DOI: https://doi.org/10.1016/j.simpat.2023.102745 [Online]. Available: https : / / www . sciencedirect . com / science / article / pii / S1569190X23000230
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.