You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
I'm running srsran+open5gs+oscric.
I have 3 ues connected to the ran, on 2 different slices. ue1 is in slice 1. ue2 and ue3 are in slice 2.
They can ping 8.8.8.8 at the same time without any issues.
When I run iperf, on each ue, those ues that are in slice 2 get rrc release.
I looked at the gnb log, gnb initiates this release with the following message to amf:
{
"initiatingMessage": {
"procedureCode": 42,
"criticality": "ignore",
"value": {
"UEContextReleaseRequest": {
"protocolIEs": {
"id": 10,
"criticality": "reject",
"Value": 6,
"id": 85,
"criticality": "reject",
"Value": 2,
"id": 133,
"criticality": "reject",
"Value": [
{
"pDUSessionID": 1
}
],
"id": 15,
"criticality": "ignore",
{
"radioNetwork": "radio-connection-with-ue-lost"
}
}
}
}
}
}
Here's config files. I changed ue1.conf to ue1.yaml so that i can upload it here.
[gnb.yaml](https://github.com/user-attachments/files/25242117/gnb.yaml)
[ue1.yaml](https://github.com/user-attachments/files/25242131/ue1.yaml)
I'm running srsran+open5gs+oscric.
I have 3 ues connected to the ran, on 2 different slices. ue1 is in slice 1. ue2 and ue3 are in slice 2.
They can ping 8.8.8.8 at the same time without any issues.
When I run iperf, on each ue, those ues that are in slice 2 get rrc release.
I looked at the gnb log, gnb initiates this release with the following message to amf: