mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
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>