@@ -68,6 +68,10 @@ repo. The groovy files can be found in the `aether-jenkins
68
68
- `main-oai.yml `
69
69
- `oai.groovy `
70
70
- OAI software radio connected to 5G Core.
71
+ * - `srsRAN 5G <https://docs.aetherproject.org/master/onramp/blueprints.html#srsran-5g >`__
72
+ - `main-srsran.yml `
73
+ - `srsran.groovy `
74
+ - srsRAN software radio connected to 5G Core.
71
75
72
76
73
77
Ansible Variables
@@ -106,6 +110,9 @@ the list is not comprehensive.
106
110
* - `oai.simulation `
107
111
- `true `
108
112
- Run UE in simulation mode; set to `false ` to connect real UEs.
113
+ * - `srsran.simulation `
114
+ - `true `
115
+ - Run UE in simulation mode; set to `false ` to connect real UEs.
109
116
* - `*.helm.local_charts `
110
117
- `false `
111
118
- Loads Helm Charts from public repo; set to `true ` to utilize
@@ -141,6 +148,10 @@ substitute custom config files.
141
148
- `deps/oai/roles/gNb/templates/gnb.sa.band78.fr1.106PRB.usrpb210.conf `
142
149
* - `oai.ue.conf_file `
143
150
- `deps/oai/roles/uEsimulator/templates/ue.conf `
151
+ * - `srsran.gnb.conf_file `
152
+ - `deps/srsran/roles/gNb/templates/gnb_zmq.conf `
153
+ * - `srsran.ue.conf_file `
154
+ - `deps/srsran/roles/uEsimulator/templates/ue_zmq.conf `
144
155
* - `ueransim.servers `
145
156
- `deps/ueransim/config/custom-gnb.yaml `
146
157
* -
@@ -170,6 +181,8 @@ Ansible inventory file (``hosts.ini``). The following identifies the
170
181
- Servers hosting UERANSIM process.
171
182
* - `[oai_nodes] `
172
183
- Servers hosting OAI gNB (and optionally UE) container(s).
184
+ * - `[srsran_nodes] `
185
+ - Servers hosting srsRAN gNB (and optionally UE) container(s).
173
186
174
187
The `[worker_nodes] ` group can be empty, but must be present. The
175
188
other groups are blueprint-specific, and with the exception of
@@ -258,6 +271,16 @@ other blueprints.)
258
271
- Start container running OAI simulated UE.
259
272
* - `oai-uesim-stop `
260
273
- Stop container running OAI simulated UE.
274
+ * - **srsRAN 5G Blueprint **
275
+ -
276
+ * - `srsran-gnb-install `
277
+ - Install container running srsRAN 5G radio; assumes Core already deployed.
278
+ * - `srsran-gnb-uninstall `
279
+ - Uninstall srsRAN 5G radio container.
280
+ * - `srsran-uesim-start `
281
+ - Start container running srsRAN simulated UE.
282
+ * - `srsran-uesim-stop `
283
+ - Stop container running srsRAN simulated UE.
261
284
* - **Multi-UPF Blueprint **
262
285
-
263
286
* - `5gc-upf-install `
0 commit comments