Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Getting UEContextReleaseRequest in 2 UEs in the same slice #1473

@mhmd97z

Description

@mhmd97z

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions