5G CORE NETWORK FUNCTION PART-2: SMF

Session Management Function

It is a control plane function in a 5G core network. SMF’s main function is PDU Session Management.

PDU Session Management

It is simply a logical connection between the device and the end of the user plane function (UPF) which in turn connects to the data network (DN) through the N6 interface. This logical connection is called PDU Session.

PDU Session Management is all the activities like setting up or modifying or releasing these PDU sessions. Every time PDU session is created, connectivity is created towards a specific network and the device gets a corresponding IP address if it is IP based PDU session. A device does not need to have only one PDU session, it can have multiple PDU sessions.

Properties

  • PDU Session Identifier: It has an identifier to get easily identified while having multiple PDU sessions.
  • Slice Identifier: Every PDU session is a part of a network slice so even if slicing features are not supported at the early stages of 5G, there is always a default network slice that is a part of the 5G network. So slice identifier defines which network slice Pdu session belongs to.
  • DNN: Defines which data network that PDU session provides connectivity to. Eg- Internet, IMS, Enterprise.
  • PDU Session Type
  • Service and Session Continuity(SSC)
  • User Plane Security Enforcement Information, indicates whether the user-plane traffic needs to be safer and if it needs to use integrity protection. Based on that information, ciphering and integrity protection are activated or deactivated for a particular PDU session.

Types Of PDU Session

1. IP Based PDU Session:

In this, PDU session carries the IP traffic and it supports IPv4, IPv6 and dual-stack traffic. In this, SMF holds the responsibility to allocate the IP address to the device. So when the PDU session is created, the device can request either IPv4, IPv6 or dual-stack IPv4v6.

2. Ethernet PDU Session

It is newly introduced in 5G. It provides connectivity between the device and the Layer-2 Network. If we see, IP is a Layer-3 protocol. Sometimes a device wants to connect to a Layer-2 data network. In such a case, 5G supports Ethernet PDU Session. In this, PDU session will not carry IP packets instead of that it carries ethernet frames between the device and the data network. It supports SSC Mode 1 and 2. Since there is no IP address used so how the routing will happen. There is some solution to make routing possible as follows:

MAC address learning in SMF/AMF

DN may provide the MAC address

A point-to-point tunnel between the device and the data network

3. Unstructured PDU Session

Here user data is treated as unstructured bits, the 5G networks think it does not know anything about the nature of the traffic added over this PDU session. This is used to carry IOT related protocols such as MQTT, 6LoPAN etc. There is no addressing so there is no Layer-2 or 3 because it does not know IP or internet frames. There is no QoS differentiation of the data that is transmitted in an unstructured. They get default priorities from the perspective of QoS. It supports Mode 1 and 2.

SMF Services

There are two main services as follows:

1) Nsmf_PDUSession Service

It manages the PDU Session. It has included functions:

a) Nsmf_PDUSession_Create

Used to create a new PDU session in H(home)-SMF.

b) Nsmf_PDUSession_Update

Used between the V(visitor)-SMF and H-SMF in roaming scenarios to update the established PDU session.

c) Nsmf_PDUSession_Release

Used in roaming scenario bu V-SMF to request the H-SMF to release PDU Session.

d) Nsmf_PDUSession_StatusNotify

Used in roaming scenario by the H-SMF to notify V-SMF.

e) Nsmf_PDUSession_CreateSMContext

Used by AMF to create an AMF-SMF association to support a PDU Session.

f) Nsmf_PDUSession_UpdateSMContext

Used by AMF to update an AMF-SMF association to support a PDU Session.

g) Nsmf_PDUSession_ReleaseSMContext

Used by AMF to release the AMF-SMF association.

h) Nsmf_PDUSession_SMContextStatusNotify

Used by SMF to notify the AMF when PDU Session is released.

i) Nsmf_PDUSession_ContextRequest

Used by AMF to fetch the SM-Context during handover to EPS.

2) Nsmf_EventExposure Service

It is used to subscribe and get notified about events related to PDU sessions. Exposes the information about PDU session related events like UE address or Prefix change, PDU session release, User Plane path change, and PLMN changes. An event filter can be used.

Leave a Comment

Your email address will not be published. Required fields are marked *