# OAI.L2 simulator. OAI 5G Multi UE Proxy Testing. # Resources: - [Openairinterface5g](https://gitlab.eurecom.fr/oai/openairinterface5g/-/tree/develop) - [The repository contains the Multi-UE Proxy](https://github.com/EpiSci/oai-lte-5g-multi-ue-proxy) # The main purpose of these tests: In this research, we will use the Multi-UE Proxy which will allow UEs to communicate with a single gNB (SA mode) using the customized OpenAirInterface (OAI) software. # Settings Build and install the EpiSys version of the OAI repository. 1. Open a terminal and clone openairinterface5g repo. - ![](https://imgur.com/TeWaUdW.png) git checkout develop 2. Open a terminal and clone oai-lte-multi-ue-proxy repo. - ![](https://imgur.com/UvWMLJ1.png) git checkout master 3. SCTP support is enabled. - ![](https://imgur.com/l8FMjZ8.png) * skip installation of EPC or 5GCN (only with server) # Build OAI & Proxy - ![](https://imgur.com/24IYQy9.png) - ![](https://imgur.com/zUYx4qy.png) Success. No any bugs or mistakes! # Test of SA Mode Run SA mode with the proxy_testscript.py - ![](https://imgur.com/3ns5ogu.png) ./proxy_testscript.py --num-ues 3 --mode=nr - ![](https://imgur.com/k1hHY2U.png) # Conclusion: - ![](https://imgur.com/vN6ld8Y.png) The results of the test proves that LTE mode functional description of this multi-UE proxy with SA mode works.