# 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.
- 
git checkout develop
2. Open a terminal and clone oai-lte-multi-ue-proxy repo.
- 
git checkout master
3. SCTP support is enabled.
- 
* skip installation of EPC or 5GCN (only with server)
# Build OAI & Proxy
- 
- 
Success. No any bugs or mistakes!
# Test of SA Mode
Run SA mode with the proxy_testscript.py
- 
./proxy_testscript.py --num-ues 3 --mode=nr
- 
# Conclusion:
- 
The results of the test proves that LTE mode functional description
of this multi-UE proxy with SA mode works.