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: