mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user