WO2023124309A1 - Cloud native upf signaling plane load balancing selection method and system - Google Patents

Cloud native upf signaling plane load balancing selection method and system Download PDF

Info

Publication number
WO2023124309A1
WO2023124309A1 PCT/CN2022/121299 CN2022121299W WO2023124309A1 WO 2023124309 A1 WO2023124309 A1 WO 2023124309A1 CN 2022121299 W CN2022121299 W CN 2022121299W WO 2023124309 A1 WO2023124309 A1 WO 2023124309A1
Authority
WO
WIPO (PCT)
Prior art keywords
upf
service instance
seid
signaling
message
Prior art date
Application number
PCT/CN2022/121299
Other languages
French (fr)
Chinese (zh)
Inventor
石凯
刘辉
赵臻
Original Assignee
浪潮通信技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 浪潮通信技术有限公司 filed Critical 浪潮通信技术有限公司
Publication of WO2023124309A1 publication Critical patent/WO2023124309A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/08Load balancing or load distribution
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/10Flow control between communication endpoints
    • H04W28/12Flow control between communication endpoints using signalling between network elements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup

Definitions

  • the present application relates to the technical field of mobile communication, and in particular to a cloud-native UPF signaling plane load balancing selection method and system.
  • the 5G core network (5GC) is split into two parts: CPF (Control Plane Function, control plane function) and UPF (User Plane Function, user plane function). class, as shown in Figure 1.
  • CPF Control Plane Function, control plane function
  • UPF User Plane Function, user plane function
  • the control plane SMF Session Management function, session management function
  • PFCP Packet Forwarding Control Protocol, message forwarding control protocol
  • Data Network data network
  • UE User Equipment, user equipment
  • QoS operations are processed.
  • the cloud-native core network when the UPF is decomposed into multiple running service instances, it is necessary to solve the problem of how to route and select the UPF service instance for the PFCP message sent from the control plane to the UPF.
  • the present application provides a cloud-native UPF signaling plane load balancing selection method and system to solve the defect in the prior art of how to route and select UPF service instances for PFCP messages sent to UPF from the control plane in the cloud-native core network.
  • the present application provides a method for selecting cloud-native UPF signaling plane load balancing, including:
  • the corresponding UPF service instance in the UPF cluster is determined based on the user plane function UPF signaling plane load balancing selection algorithm
  • the PFCP message between the session management function SMF and the UPF is processed.
  • the corresponding UPF in the UPF cluster is determined based on the user plane function UPF signaling plane load balancing selection algorithm Service instances, including:
  • the signaling message is a session-level message
  • further confirm whether the signaling message is PFCPSessionEstablishmentRequest if so, call the metrics interface, calculate the load load of each UPF service instance, determine the minimum load service instance, otherwise obtain The UP-SEID carried in the signaling message is compared with the SEID-UPF table to confirm the UPF service instance;
  • the signaling message is not a session-level message, randomly select a service instance as the UPF service instance.
  • the calling of the metrics interface calculates the load load of each UPF service instance and determines the minimum load service instance, including:
  • the load is a weighted summation of the CPU occupancy rate, the memory occupancy rate, and the ratio of the number of current sessions of the service instance to the capacity of the service instance.
  • the UP-SEID carried in the signaling message is obtained, the UP-SEID is compared with the SEID-UPF table, and the UPF service is confirmed Examples include:
  • the corresponding UPF in the UPF cluster is determined based on the user plane function UPF signaling plane load balancing selection algorithm Service instance, also includes:
  • the signaling message is PFCPSessionEstablishmentResponse
  • the UPF service instance is determined based on the capacity of the SEID-UPF table.
  • the determination of the UPF service instance based on the capacity of the SEID-UPF table includes:
  • the present application also provides a cloud-native UPF signaling plane load balancing selection system, including:
  • the selection module is used to determine the corresponding UPF service instance in the UPF cluster based on the user plane function UPF signaling plane load balancing selection algorithm when the PFCP session is to be established;
  • the processing module is configured to process the PFCP message between the session management function SMF and the UPF based on the UPF service instance.
  • the present application also provides an electronic device, including a memory, a processor, and a computer program stored on the memory and operable on the processor. Describe the steps of the cloud-native UPF signaling plane load balancing selection method.
  • the present application also provides a non-transitory computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, load balancing of the cloud-native UPF signaling plane as described in any one of the above is realized. Steps to choose a method.
  • the present application further provides a computer program product, including a computer program, and when the computer program is executed by a processor, the steps of any one of the cloud-native UPF signaling plane load balancing selection methods described above are implemented.
  • the cloud-native UPF signaling plane load balancing selection method and system provided by this application process the signaling communication between the external SMF and the UPF cluster through the cloud-native UPF signaling plane load balancing selection algorithm in the cloud-native core network, Make the containerized UPF cluster meet the requirements of elasticity, reliability and scalability.
  • FIG. 1 is a structural diagram of core network user plane functions and control plane functions provided by the prior art
  • Fig. 2 is one of the flow diagrams of the cloud native UPF signaling plane load balancing selection method provided by the present application;
  • Fig. 3 is the architecture diagram of the cloud-native UPF signaling plane load balancer provided by this application.
  • Fig. 4 is a schematic diagram of the format of the PFCP message header provided by the present application.
  • Fig. 5 is the second schematic flow diagram of the cloud-native UPF signaling plane load balancing selection method provided by the present application.
  • FIG. 6 is a schematic structural diagram of a cloud-native UPF signaling plane load balancing selection system provided by the present application.
  • FIG. 7 is a schematic structural diagram of an electronic device provided by the present application.
  • Fig. 2 is one of the schematic flow diagrams of the cloud-native UPF signaling plane load balancing selection method provided by this application, as shown in Fig. 2, including:
  • Step S1 when the message forwarding control protocol PFCP session is to be established, determine the corresponding UPF service instance in the UPF cluster based on the user plane function UPF signaling plane load balancing selection algorithm;
  • Step S2 based on the UPF service instance, process the PFCP message between the session management function SMF and the UPF.
  • This application proposes a cloud-native UPF signaling plane load balancing algorithm, which is deployed on the UPF signaling plane load balancer device.
  • the device selects the service of the UPF cluster when the PFCP session is established according to the cloud-native UPF signaling plane load balancing selection algorithm. instance, and keep the session consistent through the sticky policy.
  • the cloud-native UPF cluster elasticity, reliability and scalability can be achieved.
  • Figure 3 shows the architecture diagram of the cloud-native UPF signaling plane load balancer.
  • SEID Session Endpoint Identifier Handling, session endpoint identifier handling
  • F-SEID Full Qualified SEID
  • a PFCP endpoint MUST use the locally assigned SEID value of the peer PFCP endpoint when sending messages. SEID values are exchanged between PFCP endpoints using PFCP messages.
  • a PFCP entity sends a SEID value to a peer PFCP entity and expects to receive all subsequent control plane messages related to this PFCP session via the "F-SEID" IE.
  • Messages related to a PFCP session shall share the same F-SEID as the PFCP session.
  • the F-SEID shall be released after the PFCP session is released.
  • the optional SEID of the PFCP message header occupies 8 bytes. For node-related messages, the PFCP message header does not contain the SEID field; for session-related messages, the SEID must be included. In the session establishment request, SEID is set to all 0s.
  • the general format of the PFCP message header is shown in Figure 4.
  • This application handles the signaling communication between the external SMF and the UPF cluster according to the cloud-native UPF signaling plane load balancing selection algorithm in the cloud-native core network, so that the containerized UPF cluster can meet the requirements of elasticity, reliability and scalability Require.
  • step S1 includes:
  • the signaling message is a session-level message
  • further confirm whether the signaling message is PFCPSessionEstablishmentRequest if so, call the metrics interface, calculate the load load of each UPF service instance, determine the minimum load service instance, otherwise obtain The UP-SEID carried in the signaling message is compared with the SEID-UPF table to confirm the UPF service instance;
  • the signaling message is not a session-level message, randomly select a service instance as the UPF service instance.
  • the flow chart shown in Figure 5 first monitors the signaling message, after obtaining the signaling message, checks whether the message is a Request type, and if so, further judges whether it is a session-level message, here for the node
  • the message header in PFCP needs to distinguish whether it contains SEID.
  • the service instance is randomly selected as the UPF service instance.
  • This application judges that the type of the signaling message is the Request type, and then obtains the corresponding UPF service instance according to the corresponding routing strategy, so as to meet the requirements of elasticity, reliability and scalability of the UPF cluster.
  • the calling of the metrics interface calculates the load load of each UPF service instance, and determines the minimum load service instance, including:
  • the load is a weighted summation of the CPU occupancy rate, the memory occupancy rate, and the ratio of the number of current sessions of the service instance to the capacity of the service instance.
  • the load of each UPF service instance is obtained, and the service instance with the smallest load is selected as the UPF service instance.
  • This application calculates the CPU occupancy rate, memory occupancy rate, service instance capacity, and the number of current sessions of the service instance respectively, and sets a certain threshold to obtain the load under high load and low load status, so as to select the service with the smallest load instance.
  • the acquiring the UP-SEID carried in the signaling message, comparing the UP-SEID with the SEID-UPF table, and confirming the UPF service instance includes:
  • UP-SEID carried in the signaling message
  • use the UP-SEID as the query condition query the SEID-UPF table, and see if there is a service instance recorded by the SEID in the table , if the service instance with the SEID record is found in the table, select the instance as the UPF service instance, otherwise, randomly select the UPF service instance, send the signaling message to the UPF service instance, and end the process.
  • This application selects a specific UPF service instance by comparing the SEID records in the SEID-UPF table, which has the characteristics of high execution efficiency and high reliability.
  • step S1 also includes:
  • the signaling message is PFCPSessionEstablishmentResponse
  • the UPF service instance is determined based on the capacity of the SEID-UPF table.
  • the SEID-UPF table is queried to see if there is a service instance of the SEID record in the table. If there is a service instance of the SEID record in the table, the SEID of the service instance is updated, and the information Send the message to the outside and end the process. If the service instance recorded by the SEID does not exist in the table, determine the UPF service instance based on the capacity of the SEID-UPF table.
  • the signaling message is directly sent to the outside and the process ends.
  • This application judges that the type of the signaling message is non-Request type, and then obtains the corresponding UPF service instance according to the corresponding routing strategy, so as to meet the requirements of elasticity, reliability and scalability of the UPF cluster.
  • the determining the UPF service instance based on the capacity of the SEID-UPF table includes:
  • the determination of the UPF service instance based on the capacity of the SEID-UPF table includes:
  • the present application further judges whether it is necessary to update the SEID information in the table, so as to obtain the service instance with the smallest load among the UPF service instances in time to ensure smoothness of business.
  • step (3) Monitor the signaling message, and check whether the message is a Request type after the signaling message is obtained. If the message type is Request type, go to step (3); otherwise, go to step (8);
  • step (4) If it is a session-level message, go to step (4); otherwise, go to step (20);
  • step (8) If it is not a Request type message, then check whether the message is PFCPSessionEstablishmentResponse, if it is this type of message, go to step (9); otherwise, go to step (15);
  • step (10) Use the SEID as a query condition to query the SEID-UPF table to see if there is a service instance with a record of the SEID in the table. If there is a service instance of the SEID record in the table, go to step (11); otherwise, go to step (12);
  • step (16) If the message type is not PFCPSessionEstablishmentRespone, go to step (16);
  • the cloud-native UPF signaling plane load balancing selection system provided by this application.
  • the cloud-native UPF signaling plane load balancing selection system described below and the cloud-native UPF signaling plane load balancing selection method described above can refer to each other .
  • Fig. 6 is a schematic structural diagram of the cloud-native UPF signaling plane load balancing selection system provided by the present application, as shown in Fig. 6, including: a selection module 61 and a processing module 62, wherein:
  • the selection module 61 is used to determine the corresponding UPF service instance in the UPF cluster based on the user plane function UPF signaling plane load balancing selection algorithm when the PFCP session is to be established; the processing module 62 is used to based on the UPF service instance, Process the PFCP message between the session management function SMF and UPF.
  • This application handles the signaling communication between the external SMF and the UPF cluster through the cloud-native UPF signaling plane load balancing selection algorithm in the cloud-native core network, so that the containerized UPF cluster can meet the requirements of elasticity, reliability and scalability Require.
  • FIG. 7 illustrates a schematic diagram of the physical structure of an electronic device.
  • the electronic device may include: a processor (processor) 710, a communication interface (Communications Interface) 720, a memory (memory) 730 and a communication bus 740, Wherein, the processor 710 , the communication interface 720 , and the memory 730 communicate with each other through the communication bus 740 .
  • processor processor
  • Communication interface Communication interface
  • memory memory
  • FIG. 740 illustrates a schematic diagram of the physical structure of an electronic device.
  • the electronic device may include: a processor (processor) 710, a communication interface (Communications Interface) 720, a memory (memory) 730 and a communication bus 740, Wherein, the processor 710 , the communication interface 720 , and the memory 730 communicate with each other through the communication bus 740 .
  • memory memory
  • the processor 710 can call the logic instructions in the memory 730 to execute the cloud-native UPF signaling plane load balancing selection method, which includes: when the packet forwarding control protocol PFCP session is established, based on the user plane function UPF signaling plane load balancing The selection algorithm determines the corresponding UPF service instance in the UPF cluster; based on the UPF service instance, the PFCP message between the session management function SMF and the UPF is processed.
  • the above-mentioned logic instructions in the memory 730 may be implemented in the form of software functional units and may be stored in a computer-readable storage medium when sold or used as an independent product.
  • the technical solution of the present application is essentially or the part that contributes to the prior art or the part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage medium, including Several instructions are used to make a computer device (which may be a personal computer, a server, or a network device, etc.) execute all or part of the steps of the methods described in the various embodiments of the present application.
  • the aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disc, etc., which can store program codes. .
  • the present application also provides a computer program product, the computer program product includes a computer program, the computer program can be stored on a non-transitory computer-readable storage medium, and when the computer program is executed by a processor, the computer can Execute the cloud-native UPF signaling plane load balancing selection method provided by the above methods.
  • the method includes: when the packet forwarding control protocol PFCP session is established, determine the corresponding load balancing selection algorithm in the UPF cluster based on the user plane function UPF signaling plane load balancing selection algorithm.
  • the UPF service instance based on the UPF service instance, the PFCP message between the session management function SMF and the UPF is processed.
  • the present application also provides a non-transitory computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the cloud-native UPF signaling plane load balancing provided by the above-mentioned methods is implemented.
  • the selection method includes: when the PFCP session of the message forwarding control protocol is to be established, determine the corresponding UPF service instance in the UPF cluster based on the user plane function UPF signaling plane load balancing selection algorithm; based on the UPF service instance, session management PFCP messages between functional SMF and UPF are processed.
  • the device embodiments described above are only illustrative, and the units described as separate components may or may not be physically separated, and the components shown as units may or may not be physical units, that is, they may be located in One place, or it can be distributed to multiple network elements. Part or all of the modules can be selected according to actual needs to achieve the purpose of the solution of this embodiment. It can be understood and implemented by those skilled in the art without any creative efforts.
  • each implementation can be implemented by means of software plus a necessary general-purpose hardware platform, and of course also by hardware.
  • the essence of the above technical solution or the part that contributes to the prior art can be embodied in the form of software products, and the computer software products can be stored in computer-readable storage media, such as ROM/RAM, magnetic discs, optical discs, etc., including several instructions to make a computer device (which may be a personal computer, server, or network device, etc.) execute the methods described in various embodiments or some parts of the embodiments.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Abstract

The present application provides a cloud native user plane function (UPF) signaling plane load balancing selection method and system. The method comprises: when a packet forwarding control protocol (PFCP) session is established, determining a corresponding UPF service instance in a UPF cluster on the basis of a UPF signaling plane load balancing selection algorithm; and processing, on the basis of the UPF service instance, a PFCP message between a session management function (SMF) and the UPF. According to the present application, a cloud native UPF signaling plane load balancing selection algorithm is used in a cloud native core network to process signaling communication between an external SMF and a UPF cluster, so that a containerized UPF cluster can meet the requirements of elasticity, reliability, and expansibility.

Description

一种云原生UPF信令面负载均衡选择方法及系统A cloud-native UPF signaling plane load balancing selection method and system
相关申请的交叉引用Cross References to Related Applications
本申请要求于2021年12月27日提交的申请号为2021116149961,名称为“一种云原生UPF信令面负载均衡选择方法及系统”的中国专利申请的优先权,其通过引用方式全部并入本文。This application claims the priority of the Chinese patent application with application number 2021116149961 and titled "A cloud-native UPF signaling plane load balancing selection method and system" filed on December 27, 2021, which is incorporated by reference in its entirety This article.
技术领域technical field
本申请涉及移动通信技术领域,尤其涉及一种云原生UPF信令面负载均衡选择方法及系统。The present application relates to the technical field of mobile communication, and in particular to a cloud-native UPF signaling plane load balancing selection method and system.
背景技术Background technique
在5G(5th Generation Mobile Communication Technology,第五代移动通信技术)中,5G核心网(5GC)整体拆分为CPF(Control Plane Function,控制面功能)和UPF(User Plane Function,用户面功能)两类,如图1所示。In 5G (5th Generation Mobile Communication Technology, fifth-generation mobile communication technology), the 5G core network (5GC) is split into two parts: CPF (Control Plane Function, control plane function) and UPF (User Plane Function, user plane function). class, as shown in Figure 1.
控制面SMF(Session Management function,会话管理功能)通过PFCP(Packet Forwarding Control Protocol,报文转发控制协议)配置UPF,UPF根据PFCP所携带的报文信息在AN(Access Network,接入网络)和DN(Data Network,数据网络)之间建立隧道,并依据隧道信息和PFCP配置的转发规则,对UE(User Equipment,用户设备)的数据进行转发、丢弃、缓存和QoS等操作处理。在云原生核心网中,当UPF分解为多个运行的服务实例后,需要解决控制面发给UPF的PFCP消息如何路由选择UPF服务实例问题。The control plane SMF (Session Management function, session management function) configures UPF through PFCP (Packet Forwarding Control Protocol, message forwarding control protocol). (Data Network, data network) to establish a tunnel, and according to the forwarding rules configured by the tunnel information and PFCP, the UE (User Equipment, user equipment) data is forwarded, discarded, cached, and QoS operations are processed. In the cloud-native core network, when the UPF is decomposed into multiple running service instances, it is necessary to solve the problem of how to route and select the UPF service instance for the PFCP message sent from the control plane to the UPF.
因此,需要提出新的对云原生UPF信令面进行负载均衡的方法,以解决控制面发给UPF的PFCP消息如何路由选择UPF服务实例问题。Therefore, it is necessary to propose a new method for load balancing the cloud-native UPF signaling plane to solve the problem of how to route and select UPF service instances for PFCP messages sent from the control plane to UPF.
发明内容Contents of the invention
本申请提供一种云原生UPF信令面负载均衡选择方法及系统,用以解决现有技术中针对云原生核心网中缺乏控制面发给UPF的PFCP消息如何路由选择UPF服务实例方法的缺陷。The present application provides a cloud-native UPF signaling plane load balancing selection method and system to solve the defect in the prior art of how to route and select UPF service instances for PFCP messages sent to UPF from the control plane in the cloud-native core network.
第一方面,本申请提供一种云原生UPF信令面负载均衡选择方法,包括:In the first aspect, the present application provides a method for selecting cloud-native UPF signaling plane load balancing, including:
待报文转发控制协议PFCP会话建立时,基于用户面功能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例;When the message forwarding control protocol PFCP session is established, the corresponding UPF service instance in the UPF cluster is determined based on the user plane function UPF signaling plane load balancing selection algorithm;
基于所述UPF服务实例,对会话管理功能SMF和UPF之间的PFCP消息进行处理。Based on the UPF service instance, the PFCP message between the session management function SMF and the UPF is processed.
根据本申请提供的一种云原生UPF信令面负载均衡选择方法,所述待报文转发控制协议PFCP会话建立时,基于用户面功能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例,包括:According to a cloud-native UPF signaling plane load balancing selection method provided by the present application, when the PFCP session of the message forwarding control protocol is established, the corresponding UPF in the UPF cluster is determined based on the user plane function UPF signaling plane load balancing selection algorithm Service instances, including:
获取信令消息,若判断所述信令消息为Request类型,则进一步确认所述信令消息是否为会话级别消息;Obtaining a signaling message, if it is judged that the signaling message is a Request type, then further confirming whether the signaling message is a session-level message;
若判断所述信令消息为会话级别消息,则进一步确认所述信令消息是否为PFCPSessionEstablishmentRequest,若是,则调用metrics接口,计算得到每个UPF服务实例的负荷load,确定load最小服务实例,否则获取所述信令消息中携带的UP-SEID,将所述UP-SEID与SEID-UPF表进行对比,确认UPF服务实例;If it is judged that the signaling message is a session-level message, then further confirm whether the signaling message is PFCPSessionEstablishmentRequest, if so, call the metrics interface, calculate the load load of each UPF service instance, determine the minimum load service instance, otherwise obtain The UP-SEID carried in the signaling message is compared with the SEID-UPF table to confirm the UPF service instance;
若判断所述信令消息不是会话级别消息,则随机选择服务实例为所述UPF服务实例。If it is determined that the signaling message is not a session-level message, randomly select a service instance as the UPF service instance.
根据本申请提供的一种云原生UPF信令面负载均衡选择方法,所述调用metrics接口,计算得到每个UPF服务实例的负荷load,确定load最小服务实例,包括:According to a cloud-native UPF signaling plane load balancing selection method provided by the present application, the calling of the metrics interface calculates the load load of each UPF service instance and determines the minimum load service instance, including:
通过所述metrics接口,获取每个UPF服务实例的CPU占用率、内存占用率、服务实例容量和服务实例当前会话个数;Through the metrics interface, obtain the CPU occupancy rate, memory occupancy rate, service instance capacity and the current session number of the service instance of each UPF service instance;
若判断所述CPU占用率大于第一阈值,或所述内存占用率大于第二阈值,或所述服务实例当前会话个数与所述服务实例容量比值大于第三阈值,则确定所述load为正无穷大;If it is determined that the CPU occupancy rate is greater than the first threshold, or that the memory occupancy rate is greater than the second threshold, or that the ratio of the number of current sessions of the service instance to the capacity of the service instance is greater than the third threshold, then it is determined that the load is positive infinity;
若判断所述CPU占用率不大于第一阈值,所述内存占用率不大于第二阈值,以及所述服务实例当前会话个数与所述服务实例容量比值不大于第三阈值,则确定所述load为所述CPU占用率、所述内存占用率和所述服务实例当前会话个数与所述服务实例容量比值进行加权求和所得到。If it is determined that the CPU occupancy rate is not greater than the first threshold, the memory occupancy rate is not greater than the second threshold, and the ratio of the current session number of the service instance to the service instance capacity is not greater than the third threshold, then determine the load is a weighted summation of the CPU occupancy rate, the memory occupancy rate, and the ratio of the number of current sessions of the service instance to the capacity of the service instance.
根据本申请提供的一种云原生UPF信令面负载均衡选择方法,所述获取所述信令消息中携带的UP-SEID,将所述UP-SEID与SEID-UPF表进行对比,确认UPF服务实例,包括:According to a cloud native UPF signaling plane load balancing selection method provided by this application, the UP-SEID carried in the signaling message is obtained, the UP-SEID is compared with the SEID-UPF table, and the UPF service is confirmed Examples include:
若所述SEID-UPF表中存在所述UP-SEID对应的服务实例,则确定所述UP-SEID对应的服务实例为所述UPF服务实例;If there is a service instance corresponding to the UP-SEID in the SEID-UPF table, then determining that the service instance corresponding to the UP-SEID is the UPF service instance;
若所述SEID-UPF表中不存在所述UP-SEID对应的服务实例,则随机选择服务实例为所述UPF服务实例。If there is no service instance corresponding to the UP-SEID in the SEID-UPF table, randomly select a service instance as the UPF service instance.
根据本申请提供的一种云原生UPF信令面负载均衡选择方法,所述待报文转发控制协议PFCP会话建立时,基于用户面功能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例,还包括:According to a cloud-native UPF signaling plane load balancing selection method provided by the present application, when the PFCP session of the message forwarding control protocol is established, the corresponding UPF in the UPF cluster is determined based on the user plane function UPF signaling plane load balancing selection algorithm Service instance, also includes:
获取信令消息,若判断所述信令消息不是Request类型,则进一步确认所述信令消息是否为PFCPSessionEstablishmentResponse;Obtain a signaling message, and if it is judged that the signaling message is not a Request type, then further confirm whether the signaling message is PFCPSessionEstablishmentResponse;
若判断所述信令消息为PFCPSessionEstablishmentResponse,则获取消息头中的会话端点标识符处理SEID字段,否则将所述信令消息发送至外部并结束流程;If it is judged that the signaling message is PFCPSessionEstablishmentResponse, then obtain the session endpoint identifier in the message header and process the SEID field, otherwise send the signaling message to the outside and end the process;
基于所述SEID字段确认在SEID-UPF表中是否存在所述SEID字段对应的服务实例,若存在,则更新所述对应的服务实例的SEID,将所述信令消息发送至外部并结束流程,否则基于所述SEID-UPF表 的容量确定所述UPF服务实例。Confirming whether there is a service instance corresponding to the SEID field in the SEID-UPF table based on the SEID field, if it exists, updating the SEID of the corresponding service instance, sending the signaling message to the outside and ending the process, Otherwise, the UPF service instance is determined based on the capacity of the SEID-UPF table.
根据本申请提供的一种云原生UPF信令面负载均衡选择方法,所述基于所述SEID-UPF表的容量确定所述UPF服务实例,包括:According to a cloud-native UPF signaling plane load balancing selection method provided by the present application, the determination of the UPF service instance based on the capacity of the SEID-UPF table includes:
若判断所述SEID-UPF表已满,则基于最近最少使用页面置换算法LRU对所述SEID-UPF表进行替换,将所述信令消息发送至外部并结束流程;If it is judged that the SEID-UPF table is full, then replace the SEID-UPF table based on the least recently used page replacement algorithm LRU, send the signaling message to the outside and end the process;
否则,向所述SEID-UPF表中插入所述SEID字段与服务实例记录,将所述信令消息发送至外部并结束流程。Otherwise, insert the SEID field and service instance record into the SEID-UPF table, send the signaling message to the outside and end the process.
第二方面,本申请还提供一种云原生UPF信令面负载均衡选择系统,包括:In the second aspect, the present application also provides a cloud-native UPF signaling plane load balancing selection system, including:
选择模块,用于待报文转发控制协议PFCP会话建立时,基于用户面功能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例;The selection module is used to determine the corresponding UPF service instance in the UPF cluster based on the user plane function UPF signaling plane load balancing selection algorithm when the PFCP session is to be established;
处理模块,用于基于所述UPF服务实例,对会话管理功能SMF和UPF之间的PFCP消息进行处理。The processing module is configured to process the PFCP message between the session management function SMF and the UPF based on the UPF service instance.
第三方面,本申请还提供一种电子设备,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,所述处理器执行所述程序时实现如上述任一种所述云原生UPF信令面负载均衡选择方法的步骤。In a third aspect, the present application also provides an electronic device, including a memory, a processor, and a computer program stored on the memory and operable on the processor. Describe the steps of the cloud-native UPF signaling plane load balancing selection method.
第四方面,本申请还提供一种非暂态计算机可读存储介质,其上存储有计算机程序,该计算机程序被处理器执行时实现如上述任一种所述云原生UPF信令面负载均衡选择方法的步骤。In the fourth aspect, the present application also provides a non-transitory computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, load balancing of the cloud-native UPF signaling plane as described in any one of the above is realized. Steps to choose a method.
第五方面,本申请还提供一种计算机程序产品,包括计算机程序,所述计算机程序被处理器执行时实现如上述任一种所述云原生UPF信令面负载均衡选择方法的步骤。In the fifth aspect, the present application further provides a computer program product, including a computer program, and when the computer program is executed by a processor, the steps of any one of the cloud-native UPF signaling plane load balancing selection methods described above are implemented.
本申请提供的云原生UPF信令面负载均衡选择方法及系统,通过在云原生核心网内,通过云原生UPF信令面负载均衡选择算法来 处理外部SMF和UPF集群之间的信令通信,使得容器化的UPF集群能满足弹性、可靠性和扩展性要求。The cloud-native UPF signaling plane load balancing selection method and system provided by this application process the signaling communication between the external SMF and the UPF cluster through the cloud-native UPF signaling plane load balancing selection algorithm in the cloud-native core network, Make the containerized UPF cluster meet the requirements of elasticity, reliability and scalability.
附图说明Description of drawings
为了更清楚地说明本申请或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作一简单地介绍,显而易见地,下面描述中的附图是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in this application or the prior art, the accompanying drawings that need to be used in the description of the embodiments or the prior art will be briefly introduced below. Obviously, the accompanying drawings in the following description are the present For some embodiments of the application, those skilled in the art can also obtain other drawings based on these drawings without creative work.
图1是现有技术提供的核心网用户面功能和控制面功能结构图;FIG. 1 is a structural diagram of core network user plane functions and control plane functions provided by the prior art;
图2是本申请提供的云原生UPF信令面负载均衡选择方法的流程示意图之一;Fig. 2 is one of the flow diagrams of the cloud native UPF signaling plane load balancing selection method provided by the present application;
图3是本申请提供的云原生UPF信令面负载均衡器架构图;Fig. 3 is the architecture diagram of the cloud-native UPF signaling plane load balancer provided by this application;
图4是本申请提供的PFCP消息头格式示意图;Fig. 4 is a schematic diagram of the format of the PFCP message header provided by the present application;
图5是本申请提供的云原生UPF信令面负载均衡选择方法的流程示意图之二;Fig. 5 is the second schematic flow diagram of the cloud-native UPF signaling plane load balancing selection method provided by the present application;
图6是本申请提供的云原生UPF信令面负载均衡选择系统的结构示意图;FIG. 6 is a schematic structural diagram of a cloud-native UPF signaling plane load balancing selection system provided by the present application;
图7是本申请提供的电子设备的结构示意图。FIG. 7 is a schematic structural diagram of an electronic device provided by the present application.
具体实施方式Detailed ways
为使本申请的目的、技术方案和优点更加清楚,下面将结合本申请中的附图,对本申请中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。In order to make the purpose, technical solutions and advantages of this application clearer, the technical solutions in this application will be clearly and completely described below in conjunction with the accompanying drawings in this application. Obviously, the described embodiments are part of the embodiments of this application , but not all examples. Based on the embodiments in this application, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of this application.
图2是本申请提供的云原生UPF信令面负载均衡选择方法的流程示意图之一,如图2所示,包括:Fig. 2 is one of the schematic flow diagrams of the cloud-native UPF signaling plane load balancing selection method provided by this application, as shown in Fig. 2, including:
步骤S1,待报文转发控制协议PFCP会话建立时,基于用户面功 能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例;Step S1, when the message forwarding control protocol PFCP session is to be established, determine the corresponding UPF service instance in the UPF cluster based on the user plane function UPF signaling plane load balancing selection algorithm;
步骤S2,基于所述UPF服务实例,对会话管理功能SMF和UPF之间的PFCP消息进行处理。Step S2, based on the UPF service instance, process the PFCP message between the session management function SMF and the UPF.
需要说明的是,在核心网云原生演进过程中,关键在于将网络功能按照功能等维度拆分为若干细粒度的微服务,并结合虚拟化和微服务治理,实现云原生弹性、可靠性和可扩展性的要求。It should be noted that in the process of core network cloud-native evolution, the key is to split network functions into several fine-grained micro-services according to functional dimensions, and combine virtualization and micro-service governance to achieve cloud-native elasticity, reliability and Scalability requirements.
本申请提出一种云原生UPF信令面负载均衡算法,部署在UPF信令面负载均衡器装置上,该装置根据云原生UPF信令面负载均衡选择算法在PFCP会话建立时选择UPF集群的服务实例,并通过粘性策略保持会话统一。通过该算法,可以实现云原生UPF集群弹性、可靠性和扩展性的要求。云原生UPF信令面负载均衡器架构图如图3所示。This application proposes a cloud-native UPF signaling plane load balancing algorithm, which is deployed on the UPF signaling plane load balancer device. The device selects the service of the UPF cluster when the PFCP session is established according to the cloud-native UPF signaling plane load balancing selection algorithm. instance, and keep the session consistent through the sticky policy. Through this algorithm, the requirements of cloud-native UPF cluster elasticity, reliability and scalability can be achieved. Figure 3 shows the architecture diagram of the cloud-native UPF signaling plane load balancer.
对于SMF与UPF之间的N4接口,是5G核心网控制面与转发面的接口,将SEID(Session Endpoint Identifier Handling,会话端点标识符处理)作为控制面网元实体(即SMF与UPF)间PFCP会话上下文的唯一标识F-SEID(Fully Qualified SEID)包括PFCP实体的IP地址和分配的SEID,由CPF和UPF实体各自独立分配,并在PFCP消息中发送给对方,对方PFCP实体通过该标识作为识别PFCP会话的唯一标识。PFCP端点在发送消息时必须使用本地分配的对等PFCP端的SEID值。SEID值在PFCP端点之间使用PFCP消息交换。PFCP实体想对等PFCP实体发送SEID值,并期望通过“F-SEID”IE接收与该PFCP会话相关的所有后续控制平面消息。与PFCP会话相关的消息应与PFCP会话共享相同的F-SEID。应在PFCP会话释放后释放F-SEID。For the N4 interface between SMF and UPF, it is the interface between the control plane and the forwarding plane of the 5G core network, and SEID (Session Endpoint Identifier Handling, session endpoint identifier handling) is used as the PFCP between the control plane network element entities (that is, SMF and UPF) The unique identifier of the session context, F-SEID (Fully Qualified SEID), includes the IP address of the PFCP entity and the assigned SEID. It is independently allocated by the CPF and UPF entities and sent to the other party in the PFCP message. The other PFCP entity uses this ID as identification The unique identifier of the PFCP session. A PFCP endpoint MUST use the locally assigned SEID value of the peer PFCP endpoint when sending messages. SEID values are exchanged between PFCP endpoints using PFCP messages. A PFCP entity sends a SEID value to a peer PFCP entity and expects to receive all subsequent control plane messages related to this PFCP session via the "F-SEID" IE. Messages related to a PFCP session shall share the same F-SEID as the PFCP session. The F-SEID shall be released after the PFCP session is released.
PFCP消息头可选项SEID,占8字节。对于节点相关的消息,PFCP消息头不包含SEID字段;对于会话相关的消息,必须包含SEID, 在会话建立请求中,SEID置为全0,PFCP消息头的通用格式如图4所示。The optional SEID of the PFCP message header occupies 8 bytes. For node-related messages, the PFCP message header does not contain the SEID field; for session-related messages, the SEID must be included. In the session establishment request, SEID is set to all 0s. The general format of the PFCP message header is shown in Figure 4.
本申请通过在云原生核心网内,根据云原生UPF信令面负载均衡选择算法来处理外部SMF和UPF集群之间的信令通信,使得容器化的UPF集群能满足弹性、可靠性和扩展性要求。This application handles the signaling communication between the external SMF and the UPF cluster according to the cloud-native UPF signaling plane load balancing selection algorithm in the cloud-native core network, so that the containerized UPF cluster can meet the requirements of elasticity, reliability and scalability Require.
基于上述实施例,步骤S1包括:Based on the foregoing embodiments, step S1 includes:
获取信令消息,若判断所述信令消息为Request类型,则进一步确认所述信令消息是否为会话级别消息;Obtaining a signaling message, if it is judged that the signaling message is a Request type, then further confirming whether the signaling message is a session-level message;
若判断所述信令消息为会话级别消息,则进一步确认所述信令消息是否为PFCPSessionEstablishmentRequest,若是,则调用metrics接口,计算得到每个UPF服务实例的负荷load,确定load最小服务实例,否则获取所述信令消息中携带的UP-SEID,将所述UP-SEID与SEID-UPF表进行对比,确认UPF服务实例;If it is judged that the signaling message is a session-level message, then further confirm whether the signaling message is PFCPSessionEstablishmentRequest, if so, call the metrics interface, calculate the load load of each UPF service instance, determine the minimum load service instance, otherwise obtain The UP-SEID carried in the signaling message is compared with the SEID-UPF table to confirm the UPF service instance;
若判断所述信令消息不是会话级别消息,则随机选择服务实例为所述UPF服务实例。If it is determined that the signaling message is not a session-level message, randomly select a service instance as the UPF service instance.
示例性地,如图5所示的流程图,首先是监控信令消息,获取到信令消息后,检查该消息是否为Request类型,如果是则进一步判断是否为会话级别消息,此处对于节点相关消息或会话相关消息,PFCP中消息头是需要区分是否包含SEID。Exemplarily, the flow chart shown in Figure 5 first monitors the signaling message, after obtaining the signaling message, checks whether the message is a Request type, and if so, further judges whether it is a session-level message, here for the node For related messages or session-related messages, the message header in PFCP needs to distinguish whether it contains SEID.
若进一步判断为会话级别消息,检查该消息是否为PFCPSessionEstablishmentRequest,如果是则调用metrics接口,计算得到每个UPF服务实例的负荷load,确定load最小服务实例,否则获取信令消息中携带的UP-SEID,与SEID-UPF表进行对比,以获得UPF服务实例。If it is further judged to be a session-level message, check whether the message is PFCPSessionEstablishmentRequest, if so, call the metrics interface, calculate the load load of each UPF service instance, and determine the minimum load service instance, otherwise obtain the UP-SEID carried in the signaling message , compared with the SEID-UPF table to obtain the UPF service instance.
若进一步判断不是会话级别消息,则随机选择服务实例为所述UPF服务实例。If it is further judged that it is not a session-level message, the service instance is randomly selected as the UPF service instance.
本申请通过判断信令消息的类型为Request类型,然后按照相应 的路由选择策略,得到相应的UPF服务实例,满足UPF集群的弹性、可靠性和扩展性的要求。This application judges that the type of the signaling message is the Request type, and then obtains the corresponding UPF service instance according to the corresponding routing strategy, so as to meet the requirements of elasticity, reliability and scalability of the UPF cluster.
基于上述任一实施例,所述调用metrics接口,计算得到每个UPF服务实例的负荷load,确定load最小服务实例,包括:Based on any of the above-mentioned embodiments, the calling of the metrics interface calculates the load load of each UPF service instance, and determines the minimum load service instance, including:
通过所述metrics接口,获取每个UPF服务实例的CPU占用率、内存占用率、服务实例容量和服务实例当前会话个数;Through the metrics interface, obtain the CPU occupancy rate, memory occupancy rate, service instance capacity and the current session number of the service instance of each UPF service instance;
若判断所述CPU占用率大于第一阈值,或所述内存占用率大于第二阈值,或所述服务实例当前会话个数与所述服务实例容量比值大于第三阈值,则确定所述load为正无穷大;If it is determined that the CPU occupancy rate is greater than the first threshold, or that the memory occupancy rate is greater than the second threshold, or that the ratio of the number of current sessions of the service instance to the capacity of the service instance is greater than the third threshold, then it is determined that the load is positive infinity;
若判断所述CPU占用率不大于第一阈值,所述内存占用率不大于第二阈值,以及所述服务实例当前会话个数与所述服务实例容量比值不大于第三阈值,则确定所述load为所述CPU占用率、所述内存占用率和所述服务实例当前会话个数与所述服务实例容量比值进行加权求和所得到。If it is determined that the CPU occupancy rate is not greater than the first threshold, the memory occupancy rate is not greater than the second threshold, and the ratio of the current session number of the service instance to the service instance capacity is not greater than the third threshold, then determine the load is a weighted summation of the CPU occupancy rate, the memory occupancy rate, and the ratio of the number of current sessions of the service instance to the capacity of the service instance.
示例性地,调用metrics接口,计算每个UPF服务实例的load,采用如下算法:For example, call the metrics interface to calculate the load of each UPF service instance, using the following algorithm:
获取UPF服务实例的CPU占用率cpu,内存占用率memory,服务实例容量capacity和服务实例当前的会话个数seNumber,计算UPF服务实例的负载load,具体如下:Obtain the CPU usage cpu, memory usage memory, service instance capacity and the current session number seNumber of the UPF service instance, and calculate the load of the UPF service instance, as follows:
Figure PCTCN2022121299-appb-000001
Figure PCTCN2022121299-appb-000001
根据上面计算原则,得到每个UPF服务实例的load,选取load最小的服务实例作为UPF服务实例。According to the above calculation principle, the load of each UPF service instance is obtained, and the service instance with the smallest load is selected as the UPF service instance.
本申请通过分别计算服务实例的CPU占用率、内存占用率、服务实例容量和服务实例当前会话个数,并设定一定的阈值得到高负载和低负载状态下的负荷,以选取负荷最小的服务实例。This application calculates the CPU occupancy rate, memory occupancy rate, service instance capacity, and the number of current sessions of the service instance respectively, and sets a certain threshold to obtain the load under high load and low load status, so as to select the service with the smallest load instance.
基于上述任一实施例,所述获取所述信令消息中携带的UP-SEID, 将所述UP-SEID与SEID-UPF表进行对比,确认UPF服务实例,包括:Based on any of the above embodiments, the acquiring the UP-SEID carried in the signaling message, comparing the UP-SEID with the SEID-UPF table, and confirming the UPF service instance includes:
若所述SEID-UPF表中存在所述UP-SEID对应的服务实例,则确定所述UP-SEID对应的服务实例为所述UPF服务实例;If there is a service instance corresponding to the UP-SEID in the SEID-UPF table, then determining that the service instance corresponding to the UP-SEID is the UPF service instance;
若所述SEID-UPF表中不存在所述UP-SEID对应的服务实例,则随机选择服务实例为所述UPF服务实例。If there is no service instance corresponding to the UP-SEID in the SEID-UPF table, randomly select a service instance as the UPF service instance.
示例性地,若进一步判断不是会话级别消息,则获取信令消息中携带的UP-SEID,将该UP-SEID作为查询条件,查询SEID-UPF表,看表中是否有该SEID记录的服务实例,若查询到表中有该SEID记录的服务实例,则选择该实例作为UPF服务实例,否则即随机选择UPF的服务实例,将信令消息发送到UPF服务实例,结束进程。Exemplarily, if it is further judged that it is not a session-level message, then obtain the UP-SEID carried in the signaling message, use the UP-SEID as the query condition, query the SEID-UPF table, and see if there is a service instance recorded by the SEID in the table , if the service instance with the SEID record is found in the table, select the instance as the UPF service instance, otherwise, randomly select the UPF service instance, send the signaling message to the UPF service instance, and end the process.
本申请通过对比SEID-UPF表中的SEID记录,选取具体的UPF服务实例,具有执行效率高以及可靠性高的特点。This application selects a specific UPF service instance by comparing the SEID records in the SEID-UPF table, which has the characteristics of high execution efficiency and high reliability.
基于上述任一实施例,步骤S1还包括:Based on any of the above-mentioned embodiments, step S1 also includes:
获取信令消息,若判断所述信令消息不是Request类型,则进一步确认所述信令消息是否为PFCPSessionEstablishmentResponse;Obtain a signaling message, and if it is judged that the signaling message is not a Request type, then further confirm whether the signaling message is PFCPSessionEstablishmentResponse;
若判断所述信令消息为PFCPSessionEstablishmentResponse,则获取消息头中的会话端点标识符处理SEID字段,否则将所述信令消息发送至外部并结束流程;If it is judged that the signaling message is PFCPSessionEstablishmentResponse, then obtain the session endpoint identifier in the message header and process the SEID field, otherwise send the signaling message to the outside and end the process;
基于所述SEID字段确认在SEID-UPF表中是否存在所述SEID字段对应的服务实例,若存在,则更新所述对应的服务实例的SEID,将所述信令消息发送至外部并结束流程,否则基于所述SEID-UPF表的容量确定所述UPF服务实例。Confirming whether there is a service instance corresponding to the SEID field in the SEID-UPF table based on the SEID field, if it exists, updating the SEID of the corresponding service instance, sending the signaling message to the outside and ending the process, Otherwise, the UPF service instance is determined based on the capacity of the SEID-UPF table.
示例性地,如图5所示,对于信令消息的另一种情况,若判断为不是Request类型,需要进一步确认该信令消息是否为PFCPSessionEstablishmentResponse,若是,则获取消息头中的SEID字段,以消息头中的SEID作为查询条件,查询SEID-UPF表,看表 中是否有该SEID的记录的服务实例,如果表中存在该SEID记录的服务实例,更新该服务实例的SEID,将所述信令消息发送至外部并结束流程,如果表中不存在该SEID记录的服务实例,基于所述SEID-UPF表的容量确定所述UPF服务实例。Exemplarily, as shown in FIG. 5 , for another case of a signaling message, if it is determined that it is not a Request type, it is necessary to further confirm whether the signaling message is a PFCPSessionEstablishmentResponse, and if so, obtain the SEID field in the message header to The SEID in the message header is used as a query condition, and the SEID-UPF table is queried to see if there is a service instance of the SEID record in the table. If there is a service instance of the SEID record in the table, the SEID of the service instance is updated, and the information Send the message to the outside and end the process. If the service instance recorded by the SEID does not exist in the table, determine the UPF service instance based on the capacity of the SEID-UPF table.
此外,若确认该信令消息不是为PFCPSessionEstablishmentResponse,则直接将信令消息发送至外部并结束流程。In addition, if it is confirmed that the signaling message is not PFCPSessionEstablishmentResponse, the signaling message is directly sent to the outside and the process ends.
本申请通过判断信令消息的类型为非Request类型,然后按照相应的路由选择策略,得到相应的UPF服务实例,满足UPF集群的弹性、可靠性和扩展性的要求。This application judges that the type of the signaling message is non-Request type, and then obtains the corresponding UPF service instance according to the corresponding routing strategy, so as to meet the requirements of elasticity, reliability and scalability of the UPF cluster.
基于上述任一实施例,所述基于所述SEID-UPF表的容量确定所述UPF服务实例,包括:Based on any of the above embodiments, the determining the UPF service instance based on the capacity of the SEID-UPF table includes:
若判断所述SEID-UPF表已满,则基于最近最少使用页面置换算法LRU对所述SEID-UPF表进行替换,将所述信令消息发送至外部并结束流程;If it is judged that the SEID-UPF table is full, then replace the SEID-UPF table based on the least recently used page replacement algorithm LRU, send the signaling message to the outside and end the process;
否则,向所述SEID-UPF表中插入所述SEID字段与服务实例记录,将所述信令消息发送至外部并结束流程。Otherwise, insert the SEID field and service instance record into the SEID-UPF table, send the signaling message to the outside and end the process.
示例性地,本申请中针对基于SEID-UPF表的容量确定UPF服务实例,包括:Exemplarily, in this application, the determination of the UPF service instance based on the capacity of the SEID-UPF table includes:
检查SEID-UPF表的容量是否已满,若容量已经满了,则根据LRU(Least Recently Used,最近最少使用页面置换算法)对SEID-UPF表进行替换,再将信令消息发送至外部并结束流程;Check whether the capacity of the SEID-UPF table is full. If the capacity is full, replace the SEID-UPF table according to the LRU (Least Recently Used, least recently used page replacement algorithm), and then send the signaling message to the outside and end process;
若上述SEID-UPF表的容量还没有满,则向表中插入SEID与服务实例的记录,再将信令消息发送至外部并结束流程。If the capacity of the above SEID-UPF table is not full, insert the SEID and service instance records into the table, then send the signaling message to the outside and end the process.
本申请通过判断SEID-UPF表的容量,进一步判断是否需要更新该表中的SEID信息,能及时获得UPF服务实例中负荷最小的服务实例,确保业务的流畅性。By judging the capacity of the SEID-UPF table, the present application further judges whether it is necessary to update the SEID information in the table, so as to obtain the service instance with the smallest load among the UPF service instances in time to ensure smoothness of business.
下面根据图5中的云原生UPF信令面负载均衡选择方法的完整流程进行说明,如图5所示,步骤包括:The following describes the complete process of the cloud-native UPF signaling plane load balancing selection method in Figure 5. As shown in Figure 5, the steps include:
(1)算法开始;(1) Algorithm starts;
(2)监控信令消息,当获取到信令消息后,检查消息是否为Request类型。如果消息类型为Request类型,前往步骤(3);否则,前往步骤(8);(2) Monitor the signaling message, and check whether the message is a Request type after the signaling message is obtained. If the message type is Request type, go to step (3); otherwise, go to step (8);
(3)检查是否为会话级别的消息。如果是会话级别的消息,前往步骤(4);否则,前往步骤(20);(3) Check whether it is a session-level message. If it is a session-level message, go to step (4); otherwise, go to step (20);
(4)检查消息是否为PFCPSessionEstablishmentRequest,如果消息是该类型,前往步骤(5);否则,前往步骤(17);(4) Check whether the message is PFCPSessionEstablishmentRequest, if the message is of this type, go to step (5); otherwise, go to step (17);
(5)调用metrics接口,获取UPF服务实例的CPU占用率cpu,内存占用率memory,服务实例容量capacity和服务实例当前的会话个数seNumber;(5) Call the metrics interface to obtain the CPU occupancy rate cpu of the UPF service instance, the memory occupancy rate memory, the service instance capacity and the current session number seNumber of the service instance;
(6)设UPF服务实例的负载为load:(6) Set the load of the UPF service instance as load:
Figure PCTCN2022121299-appb-000002
Figure PCTCN2022121299-appb-000002
(7)计算出个UPF服务实例的load,选取load最小的服务实例;(7) Calculate the load of each UPF service instance, and select the service instance with the smallest load;
(8)如果不是Request类型消息,再检查消息是否为PFCPSessionEstablishmentResponse,如果是该类型消息,前往步骤(9);否则,前往步骤(15);(8) If it is not a Request type message, then check whether the message is PFCPSessionEstablishmentResponse, if it is this type of message, go to step (9); otherwise, go to step (15);
(9)获取消息头中的SEID字段;(9) obtain the SEID field in the message header;
(10)将该SEID作为查询条件,查询SEID-UPF表,看表中是否有该SEID的记录的服务实例。如果表中存在该SEID记录的服务实例,前往步骤(11);否则,前往步骤(12);(10) Use the SEID as a query condition to query the SEID-UPF table to see if there is a service instance with a record of the SEID in the table. If there is a service instance of the SEID record in the table, go to step (11); otherwise, go to step (12);
(11)更新该服务实例的SEID,前往步骤(16);(11) update the SEID of the service instance, go to step (16);
(12)检查SEID-UPF表是否已满。如果SEID-UPF表已满,前往步骤(13);否则,前往步骤(14);(12) Check whether the SEID-UPF table is full. If the SEID-UPF table is full, proceed to step (13); otherwise, proceed to step (14);
(13)根据LRU算法对SEID-UPF表进行替换,前往步骤(16);(13) replace the SEID-UPF table according to the LRU algorithm, and proceed to step (16);
(14)向表中插入SEID与服务实例的记录,前往步骤(16);(14) insert the record of SEID and service instance in the table, go to step (16);
(15)如果该消息类型不是PFCPSessionEstablishmentRespone,前往步骤(16);(15) If the message type is not PFCPSessionEstablishmentRespone, go to step (16);
(16)将信令消息发送给外部,前往步骤(22);(16) Send the signaling message to the outside, go to step (22);
(17)获取信令消息中携带的UP-SEID;(17) Obtain the UP-SEID carried in the signaling message;
(18)将该UP-SEID作为查询条件,查询SEID-UPF表,看表中是否有该SEID的记录的服务实例;如果表中存在该SEID记录的服务实例,前往步骤(19);否则,前往步骤(20);(18) Use the UP-SEID as a query condition to query the SEID-UPF table to see if there is a service instance of the SEID record in the table; if there is a service instance of the SEID record in the table, go to step (19); otherwise, Go to step (20);
(19)选择该UPF服务实例;(19) Select the UPF service instance;
(20)随机选择UPF服务实例;(20) Randomly select a UPF service instance;
(21)发送信令消息到UPF服务实例;(21) Send a signaling message to the UPF service instance;
(22)结束算法流程。(22) End the algorithm flow.
下面对本申请提供的云原生UPF信令面负载均衡选择系统行描述,下文描述的云原生UPF信令面负载均衡选择系统与上文描述的云原生UPF信令面负载均衡选择方法可相互对应参照。The following describes the cloud-native UPF signaling plane load balancing selection system provided by this application. The cloud-native UPF signaling plane load balancing selection system described below and the cloud-native UPF signaling plane load balancing selection method described above can refer to each other .
图6是本申请提供的云原生UPF信令面负载均衡选择系统的结构示意图,如图6所示,包括:选择模块61和处理模块62,其中:Fig. 6 is a schematic structural diagram of the cloud-native UPF signaling plane load balancing selection system provided by the present application, as shown in Fig. 6, including: a selection module 61 and a processing module 62, wherein:
选择模块61用于待报文转发控制协议PFCP会话建立时,基于用户面功能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例;处理模块62用于基于所述UPF服务实例,对会话管理功能SMF和UPF之间的PFCP消息进行处理。The selection module 61 is used to determine the corresponding UPF service instance in the UPF cluster based on the user plane function UPF signaling plane load balancing selection algorithm when the PFCP session is to be established; the processing module 62 is used to based on the UPF service instance, Process the PFCP message between the session management function SMF and UPF.
本申请通过在云原生核心网内,通过云原生UPF信令面负载均衡选择算法来处理外部SMF和UPF集群之间的信令通信,使得容器化的UPF集群能满足弹性、可靠性和扩展性要求。This application handles the signaling communication between the external SMF and the UPF cluster through the cloud-native UPF signaling plane load balancing selection algorithm in the cloud-native core network, so that the containerized UPF cluster can meet the requirements of elasticity, reliability and scalability Require.
图7示例了一种电子设备的实体结构示意图,如图7所示,该电子设备可以包括:处理器(processor)710、通信接口(Communications  Interface)720、存储器(memory)730和通信总线740,其中,处理器710,通信接口720,存储器730通过通信总线740完成相互间的通信。处理器710可以调用存储器730中的逻辑指令,以执行云原生UPF信令面负载均衡选择方法,该方法包括:待报文转发控制协议PFCP会话建立时,基于用户面功能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例;基于所述UPF服务实例,对会话管理功能SMF和UPF之间的PFCP消息进行处理。FIG. 7 illustrates a schematic diagram of the physical structure of an electronic device. As shown in FIG. 7, the electronic device may include: a processor (processor) 710, a communication interface (Communications Interface) 720, a memory (memory) 730 and a communication bus 740, Wherein, the processor 710 , the communication interface 720 , and the memory 730 communicate with each other through the communication bus 740 . The processor 710 can call the logic instructions in the memory 730 to execute the cloud-native UPF signaling plane load balancing selection method, which includes: when the packet forwarding control protocol PFCP session is established, based on the user plane function UPF signaling plane load balancing The selection algorithm determines the corresponding UPF service instance in the UPF cluster; based on the UPF service instance, the PFCP message between the session management function SMF and the UPF is processed.
此外,上述的存储器730中的逻辑指令可以通过软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。In addition, the above-mentioned logic instructions in the memory 730 may be implemented in the form of software functional units and may be stored in a computer-readable storage medium when sold or used as an independent product. Based on this understanding, the technical solution of the present application is essentially or the part that contributes to the prior art or the part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage medium, including Several instructions are used to make a computer device (which may be a personal computer, a server, or a network device, etc.) execute all or part of the steps of the methods described in the various embodiments of the present application. The aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disc, etc., which can store program codes. .
另一方面,本申请还提供一种计算机程序产品,所述计算机程序产品包括计算机程序,计算机程序可存储在非暂态计算机可读存储介质上,所述计算机程序被处理器执行时,计算机能够执行上述各方法所提供的云原生UPF信令面负载均衡选择方法,该方法包括:待报文转发控制协议PFCP会话建立时,基于用户面功能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例;基于所述UPF服务实例,对会话管理功能SMF和UPF之间的PFCP消息进行处理。On the other hand, the present application also provides a computer program product, the computer program product includes a computer program, the computer program can be stored on a non-transitory computer-readable storage medium, and when the computer program is executed by a processor, the computer can Execute the cloud-native UPF signaling plane load balancing selection method provided by the above methods. The method includes: when the packet forwarding control protocol PFCP session is established, determine the corresponding load balancing selection algorithm in the UPF cluster based on the user plane function UPF signaling plane load balancing selection algorithm. The UPF service instance; based on the UPF service instance, the PFCP message between the session management function SMF and the UPF is processed.
又一方面,本申请还提供一种非暂态计算机可读存储介质,其上存储有计算机程序,该计算机程序被处理器执行时实现以执行上述各方法提供的云原生UPF信令面负载均衡选择方法,该方法包括:待 报文转发控制协议PFCP会话建立时,基于用户面功能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例;基于所述UPF服务实例,对会话管理功能SMF和UPF之间的PFCP消息进行处理。In yet another aspect, the present application also provides a non-transitory computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the cloud-native UPF signaling plane load balancing provided by the above-mentioned methods is implemented. The selection method includes: when the PFCP session of the message forwarding control protocol is to be established, determine the corresponding UPF service instance in the UPF cluster based on the user plane function UPF signaling plane load balancing selection algorithm; based on the UPF service instance, session management PFCP messages between functional SMF and UPF are processed.
以上所描述的装置实施例仅仅是示意性的,其中所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。本领域普通技术人员在不付出创造性的劳动的情况下,即可以理解并实施。The device embodiments described above are only illustrative, and the units described as separate components may or may not be physically separated, and the components shown as units may or may not be physical units, that is, they may be located in One place, or it can be distributed to multiple network elements. Part or all of the modules can be selected according to actual needs to achieve the purpose of the solution of this embodiment. It can be understood and implemented by those skilled in the art without any creative efforts.
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到各实施方式可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件。基于这样的理解,上述技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在计算机可读存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行各个实施例或者实施例的某些部分所述的方法。Through the above description of the implementations, those skilled in the art can clearly understand that each implementation can be implemented by means of software plus a necessary general-purpose hardware platform, and of course also by hardware. Based on this understanding, the essence of the above technical solution or the part that contributes to the prior art can be embodied in the form of software products, and the computer software products can be stored in computer-readable storage media, such as ROM/RAM, magnetic discs, optical discs, etc., including several instructions to make a computer device (which may be a personal computer, server, or network device, etc.) execute the methods described in various embodiments or some parts of the embodiments.
最后应说明的是:以上实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的范围。Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present application, rather than limiting them; although the present application has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: it can still Modifications are made to the technical solutions described in the foregoing embodiments, or equivalent replacements are made to some of the technical features; and these modifications or replacements do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present application.

Claims (10)

  1. 一种云原生UPF信令面负载均衡选择方法,包括:A cloud-native UPF signaling plane load balancing selection method, comprising:
    待报文转发控制协议PFCP会话建立时,基于用户面功能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例;When the message forwarding control protocol PFCP session is established, the corresponding UPF service instance in the UPF cluster is determined based on the user plane function UPF signaling plane load balancing selection algorithm;
    基于所述UPF服务实例,对会话管理功能SMF和UPF之间的PFCP消息进行处理。Based on the UPF service instance, the PFCP message between the session management function SMF and the UPF is processed.
  2. 根据权利要求1所述的云原生UPF信令面负载均衡选择方法,其中,所述待报文转发控制协议PFCP会话建立时,基于用户面功能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例,包括:The cloud-native UPF signaling plane load balancing selection method according to claim 1, wherein, when the PFCP session of the message forwarding control protocol is established, the UPF signaling plane load balancing selection algorithm based on the user plane function determines the corresponding UPF cluster. UPF service instances, including:
    获取信令消息,若判断所述信令消息为Request类型,则进一步确认所述信令消息是否为会话级别消息;Obtaining a signaling message, if it is judged that the signaling message is a Request type, then further confirming whether the signaling message is a session-level message;
    若判断所述信令消息为会话级别消息,则进一步确认所述信令消息是否为PFCPSessionEstablishmentRequest,若是,则调用metrics接口,计算得到每个UPF服务实例的负荷load,确定load最小服务实例,否则获取所述信令消息中携带的UP-SEID,将所述UP-SEID与SEID-UPF表进行对比,确认UPF服务实例;If it is judged that the signaling message is a session-level message, then further confirm whether the signaling message is PFCPSessionEstablishmentRequest, if so, call the metrics interface, calculate the load load of each UPF service instance, determine the minimum load service instance, otherwise obtain The UP-SEID carried in the signaling message is compared with the SEID-UPF table to confirm the UPF service instance;
    若判断所述信令消息不是会话级别消息,则随机选择服务实例为所述UPF服务实例。If it is determined that the signaling message is not a session-level message, randomly select a service instance as the UPF service instance.
  3. 根据权利要求2所述的云原生UPF信令面负载均衡选择方法,其中,所述调用metrics接口,计算得到每个UPF服务实例的负荷load,确定load最小服务实例,包括:According to the cloud-native UPF signaling plane load balancing selection method according to claim 2, wherein the calling metrics interface calculates the load load of each UPF service instance, and determines the minimum load service instance, including:
    通过所述metrics接口,获取每个UPF服务实例的CPU占用率、内存占用率、服务实例容量和服务实例当前会话个数;Through the metrics interface, obtain the CPU occupancy rate, memory occupancy rate, service instance capacity and the current session number of the service instance of each UPF service instance;
    若判断所述CPU占用率大于第一阈值,或所述内存占用率大于第二阈值,或所述服务实例当前会话个数与所述服务实例容量比值大于第三阈值,则确定所述load为正无穷大;If it is determined that the CPU occupancy rate is greater than the first threshold, or that the memory occupancy rate is greater than the second threshold, or that the ratio of the number of current sessions of the service instance to the capacity of the service instance is greater than the third threshold, then it is determined that the load is positive infinity;
    若判断所述CPU占用率不大于第一阈值,所述内存占用率不大于第二阈值,以及所述服务实例当前会话个数与所述服务实例容量比值不大于第三阈值,则确定所述load为所述CPU占用率、所述内存占用率和所述服务实例当前会话个数与所述服务实例容量比值进行加权求和所得到。If it is determined that the CPU occupancy rate is not greater than the first threshold, the memory occupancy rate is not greater than the second threshold, and the ratio of the current session number of the service instance to the service instance capacity is not greater than the third threshold, then determine the load is a weighted summation of the CPU occupancy rate, the memory occupancy rate, and the ratio of the number of current sessions of the service instance to the capacity of the service instance.
  4. 根据权利要求2所述的云原生UPF信令面负载均衡选择方法,其中,所述获取所述信令消息中携带的UP-SEID,将所述UP-SEID与SEID-UPF表进行对比,确认UPF服务实例,包括:The cloud-native UPF signaling plane load balancing selection method according to claim 2, wherein said obtaining the UP-SEID carried in the signaling message, comparing the UP-SEID with the SEID-UPF table, and confirming UPF service instances, including:
    若所述SEID-UPF表中存在所述UP-SEID对应的服务实例,则确定所述UP-SEID对应的服务实例为所述UPF服务实例;If there is a service instance corresponding to the UP-SEID in the SEID-UPF table, then determining that the service instance corresponding to the UP-SEID is the UPF service instance;
    若所述SEID-UPF表中不存在所述UP-SEID对应的服务实例,则随机选择服务实例为所述UPF服务实例。If there is no service instance corresponding to the UP-SEID in the SEID-UPF table, randomly select a service instance as the UPF service instance.
  5. 根据权利要求1所述的云原生UPF信令面负载均衡选择方法,其中,所述待报文转发控制协议PFCP会话建立时,基于用户面功能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例,还包括:The cloud-native UPF signaling plane load balancing selection method according to claim 1, wherein, when the PFCP session of the message forwarding control protocol is established, the UPF signaling plane load balancing selection algorithm based on the user plane function determines the corresponding UPF cluster. The UPF service instance also includes:
    获取信令消息,若判断所述信令消息不是Request类型,则进一步确认所述信令消息是否为PFCPSessionEstablishmentResponse;Obtain a signaling message, and if it is judged that the signaling message is not a Request type, then further confirm whether the signaling message is PFCPSessionEstablishmentResponse;
    若判断所述信令消息为PFCPSessionEstablishmentResponse,则获取消息头中的会话端点标识符处理SEID字段,否则将所述信令消息发送至外部并结束流程;If it is judged that the signaling message is PFCPSessionEstablishmentResponse, then obtain the session endpoint identifier in the message header and process the SEID field, otherwise send the signaling message to the outside and end the process;
    基于所述SEID字段确认在SEID-UPF表中是否存在所述SEID字段对应的服务实例,若存在,则更新所述对应的服务实例的SEID,将所述信令消息发送至外部并结束流程,否则基于所述SEID-UPF表的容量确定所述UPF服务实例。Confirming whether there is a service instance corresponding to the SEID field in the SEID-UPF table based on the SEID field, if it exists, updating the SEID of the corresponding service instance, sending the signaling message to the outside and ending the process, Otherwise, the UPF service instance is determined based on the capacity of the SEID-UPF table.
  6. 根据权利要求5所述的云原生UPF信令面负载均衡选择方法,其中,所述基于所述SEID-UPF表的容量确定所述UPF服务实例, 包括:The cloud-native UPF signaling plane load balancing selection method according to claim 5, wherein the determining the UPF service instance based on the capacity of the SEID-UPF table includes:
    若判断所述SEID-UPF表已满,则基于最近最少使用页面置换算法LRU对所述SEID-UPF表进行替换,将所述信令消息发送至外部并结束流程;If it is judged that the SEID-UPF table is full, then replace the SEID-UPF table based on the least recently used page replacement algorithm LRU, send the signaling message to the outside and end the process;
    否则,向所述SEID-UPF表中插入所述SEID字段与服务实例记录,将所述信令消息发送至外部并结束流程。Otherwise, insert the SEID field and service instance record into the SEID-UPF table, send the signaling message to the outside and end the process.
  7. 一种云原生UPF信令面负载均衡选择系统,包括:A cloud-native UPF signaling plane load balancing selection system, comprising:
    选择模块,用于待报文转发控制协议PFCP会话建立时,基于用户面功能UPF信令面负载均衡选择算法确定UPF集群中对应的UPF服务实例;The selection module is used to determine the corresponding UPF service instance in the UPF cluster based on the user plane function UPF signaling plane load balancing selection algorithm when the PFCP session is to be established;
    处理模块,用于基于所述UPF服务实例,对会话管理功能SMF和UPF之间的PFCP消息进行处理。The processing module is configured to process the PFCP message between the session management function SMF and the UPF based on the UPF service instance.
  8. 一种电子设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述处理器执行所述程序时实现如权利要求1至6任一项所述云原生UPF信令面负载均衡选择方法的步骤。An electronic device, comprising a memory, a processor, and a computer program stored on the memory and operable on the processor, when the processor executes the program, the computer program described in any one of claims 1 to 6 is realized. Describe the steps of the cloud-native UPF signaling plane load balancing selection method.
  9. 一种非暂态计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现如权利要求1至6任一项所述云原生UPF信令面负载均衡选择方法的步骤。A non-transitory computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the cloud-native UPF signaling plane load balancing selection method as described in any one of claims 1 to 6 is realized step.
  10. 一种计算机程序产品,包括计算机程序,所述计算机程序被处理器执行时实现如权利要求1至6任一项所述云原生UPF信令面负载均衡选择方法的步骤。A computer program product, including a computer program, when the computer program is executed by a processor, the steps of the cloud-native UPF signaling plane load balancing selection method according to any one of claims 1 to 6 are realized.
