Commit 0807b1d9 authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

CI: docs for nrUE pipeline

parent 10d2af11
......@@ -61,6 +61,14 @@ Note: The available resources, and their current usage, is indicated here:
[PDF version](testbenches_doc_resources/5g-aw2s-bench.pdf) | [LaTeX/TikZ version](testbenches_doc_resources/5g-aw2s-bench.tex) if you want to modify to reflect your setup
### 5G UE OTA Testbench
**Purpose**: Over-the-air 5G tests with OAI UE
![OAI UE Testbench](testbenches_doc_resources/5g-nrue-bench.png)
[PDF version](testbenches_doc_resources/5g-nrue-bench.pdf) | [LaTeX/TikZ version](testbenches_doc_resources/5g-nrue-bench.tex) if you want to modify to reflect your setup
### 4G Testbench(es)
**Purpose**: 4G/LTE testbenches
......@@ -121,6 +129,9 @@ Webhook
- [RAN-SA-B200-Module-SABOX-Container](https://jenkins-oai.eurecom.fr/job/RAN-SA-B200-Module-SABOX-Container/)
- ofqot + B200, idefix + Quectel, nepes w/ sabox
- basic SA test (20 MHz TDD), F1, reestablishment, ...
- [RAN-SA-OAIUE-CN5G](https://jenkins-oai.eurecom.fr/job/RAN-SA-OAIUE-CN5G/)
- 5G-NR SA test setup: gNB on avra(RHEL9.2) + N310, OAIUE on caracal(RHEL9.1) + N310, OAI CN5G
- OpenShift cluster for CN deployment and container images for gNB and UE deployment
- [RAN-Ubuntu18-Image-Builder](https://jenkins-oai.eurecom.fr/job/RAN-Ubuntu18-Image-Builder/)
- obelix: Ubuntu 20 image build using docker (Note: builds U20 images while pipeline is named U18!)
......
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{backgrounds, positioning, shapes.symbols}
\usepackage{helvet}
\renewcommand*{\rmdefault}{\sfdefault}
\begin{document}
\begin{tikzpicture}
[
font=\footnotesize,
faraday/.style={minimum size=3cm, draw, dashed},
duplexer/.style={draw,fill=white},
]
\node[label=above:avra] (avra)
{\includegraphics[width=1.2cm]{server}};
\node[right=0.5cm of avra, label=above:USRP N310] (n310gnb)
{\includegraphics[width=1.2cm]{n310}} edge (avra);
\node[right=.2cm of n310gnb, duplexer] (b78o) {n78} edge (n310gnb);
\node[right=0.5cm of b78o] (ant1)
{\includegraphics[width=0.3cm]{antenna}} edge (b78o);
\node[left=0.5cm of avra] (oc)
{\includegraphics[width=1.2cm]{openshift}} edge (avra);
\node[right=7cm of n310gnb, label=above:caracal] (caracal)
{\includegraphics[width=1.2cm]{server}};
\node[left=0.5cm of caracal, label=above:USRP N310] (n310ue)
{\includegraphics[width=1.2cm]{n310}} edge (caracal);
\node[left=.2cm of n310ue, duplexer] (b78a) {n78} edge (n310ue);
\node[left=0.5cm of b78a] (ant2)
{\includegraphics[width=0.3cm]{antenna}} edge (b78a);
\end{tikzpicture}
\end{document}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment