-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
UE Error while Ping another UE #426
Comments
The log from anther UE is attached UERANSIM v3.2.4 |
Hi Ziran Unfortunately I could not help you about this problem. Because it's beyond to scope of UE and gNodeB, and is highly dependent on the core network's behavior. I mean everything seems OK from UE and gNodeB perspective. Perhaps these threads may help you. |
Thank you very much! In the UE side, the new error message is like: The gNB side says: [2021-11-06 01:36:27.405] [sctp] [info] Trying to establish SCTP connection... (10.100.200.102:38412) Best, |
@minziran |
I have the same problem.When the UE goes offline, the gNB refuses to re-access the UE due to the presence of the UE context |
@jiangxukun This should be fixed with the latest versions of UERANSIM, but please clarify more the issue. |
Hi Ali,
I met the similar problem as the attached issues.
#258
I updated the UERANSIM version(latest) and the problem is solved, which means the gNB works well.
I mirrored the traffic in the UPF side by "iptables -I PREROUTING -t mangle -i eth0 -j TEE --gateway 173.16.1.1"
Howerver, when I ping a UE from a UE, using the following command,
Ping -I uesimtun0 60.60.0.2
4 bytes from 60.60.0.3: icmp_seq=18 ttl=63 time=149 ms (DUP!)
64 bytes from 60.60.0.3: icmp_seq=18 ttl=63 time=149 ms (DUP!)
64 bytes from 60.60.0.3: icmp_seq=18 ttl=63 time=224 ms (DUP!)
^C
--- 60.60.0.3 ping statistics ---
19 packets transmitted, 18 received, +175302 duplicates, 5.26316% packet loss, time 18001ms
rtt min/avg/max/mdev = 16.903/479.145/954.834/208.845 ms
root@1e9f9dab7171:/# ping -I uesimtun0 60.60.0.3
PING 60.60.0.3 (60.60.0.3) from 60.60.0.2 uesimtun0: 56(84) bytes of data.
^C
--- 60.60.0.3 ping statistics ---
50 packets transmitted, 0 received, 100% packet loss, time 50183ms
root@1e9f9dab7171:/# ping -I uesimtun0 60.60.0.1
PING 60.60.0.1 (60.60.0.1) from 60.60.0.2 uesimtun0: 56(84) bytes of data.
^C
--- 60.60.0.1 ping statistics ---
85 packets transmitted, 0 received, 100% packet loss, time 86001ms
It works well at the very beginning, then the UE(60.60.0.3) crashed. The error is attached
[2021-10-29 20:52:30.072] [nas] [info] UE switches to state [MM-DEREGISTERED/PLMN-SEARCH]
[2021-10-29 20:52:30.073] [rrc] [debug] New signal detected for cell[1], total [1] cells in coverage
[2021-10-29 20:52:30.073] [nas] [info] Selected plmn[208/93]
[2021-10-29 20:52:30.073] [rrc] [info] Selected cell plmn[208/93] tac[1] category[SUITABLE]
[2021-10-29 20:52:30.073] [nas] [info] UE switches to state [MM-DEREGISTERED/PS]
[2021-10-29 20:52:30.073] [nas] [info] UE switches to state [MM-DEREGISTERED/NORMAL-SERVICE]
[2021-10-29 20:52:30.073] [nas] [debug] Initial registration required due to [MM-DEREG-NORMAL-SERVICE]
[2021-10-29 20:52:30.073] [nas] [debug] UAC access attempt is allowed for identity[0], category[MO_sig]
[2021-10-29 20:52:30.073] [nas] [debug] Sending Initial Registration
[2021-10-29 20:52:30.073] [rrc] [debug] Sending RRC Setup Request
[2021-10-29 20:52:30.073] [nas] [info] UE switches to state [MM-REGISTER-INITIATED]
[2021-10-29 20:52:30.074] [rrc] [info] RRC connection established
[2021-10-29 20:52:30.074] [rrc] [info] UE switches to state [RRC-CONNECTED]
[2021-10-29 20:52:30.074] [nas] [info] UE switches to state [CM-CONNECTED]
[2021-10-29 20:52:30.143] [nas] [debug] Authentication Request received
[2021-10-29 20:52:30.143] [nas] [debug] Sending Authentication Failure due to SQN out of range
[2021-10-29 20:52:30.203] [nas] [debug] Authentication Request received
[2021-10-29 20:52:30.234] [nas] [debug] Security Mode Command received
[2021-10-29 20:52:30.234] [nas] [debug] Selected integrity[2] ciphering[0]
[2021-10-29 20:52:30.434] [nas] [debug] Registration accept received
[2021-10-29 20:52:30.434] [nas] [info] UE switches to state [MM-REGISTERED/NORMAL-SERVICE]
[2021-10-29 20:52:30.434] [nas] [debug] Sending Registration Complete
[2021-10-29 20:52:30.435] [nas] [info] Initial Registration is successful
[2021-10-29 20:52:30.435] [nas] [debug] Sending PDU Session Establishment Request
[2021-10-29 20:52:30.435] [nas] [debug] UAC access attempt is allowed for identity[0], category[MO_sig]
[2021-10-29 20:52:30.699] [nas] [debug] PDU Session Establishment Accept received
[2021-10-29 20:52:30.699] [nas] [warning] SM cause received in PduSessionEstablishmentAccept [PDU_SESSION_TYPE_IPV4_ONLY_ALLOWED]
[2021-10-29 20:52:30.699] [nas] [info] PDU Session establishment is successful PSI[1]
[2021-10-29 20:52:30.727] [app] [info] Connection setup for PDU session[1] is successful, TUN interface[uesimtun0, 60.60.0.1] is up.
[2021-10-29 21:52:30.704] [nas] [debug] NAS timer[3512] expired [1]
[2021-10-29 21:52:30.704] [nas] [debug] Mobility registration updating required due to [T3512-EXPIRY]
[2021-10-29 21:52:30.704] [nas] [debug] Sending Periodic Registration with update cause [T3512-EXPIRY]
[2021-10-29 21:52:30.704] [nas] [info] UE switches to state [MM-REGISTER-INITIATED]
[2021-10-29 21:52:30.709] [nas] [debug] Registration accept received
[2021-10-29 21:52:30.709] [nas] [info] UE switches to state [MM-REGISTERED/NORMAL-SERVICE]
[2021-10-29 21:52:30.709] [nas] [info] Periodic Registration is successful
[2021-10-29 22:52:31.301] [nas] [debug] NAS timer[3512] expired [1]
[2021-10-29 22:52:31.301] [nas] [debug] Mobility registration updating required due to [T3512-EXPIRY]
[2021-10-29 22:52:31.301] [nas] [debug] Sending Periodic Registration with update cause [T3512-EXPIRY]
[2021-10-29 22:52:31.301] [nas] [info] UE switches to state [MM-REGISTER-INITIATED]
[2021-10-29 22:52:31.306] [nas] [debug] Registration accept received
[2021-10-29 22:52:31.306] [nas] [info] UE switches to state [MM-REGISTERED/NORMAL-SERVICE]
[2021-10-29 22:52:31.306] [nas] [info] Periodic Registration is successful
[2021-10-29 23:52:31.898] [nas] [debug] NAS timer[3512] expired [1]
[2021-10-29 23:52:31.898] [nas] [debug] Mobility registration updating required due to [T3512-EXPIRY]
[2021-10-29 23:52:31.898] [nas] [debug] Sending Periodic Registration with update cause [T3512-EXPIRY]
[2021-10-29 23:52:31.898] [nas] [info] UE switches to state [MM-REGISTER-INITIATED]
[2021-10-29 23:52:31.903] [nas] [debug] Registration accept received
[2021-10-29 23:52:31.903] [nas] [info] UE switches to state [MM-REGISTERED/NORMAL-SERVICE]
[2021-10-29 23:52:31.903] [nas] [info] Periodic Registration is successful
I would appreciate any help!
Best regards,
Ziran
The text was updated successfully, but these errors were encountered: