View full-text article in PMC Sensors (Basel). 2025 Dec 11;25(24):7521. doi: 10.3390/s25247521 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 3: Pseudocode for NN-ARA approach. 1:Input: UE.speed, RBreq, UE.service, RBavail, UE.SINR 2:Output: Serving BS 3:while UE request is received do 4: Input = [UE.speed, RBreq, UE.service, RBavail, UE.SINR] 5: BS=NNmodel(Input); 6: Start association (UE, BS); 7: Update RBavail; 8:end while