Skip to content
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

feat: add 5G-QoS blog #135

Closed
wants to merge 0 commits into from
Closed

Conversation

TYuan0816
Copy link
Contributor

No description provided.


### Control Plane

Central to the control plane are the Access and Mobility Management Function (AMF) and the Authentication Server Function (AUSF). The AMF oversees device connectivity and mobility within the network, initiating UE registration and coordinating with the AUSF to authenticate devices via SIM card verification. This interaction ensures that all devices have valid subscriptions and are properly managed within the network.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Control Plane indicates all of the network functions except for UPF.
This part of the description can not let readers understand how it works (e.g. handling the UE registration needs other NFs to get involved).
Moreover, You should focus on explaining How NFs achieve the QoS in the 5G system.


## Establishment and Management of QoS Flows

5G networks enhance connectivity through precise Quality of Service (QoS) management facilitated by the Protocol Data Unit (PDU) Session Establishment process and QoS Flow control. These processes ensure optimal performance and flexibility tailored to specific network requirements.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What exactly is QoS Flow control in the description?
Is it defined in the 3GPP specifications?


#### Role of PDRs in Enforcing QoS Rules

PDRs are critical for maintaining the integrity and efficiency of network traffic management. They act as filters that identify and sort incoming data packets based on predefined criteria set according to the QoS requirements. Each PDR is associated with a specific QoS flow and contains instructions on how the UPF should handle these packets. This process is crucial for ensuring that different data flows receive the appropriate level of service quality, particularly in terms of speed, reliability, and priority.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please describe how UPF will match data flow, and also explain how UPF applies the QoS rule.

@TYuan0816
Copy link
Contributor Author

Got it. I'll try to correct them according to the comments. I appreciate these feedbacks.

@andy89923 andy89923 self-assigned this Jun 18, 2024
@andy89923
Copy link
Contributor

remember to add entry at the blog index

@andy89923 andy89923 self-requested a review June 18, 2024 06:06

>[!NOTE]
> Author: TingYuan Chou
> Date: 2024/06/12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2024/06/19
align to the actual release date


## Introduction

Quality of Service refers to the performance characteristics of a network orservice experienced by its users. In the context of 5G, QoS encompasses arange of factors, including reliability, availability, latency throughput, andprioritization of traffic. These aspects play a vital role in delivering anoptimal user experience and catering to diverse application requirements.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

andprioritization ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anoptimal ?


### User Plane

Focused on data handling, the User Plane Function (UPF) plays a crucial role in routing data, enforcing QoS, and managing Protocol Data Unit (PDU) flows. The UPF interfaces with the network through several points:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Protocol Data Unit (PDU) flows?


- **Service Differentiation**: QoS flows enable service differentiation, allowing network operators to offer various service levels at different pricing tiers. This flexibility benefits both providers and consumers by catering to diverse needs and budgets.

### QoS Flow IDs (QFI)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Qos Flow Identifier


#### Providing QoS Profiles to the RAN

The Session Management Function (SMF) plays a pivotal role in the 5G architecture, particularly in managing and distributing Quality of Service (QoS) profiles. These profiles are essential for defining the service quality parameters that will be applied to the data flows within the network. The SMF has the capability to provide these QoS profiles directly to the Radio Access Network (RAN) or preconfigure them within the RAN. This flexibility allows the network to adapt dynamically to varying service requirements and to ensure optimal resource allocation and service quality.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to provide the information to RAN? (Check spec and add comments)

- **Authentication and Registration:** Upon receiving the request, the AMF performs a secure authentication process to ensure only authorized users access the network. This includes verifying the identity of the user and their subscription.
- **Session Establishment:** After successful authentication, the AMF initiates a session establishment process with the SMF to ensure the session setup meets the QoS requirements stated by the UE.

3. **Policy Application via PCF**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SM Policy Association

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants