mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
CI: docs for nrUE pipeline
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
|
||||
[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!)
|
||||
|
||||
|
||||
BIN
doc/testbenches_doc_resources/5g-nrue-bench.pdf
Normal file
BIN
doc/testbenches_doc_resources/5g-nrue-bench.pdf
Normal file
Binary file not shown.
BIN
doc/testbenches_doc_resources/5g-nrue-bench.png
Normal file
BIN
doc/testbenches_doc_resources/5g-nrue-bench.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
36
doc/testbenches_doc_resources/5g-nrue-bench.tex
Normal file
36
doc/testbenches_doc_resources/5g-nrue-bench.tex
Normal file
@@ -0,0 +1,36 @@
|
||||
\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}
|
||||
BIN
doc/testbenches_doc_resources/openshift.png
Normal file
BIN
doc/testbenches_doc_resources/openshift.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.1 KiB |
Reference in New Issue
Block a user