aligungr / UERANSIM

Open source 5G UE and RAN (gNodeB) implementation.
GNU General Public License v3.0
784 stars 321 forks source link

UERAN container ping failed #378

Closed minziran closed 2 years ago

minziran commented 3 years ago

I added the iptables command mentioned in https://githubmemory.com/repo/free5gc/free5gc-compose/issues/26?page=1

The ping still failed.

uerancontainer

Thank you for your time and help!

aligungr commented 3 years ago

Hi @minziran

I could not detect an error in the first look but, you are using very old version of UERANSIM. Updating it and a performing a fresh install may solve the issue.

minziran commented 3 years ago

@aligungr Thank you for reply. I will update the UERANSIM version.

I found two errors while running the old version.

After running docker-compose up nrf | 2021-08-17T16:11:14Z [INFO][NRF][MGMT] Create NF Profile

nrf | 2021-08-17T16:11:14Z [INFO][NRF][MGMT] Location header: http://nrf.free5gc.org:8000/nnrf-nfm/v1/nf-instances/15cbd9c6-1167-4224-9461-31d486851da6

nrf | 2021-08-17T16:11:14Z [INFO][NRF][GIN] | 201 | 10.100.200.14 | PUT | /nnrf-nfm/v1/nf-instances/15cbd9c6-1167-4224-9461-31d486851da6 |

nrf | 2021/08/17 16:11:14 http2: server connection error from 10.100.200.13:48868: connection error: PROTOCOL_ERROR

After running sudo build/nr-ue -c config/free5gc-ue.yaml sudo build/nr-ue -c config/free5gc-ue.yaml

Then I tried ping -I uesimtun0 127.0.0.1 still failed.

Thank you in advance.

hxx-98 commented 3 years ago

I added the iptables command mentioned in https://githubmemory.com/repo/free5gc/free5gc-compose/issues/26?page=1

The ping still failed.

uerancontainer

Thank you for your time and help!

hi, i met same issue,is there a solution? thx