PCT/CN2022/121299 2021-12-27 2022-09-26 Cloud native upf signaling plane load balancing selection method and system WO2023124309A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111614996.1A CN114363963A (en) 2021-12-27 2021-12-27 Load balancing selection method and system for cloud-native UPF signaling plane
CN202111614996.1 2021-12-27

Publications (1)

Publication Number Publication Date
WO2023124309A1 true WO2023124309A1 (en) 2023-07-06

Family

ID=81102970

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/121299 WO2023124309A1 (en) 2021-12-27 2022-09-26 Cloud native upf signaling plane load balancing selection method and system

Country Status (2)

Country Link
CN (1) CN114363963A (en)
WO (1) WO2023124309A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114363963A (en) * 2021-12-27 2022-04-15 浪潮通信技术有限公司 Load balancing selection method and system for cloud-native UPF signaling plane
CN115277571B (en) * 2022-07-29 2024-03-29 联想(北京)有限公司 Processing method and processing system
CN115567986B (en) * 2022-11-29 2023-04-18 阿里巴巴(中国)有限公司 Communication network based on load balancing

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019197276A1 (en) * 2018-04-09 2019-10-17 Telefonaktiebolaget Lm Ericsson (Publ) N4 connection establishment for combined upf-nimf
US20190357081A1 (en) * 2018-05-17 2019-11-21 Cisco Technology, Inc. Resilient in-band mobile core user plane function selection using segment routing load balancing
CN111107611A (en) * 2018-10-29 2020-05-05 大唐移动通信设备有限公司 Method and device for selecting user plane function
CN113242293A (en) * 2021-05-08 2021-08-10 恒安嘉新(北京)科技股份公司 UPF equipment, data processing and capacity expansion method and device
CN114363963A (en) * 2021-12-27 2022-04-15 浪潮通信技术有限公司 Load balancing selection method and system for cloud-native UPF signaling plane

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019197276A1 (en) * 2018-04-09 2019-10-17 Telefonaktiebolaget Lm Ericsson (Publ) N4 connection establishment for combined upf-nimf
US20190357081A1 (en) * 2018-05-17 2019-11-21 Cisco Technology, Inc. Resilient in-band mobile core user plane function selection using segment routing load balancing
CN111107611A (en) * 2018-10-29 2020-05-05 大唐移动通信设备有限公司 Method and device for selecting user plane function
CN113242293A (en) * 2021-05-08 2021-08-10 恒安嘉新(北京)科技股份公司 UPF equipment, data processing and capacity expansion method and device
CN114363963A (en) * 2021-12-27 2022-04-15 浪潮通信技术有限公司 Load balancing selection method and system for cloud-native UPF signaling plane

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
NOKIA, NOKIA SHANGHAI BELL: "Corrections for SMF, UPF and PCF selection for an MA PDU session", SA WG2 MEETING #132 S2-1903320, 11 April 2019 (2019-04-11), XP051703659 *

