Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the mme handler to get SGW IP address #261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AbdallahRustom
Copy link

update the MME handler to get SGW IP address from CSR instead of MBR

@wmnsk
Copy link
Owner

wmnsk commented Jan 17, 2024

Why do you think it is necessary?

@AbdallahRustom
Copy link
Author

hello,

I tried to integrate go-gtp MME and ENB with open5gs core network, the bearer has been successfully created and the tunnel is created but I received the below error, I see that the MME gets the SGWU IP address from Modify Bearer Response which is actually the eNodeB IP address

logs:
[eNB] 2024/01/18 10:02:45 Established S1-MME connection with 127.0.1.12:36412
[eNB] 2024/01/18 10:02:45 Started serving S1-U on 172.22.0.240:2152
[eNB] 2024/01/18 10:02:45 Started serving Prometheus on 172.22.0.240:9092
[MME] 2024/01/18 10:02:45 Sent Create Session Request for 001011234567895
[MME] 2024/01/18 10:02:45 Received Create Session Response from 172.22.0.5:2123
[MME] 2024/01/18 10:02:45 Session created with S-GW for Subscriber: 001011234567895;
S11 S-GW: 172.22.0.5:2123, TEID->: 0x384, TEID<-: 0xf1a08112
[MME] 2024/01/18 10:02:45 Sent Modify Bearer Request for 001011234567895
[MME] 2024/01/18 10:02:45 Received Modify Bearer Response from 172.22.0.5:2123
[MME] 2024/01/18 10:02:45 Bearer modified with S-GW for Subscriber: 001011234567895
[eNB] 2024/01/18 10:02:45 Successfully established tunnel for 001011234567895

Ignored Error Indication: error received from 172.22.0.240, TEIDDataI: 0x3834

Thanks.

pcap.zip

@wmnsk
Copy link
Owner

wmnsk commented Mar 29, 2024

seems your zip file broken, can you upload again (preferably with gzip)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants