Add tty: true to Aerial related docker-compose.yaml

For some reason, it's needed to have tty:true on the gNB section of the Aerial docker-compose files, if not, the following error occurs:
The L2 is not able to send messages to the L1, (nfapi_vnf_pnf_list_find(): could not find P5 connection for p5_idx 1)

By making sure the option tty is true on the docker-compose.yaml files, this error does not present itself.

Signed-off-by: Rúben Soares Silva <rsilva@allbesmart.pt>
This commit is contained in:
Rúben Soares Silva
2026-05-26 17:16:53 +01:00
parent 38dc378224
commit dc48260d2a
3 changed files with 2 additions and 1 deletions

View File

@@ -59,7 +59,6 @@ services:
- gpu
network_mode: host
shm_size: 4096m
stdin_open: true
tty: true
volumes:
- ../../conf_files/gnb-vnf.sa.band78.273prb.aerial.conf:/opt/oai-gnb/etc/gnb.conf

View File

@@ -59,6 +59,7 @@ services:
- gpu
network_mode: host
shm_size: 4096m
tty: true
volumes:
- ../../conf_files/gnb-vnf.sa.band78.78prb.aerial.conf:/opt/oai-gnb/etc/gnb.conf
container_name: oai-gnb-aerial

View File

@@ -59,6 +59,7 @@ services:
- gpu
network_mode: host
shm_size: 4096m
tty: true
volumes:
- ../../conf_files/gnb-vnf.sa.band78.273prb.aerial.ul-heavy.conf:/opt/oai-gnb/etc/gnb.conf
container_name: oai-gnb-aerial