Also Published As

Publication number Publication date
CN114363963A (en) 2022-04-15

Similar Documents

Publication Publication Date Title
WO2023124309A1 (en) Cloud native upf signaling plane load balancing selection method and system
JP6059336B2 (en) Method, system and computer readable medium for performing Diameter overload control
US9369386B2 (en) Methods, systems, and computer readable media for destination-host defined overload scope
CN110166570B (en) Service session management method and device, and electronic device
CN112868206A (en) Method, system and computer readable medium for providing service broker functionality in a telecommunications network core using a service based architecture
US8644324B2 (en) Methods, systems, and computer readable media for providing priority routing at a diameter node
WO2022033121A1 (en) Method and system for resource exposure in kubernetes, and device and medium
US20160080483A1 (en) Method for setting gateway device identity, and management gateway device
JP6364106B2 (en) Method, system and computer-readable medium for routing Diameter messages in a Diameter signaling router
RU2464722C2 (en) Method, device and system for distribution of messages
US20090168786A1 (en) Defining an end-to-end path for a network service
US9800504B2 (en) Methods, systems, and computer readable media diverting diameter traffic from an overloaded policy and charging rules function (PCRF)
WO2018090386A1 (en) Method, device and system for processing abnormities of nf modules
CN106713378B (en) Method and system for providing service by multiple application servers
US20160156729A1 (en) State information offloading for diameter agents
US10027577B2 (en) Methods, systems, and computer readable media for peer aware load distribution
JP6475775B2 (en) Security device that implements flow ownership assignment in a distributed processor system
JP5154313B2 (en) SIP message distribution method and SIP message distribution apparatus
US11316916B2 (en) Packet processing method, related device, and computer storage medium
CN115038123A (en) UPF signaling surface load allocation method, system, electronic equipment and storage medium
CN116508350A (en) Network node for providing backup network functions and method therein
KR101382177B1 (en) System and method for dynamic message routing
US20200341968A1 (en) Differential Update of Local Cache from Central Database
JPWO2020081224A5 (en)
US20240113959A1 (en) Instance-affine service scheduling

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22913574

Country of ref document: EP

Kind code of ref document: A1