WO2024023962A1 - Protocol relay device, protocol relay system, protocol relay method, and protocol relay program - Google Patents

Protocol relay device, protocol relay system, protocol relay method, and protocol relay program Download PDF

Info

Publication number
WO2024023962A1
WO2024023962A1 PCT/JP2022/028895 JP2022028895W WO2024023962A1 WO 2024023962 A1 WO2024023962 A1 WO 2024023962A1 JP 2022028895 W JP2022028895 W JP 2022028895W WO 2024023962 A1 WO2024023962 A1 WO 2024023962A1
Authority
WO
WIPO (PCT)
Prior art keywords
upf
protocol relay
protocol
relay device
pod
Prior art date
Application number
PCT/JP2022/028895
Other languages
French (fr)
Japanese (ja)
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 日本電信電話株式会社
Priority to PCT/JP2022/028895 priority Critical patent/WO2024023962A1/en
Publication of WO2024023962A1 publication Critical patent/WO2024023962A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0895Configuration of virtualised networks or elements, e.g. virtualised network function or OpenFlow elements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/25Mapping addresses of the same type
    • H04L61/2503Translation of Internet protocol [IP] addresses

Definitions

  • the present invention relates to a protocol relay device, a protocol relay system, a protocol relay method, and a protocol relay program.
  • 5GC 5th Generation Core network
  • 5GC is a mobile core network system that accommodates 5G wireless.
  • 4GC 4th Generation Core network
  • EPC Evolved Packet Core
  • the interface between devices is specified as point-to-point, and the interface between the control plane and user plane ) functions were not separated.
  • a service-based architecture in 5GC With the introduction of a service-based architecture in 5GC, a service mesh is incorporated, and a microservice architecture can be configured through containerization in control plane-related devices.
  • communication is performed via a service mesh using istio or the like using HTTP (Hyper Text Transfer Protocol).
  • HTTP Hyper Text Transfer Protocol
  • the N4 interface between the session management unit and the user plane function (UPF) uses a protocol called RFCP (Packet Transfer Control Protocol).
  • RFCP Packet Transfer Control Protocol
  • GTP-U GPRS Tunneling Protocol for User Plane
  • gNB next Generation Node B
  • free5gc which is open source software for 5GC, discloses that a user plane device can be constructed using a container (Non-Patent Document 1).
  • each of the RFCP and GTP-U protocols requires the device to disclose its own unique IP (Internet Protocol) address to the opposing device. Therefore, in each of the RFCP and GTP-U protocols, it is necessary to assign an IP (Internet Protocol) address to each containerized user plane device.
  • IP Internet Protocol
  • Multus has been disclosed as a technology for giving each user plane device an IP address that allows communication with an external device (Non-Patent Document 2).
  • the present invention has been made in view of the above points, and provides a protocol relay device, a protocol relay system, a protocol relay method, and a protocol relay program that enable flexible operation of containerized user plane devices.
  • the challenge is to provide.
  • the protocol relay device is a protocol relay device that is connected to one or more UPFs (User Plane Functions), and receives a connection request from the UPF, and responds to the interface of the connection request source.
  • the UPF container management unit stores the IP address and notifies the UPF of connection establishment, and upon receiving a packet transfer control protocol request packet, transfers the PDU (Protocol Data Unit) session specified in the request packet.
  • PDU Protocol Data Unit
  • a control plane processing unit that determines a UPF and notifies the UPF of the determined result; and a control plane processing unit that identifies a session ID (identification) of user plane traffic received from a base station, and based on the result, identifies a session ID (identification) of user plane traffic received from a base station; and a user plane processing unit that performs network address translation on the UPF and transfers the translated address to the corresponding UPF.
  • flexible operation of a containerized user plane device can be achieved using a protocol relay device, a protocol relay system, a protocol relay method, and a protocol relay program.
  • FIG. 1 is a block diagram showing the overall configuration of a protocol relay system according to the present embodiment.
  • FIG. 2 is a block diagram showing the overall configuration of a protocol relay system, showing a method of concealment for base stations.
  • FIG. 2 is a block diagram showing the configuration of a protocol relay device and a UPF pod of a protocol relay system according to the present embodiment.
  • 12 is a flowchart showing the overall flow of a protocol relay device of the protocol relay system performing UPF pod concealment processing.
  • 2 is a flowchart illustrating a flow in which a protocol relay device of a protocol relay system executes connection establishment with a UPF pod.
  • 2 is a flowchart illustrating a flow in which a protocol relay device of a protocol relay system executes communication with a session management unit.
  • FIG. 2 is a flowchart illustrating a flow in which the protocol relay device of the protocol relay system executes transfer using U-plane processing.
  • 3 is a flowchart showing a flow in which a protocol relay device of a protocol relay system executes separation of a UPF pod.
  • FIG. 2 is a hardware configuration diagram showing an example of a computer that implements the functions of a protocol relay device.
  • FIG. 2 is a block diagram showing the system architecture of 5GC.
  • FIG. 2 is an explanatory diagram showing the environment before the update in Blue/Green update.
  • FIG. 2 is an explanatory diagram showing the environment after the update in Blue/Green update. It is an explanatory diagram showing a state before hiding a UPF container.
  • FIG. 3 is an explanatory diagram showing a state after hiding the UPF container.
  • this embodiment a mode for carrying out the present invention (hereinafter referred to as "this embodiment") will be described.
  • this embodiment a mode for carrying out the present invention.
  • a conventional technology will be explained as a comparative example.
  • the same members and configurations will be denoted by the same reference numerals, and the description will be omitted as appropriate.
  • FIG. 10 is a block diagram showing the system architecture of 5GC.
  • the 5GC system architecture 500P includes a terminal 201, a base station 202, an access/mobility management unit 203, a session management unit 204, a network function disclosure management unit 205, a network function registration management unit 206, and a policy control unit. 207, an integrated data management section 208, an authentication server management section 209, a UPF pod 300, and a data network 400. Note that "/" is used with the intent of "and”.
  • a terminal 201 indicates a wireless terminal (UE: User Equipment).
  • the base station 202 indicates a wireless base station (gNB: next generation Node B) compatible with the 5G wireless system.
  • gNB next generation Node B
  • the access/mobility management unit 203 indicates a function (AMF: Access and Mobility Management Function) that manages access and mobility.
  • the session management unit 204 represents a session management function (SMF).
  • the network exposure management unit 205 functions as a centralized point for publishing services (Network Exposure Function (NEF)), and has the role of approving all connection requests issued from outside the system.
  • the network function registration management unit 206 indicates a function (NRF: Network Repository Function) for registering network functions and services generated by them.
  • the policy control unit 207 indicates a function (PCF: Policy Control Function) that controls policies and rules of the 5G system.
  • PCF Policy Control Function
  • the unified data management unit 208 represents a function (UDM: Unified Data Management) that is responsible for many services related to users and subscriptions.
  • the authentication server management unit 209 indicates a function (AUSF: Authentication Server Function) that processes procedures related to authentication.
  • the UPF pod 300 indicates a function (UPF: User Plane Function) that transfers user data packets.
  • the data network 400 is a general term (DN: Data Network) for a network to which the Internet or a server providing some kind of service is connected.
  • UPF pod 300 Although only one UPF pod 300 is illustrated, a plurality of UPF pods 300 are interconnected to form a network. Further, the UPF pod 300 is an example of a UPF, and a UPF can be realized by, for example, a container, a virtual machine, a server, or the like. Note that the UPF pod 300 is displayed as the minimum unit configuring the UPF container.
  • the service-based architecture 500Q also includes an access/movement management unit 203, a session management unit 204, a network function disclosure management unit 205, a network function registration management unit 206, a policy control unit 207, an integrated data management unit 208, and an authentication server management unit. This is realized by the section 209.
  • the Blue/Green update is a reversible method, and it is possible to prepare two environments, an old and a new environment, and then switch back to the old environment after switching to the new environment.
  • the rolling update method is an irreversible method, in which the container environment is sequentially migrated to the new environment and the old environment is released, so it is not possible to switch back to the old environment.
  • the route of U-plane traffic is changed from the Blue environment to the Green environment. Therefore, in the Blue/Green update of the UPF container, the U-plane traffic connection established between the terminal 201 and the UPF pod 300 in the Blue environment is disconnected, and communication from the terminal 201 is temporarily interrupted. It becomes unusable.
  • FIG. 11A is an explanatory diagram showing the environment before update in Blue/Green update
  • FIG. 11B is an explanatory diagram showing the environment after update in Blue/Green update.
  • the route T of U-plane traffic before the update is suitable for the Blue environment. Further, the UPF pods 301P to 303P are to be used in a blue environment, and the UPF pods 304P to 306P are to be used in a green environment.
  • the route T of the U-plane traffic that was being transferred by the UPF pods 301P to 303P in the Blue environment is disconnected due to the update, and the route T of the new U-plane traffic that has occurred after the update is U is transferred in the Green environment.
  • FIG. 12A is an explanatory diagram showing the state before hiding the UPF container
  • FIG. 12B is an explanatory diagram showing the state after hiding the UPF container.
  • the relay device 100P between the UPF pods 301P to 303P and the session management unit 204 (see FIG. 12B).
  • the session management unit 204 will communicate with the IP address of the relay device 100P, and the UPF pods 301P to 303P will be recognized as one device.
  • the session management unit 204 not only communicates with the UPF pods 301P to 303P, but also has a function of notifying the terminal 201 side of the IP addresses of the UPF pods 301P to 303P as C-plane processing. Therefore, if the UPF pods 301P to 303P are hidden as shown in FIG. 12B, a single IP address will be notified to the terminal 201 side.
  • the relay device 100P needs to appropriately distribute PDU sessions to each of the UPF pods 301P to 303P in the U-plane communication processed between the terminal 201 and the UPF pods 301P to 303P (solid line in FIG. 12B). (see arrow).
  • GTP-U for the N3 interface and FRCP for the N4 interface do not use a method like service-based architecture (a common communication method for Kubernetes). Therefore, when hiding the UPF container, it is necessary to hide both the N3 interface and the N4 interface at the same time.
  • the protocol relay device enables flexible operation of the containerized UPF by appropriately hiding the configuration of the UPF container.
  • FIG. 1 is a block diagram showing the overall configuration of a protocol relay system according to this embodiment. Note that FIG. 1 shows a method of hiding the UPF pods 300 to 303 from the session management unit 204.
  • the protocol relay system 500 includes a terminal 201, a base station 202, an access/mobility management unit 203, a session management unit 204, a protocol relay device 100, and UPF pods 301 to 303.
  • UPF pods 301 to 303 are simply referred to as UPF pod 300 unless there is a need to limit them to any one of them.
  • the protocol relay device 100 executes C-plane processing with the session management unit 204 to terminate the PFCP communication.
  • the protocol relay device 100 also performs C-plane adjustment to the UPF pods 301 to 303, and notifies each UPF pod 301 to 303 of the adjustment results.
  • C-plane adjustment means determining the UPF pod 300 for a PDU session.
  • FIG. 2 is a block diagram showing the overall configuration of a protocol relay system, showing a method of concealment for base stations.
  • protocol relay device 100 receives U-plane communication from terminal 201 or base station 202.
  • the protocol relay device 100 transfers C-plane traffic to the corresponding UPF pods 301 to 303 based on the C-plane adjustment result.
  • FIG. 3 is a block diagram showing the configuration of the protocol relay device and UPF pod of the protocol relay system according to the present embodiment.
  • the protocol relay device 100 includes a C plane processing section 10 (control plane processing section), a U plane processing section 20 (user plane processing section), and a UPF container management section 30. .
  • the C-plane processing unit 10 temporarily stores the RFCP request packet from the session management unit 204 in a buffer. When the C-plane processing unit 10 receives an RFCP request packet, it determines the UPF that will transfer the PDU session specified in the request packet. The C-plane processing unit 10 generates an RFCP packet to be exchanged with the UPF pods 301 and 302, and notifies the UPF pods 301 and 302 of PDU session information to be transferred using a modified RFCP packet. In this way, the C-plane processing unit 10 notifies the UPF pods 301 and 302 of the adjustment result (determined result) of the transfer process.
  • the U-plane processing unit 20 identifies the session ID of the U-plane traffic received from the base station 202, performs network address translation on the U-plane traffic based on the adjustment result, and transfers it to the corresponding UPF 301, 302.
  • the UPF container management unit 30 receives a connection request from one or more UPF pods 301, 302, stores an IP address according to the interface of the connection request source, and establishes a connection to the UPF pod 301, 302. Notify. Further, when the UPF container management unit 30 receives a disconnection request from the UPF pod 301, 302, it deletes the IP address corresponding to the UPF pod 301, 302 that is the source of the disconnection request, and deletes the IP address corresponding to the UPF pod 301, 302 that is the source of the disconnection request. , 302. Delete the settings for converting the network address to the IP address of , 302. In this way, the UPF container management unit 30 can communicate with the connection management unit 310 of the UPF pod 300 and understand the configuration of the UPF container.
  • Each of the UPF pods 301 and 302 includes a connection management section 310.
  • the connection management unit 310 notifies the protocol relay device 100 of the connection request and establishes the connection.
  • the connection management unit 310 communicates with the UPF container management unit 30 of the protocol relay device 100 and notifies the protocol relay device 100 of the configuration of the UPF pod 300.
  • the protocol relay system 500 includes two UPF pods 301 and 302.
  • the two UPF pods 301 and 302 constitute a UPF container.
  • the protocol relay device 100 has an interface facing the base station 202 of the protocol relay device 100 (gNB facing interface), an interface facing the session management unit 204 of the protocol relay device 100 (SMF facing interface), and An interface facing the UPF pod 300 (UPF facing interface) is provided.
  • the UPF pods 301 and 302 include an interface facing the base station 202 of each UPF pod 300 (gNB facing interface), and an interface facing the session management unit 204 of each UPF pod 300 (SMF facing interface).
  • the protocol relay device 100 executes a process of hiding the UPF pod 300.
  • FIGS. 4 to 8 are flowcharts showing how the protocol relay device of the protocol relay system executes the UPF pod concealment process.
  • FIG. 4 shows a flowchart showing the overall flow of the protocol relay device 100 executing the UPF pod concealment process
  • FIGS. 5 to 8 show flowcharts showing the detailed flow of each step.
  • the protocol relay device 100 establishes a connection with the UPF pod 300 (step S1). Specifically, the protocol relay device 100 receives a connection request from a UPF pod 300 in the UPF container management unit 30, stores an IP address corresponding to the interface of the connection request source, and connects to the UPF pod 300. Notify the establishment of. Note that detailed processing in step S1 will be described later using FIG. 5.
  • the protocol relay device 100 communicates with the session management unit 204 (step S2). Specifically, upon receiving an RFCP request packet in the C-plane processing unit 10, the protocol relay device 100 determines the UPF pod 300 that transfers the PDU session specified in the request packet, and transfers the PDU session specified in the request packet. 300 of the determined result. Note that detailed processing in step S2 will be described later using FIG. 6.
  • the protocol relay device 100 performs transfer using U-plane processing (step S3). Specifically, the protocol relay device 100 uses the U-plane processing unit 20 to identify the session ID of the U-plane traffic received from the base station 202, and performs network address translation on the U-plane traffic based on the determined result. and transfers it to the corresponding UPF pod 300. Note that detailed processing in step S3 will be described later using FIG. 7.
  • the protocol relay device 100 disconnects the UPF pod 300 (step S4). Specifically, when the UPF container management unit 30 receives a disconnection request from the UPF pod 300, the protocol relay device 100 deletes the IP address corresponding to the UPF pod 300 that is the source of the disconnection request, and The settings for converting the network address to the IP address of the UPF pod 300 are deleted. Note that detailed processing in step S4 will be described later using FIG. 8.
  • the protocol relay device 100 ends the hiding process for the UPF pod 300.
  • the protocol relay device 100 of the protocol relay system 500 can hide the UPF pod 300 from the base station 202 and the session management unit 204, so even if the configuration of the UPF pod 300 is changed, the protocol relay device 100 of the protocol relay system 500 can It is possible to flexibly operate the containerized UPF pod 300 without affecting the operation of the containerized UPF pod 300.
  • the UPF container management unit 30 of the protocol relay device 100 can disconnect the UPF pod 300 that has stopped due to scale-in or the like, flexible operation can be achieved according to the configuration of the UPF pod 300.
  • Each UPF pod 300 notifies the UPF container management unit 30 of the protocol relay device 100 of a connection request from the connection management unit 310. Thereby, the protocol relay device 100 receives a connection request from each UPF pod 300 in the UPF container management unit 30 (step S11).
  • This connection request includes the IP address of the interface of the opposing base station 202 of the UPF pod 300 that is the source of the connection request, and the IP address of the interface of the opposing session management unit 204.
  • the UPF container management unit 30 stores the received IP address of the interface of the opposing base station 202 of the UPF pod 300 that is the connection request source and the IP address of the interface of the opposing session management unit 204 as connection UPF information. (Step S12).
  • the protocol relay device 100 After storing the connection UPF information, the protocol relay device 100 notifies the connection management unit 310 of the UPF pod 300 that is the connection request source from the UPF container management unit 30 of the establishment of the connection (step S13).
  • connection management unit 310 of the UPF pod 300 establishes a connection with the protocol relay device 100, and sets the opposite device as the protocol relay device 100 to a state where it can accept processing during GTP-U transfer.
  • the GTP-U transfer process itself is assumed to be equivalent to, for example, the known technology free5gc.
  • step S13 the protocol relay device 100 notifies the connection management unit 310 of the UPF pod 300 that is the connection request source of the establishment of the connection, and then proceeds to step S2 in FIG. 4.
  • the C-plane processing unit 10 receives an RFCP request packet from the session management unit 204 (step S21).
  • the protocol relay device 100 stores the received request packet in the buffer of the C-plane processing unit 10.
  • the C-plane processing unit 10 determines the UPF pod 300 specified in the RFCP request packet to transfer the PDU session (step S22).
  • the protocol relay device 100 stores the decided result (adjustment result) in the C-plane processing unit 10 while the PDU session continues to exist.
  • the first decision logic is a method of allocating processing to all UPF pods.
  • the second decision logic is how to allocate processing to specific UPF pods.
  • the C-plane processing unit 10 of the protocol relay device 100 determines all the UPF pods 300 as transfer devices for the U-plane traffic of the PDU session ID. Thereby, the protocol relay device 100 can load balance the U-plane traffic of the PDU session ID using round robin or the like.
  • the C-plane processing unit 10 allocates all the UPF pods 301, 302, . . . as transfer destinations for each predetermined PDU session ID, for example.
  • the C plane processing unit 10 allocates the UPF pod 301 as a transfer destination UPF container to a certain PDU session ID, and assigns a UPF pod 301 as a transfer destination UPF container to another specific PDU session ID. Assign 302.
  • the protocol relay device 100 changes the transmission source of the packet to the IP address of the UPF facing interface of the protocol relay device 100 in the C-plane processing unit 10, and changes the transmission destination to the UPF pod 300 of the determined transfer destination.
  • the packet is transferred with the IP address of the SMF facing interface (step S23).
  • step S22 when allocating the process to all the UPF pods 300, multiple UPF pods 300 will be notified, so in that case, the C-plane processing unit 10 will A plurality of packets are generated and transferred to the UPF pod 300.
  • the C-plane processing unit 10 receives a response packet from the UPF pod 300 (step S24).
  • the source of the received response packet is changed to the IP address of the SMF facing interface of the protocol relay device 100, and the destination is changed to the session management unit 204,
  • the packet is transferred (step S25).
  • the protocol relay device 100 uses the C-plane processing unit 10 to delete the PFCP request packet stored in the buffer in step S21.
  • step S25 the protocol relay device 100 deletes the PFCP request packet stored in the buffer, and then proceeds to step S3 in FIG. 4.
  • the protocol relay device 100 identifies the PDU session ID when receiving U-plane traffic at the gNB facing interface of the protocol relay device 100 and the UPF facing interface of the protocol relay device 100 (step S31).
  • the protocol relay device 100 uses the U-plane processing unit 20 to configure the transfer of U-plane traffic from both directions, from the base station 202 to the protocol relay device 100 and from the UPF pod 300 to the protocol relay device 100 (step S32).
  • the protocol relay device 100 uses the U-plane processing unit 20 to obtain the information (i.e., the adjustment result) of the UPF pod 300 to which the U-plane traffic of the PDU session ID is transferred, determined by the C-plane processing unit 10. , this is also referred to as forwarding destination UPF pod information.), the IP address of the gNB facing interface of the protocol relay device 100 and the gNB facing interface of the UPF pod 300, which is the forwarding destination of the U plane traffic of the PDU session ID. Set up network address translation according to the IP address of .
  • the transfer destination will be all UPF pods 300, so the transfer destination UPF pod 300 whose network address is converted by load distribution logic such as round robin.
  • load distribution logic such as round robin.
  • the IP address of the gNB facing interface is changed.
  • the protocol relay device 100 when the U-plane processing unit 20 of the protocol relay device 100 receives return U-plane traffic from the UPF pod 300, the protocol relay device 100 includes the IP address of the gNB facing interface of the UPF pod 300 that is the transfer source, and the IP address of the gNB facing interface of the UPF pod 300 that is the transfer source. Set up network address translation using the IP address of the gNB facing interface.
  • protocol relay device 100 sets bidirectional transfer of U-plane traffic in step S32, it proceeds to step S4 in FIG. 4.
  • step S4 the process of separating the UPF pod 300 in step S4 shown in FIG. 4 will be described in detail using the flowchart in FIG. 8.
  • the UPF pod 300 may be stopped when the UPF pod 300 scales in or the like. Each UPF pod 300 to be stopped notifies a disconnection request from the connection management unit 310 to the UPF container management unit 30 of the protocol relay device 100. As a result, the protocol relay device 100 receives a disconnection request notification from the UPF pod 300 in the UPF container management unit 30 (step S41).
  • the UPF container management unit 30 of the protocol relay device 100 deletes the connected UPF information corresponding to the UPF pod 300 that is the source of the disconnection request (step S42).
  • the UPF container management unit 30 deletes the network address translation settings corresponding to the UPF pod 300 that is the source of the disconnection request in the U-plane processing unit 20 (step S43). Thereby, the protocol relay device 100 can stop the transfer to the UPF pod 300 deleted in step S42 in the protocol relay system 500.
  • the UPF container management unit 30 of the protocol relay device 100 notifies the connection management unit 310 of the UPF pod 300 that issued the disconnection request of the completion of disconnection (step S44).
  • the connection management unit 310 of the UPF pod 300 receives the disconnection completion notification from the UPF container management unit 30, it determines that the connection with the protocol relay device 100 is disconnected (disconnection established status), The opposite device (protocol relay device 100) is made unable to accept GTP-U transfer processing.
  • the protocol relay device 100 notifies the connection management unit 310 of the UPF pod 300 of the completion of disconnection (step S44), the concealment process of the UPF pod 300 ends.
  • the protocol relay device 100 is realized, for example, by a computer 900 having a configuration as shown in FIG.
  • FIG. 9 is a hardware configuration diagram showing an example of a computer that implements the functions of the protocol relay device.
  • the computer 900 includes a CPU (Central Processing Unit) 901, ROM (Read Only Memory) 902, RAM 903, HDD (Hard Disk Drive) 904, input/output I/F (Interface) 905, communication I/F 906, and media I/F 907.
  • CPU Central Processing Unit
  • ROM Read Only Memory
  • RAM RAM
  • HDD Hard Disk Drive
  • I/F Interface
  • the CPU 901 embodies the C-plane processing unit 10, the U-plane processing unit 20, and the UPF container management unit 30 by operating based on a program (protocol relay program) stored in the ROM 902 or HDD 904.
  • the ROM 902 stores a boot program executed by the CPU 901 when the computer 900 is started, programs related to the hardware of the computer 900, and the like.
  • the CPU 901 controls an input device 910 such as a mouse or a keyboard, and an output device 911 such as a display or printer via an input/output I/F 905.
  • the CPU 901 acquires data from the input device 910 via the input/output I/F 905 and outputs the generated data to the output device 911.
  • a GPU Graphics Processing Unit
  • the like may be used in addition to the CPU 901 as the processor.
  • the HDD 904 stores programs executed by the CPU 901 and data used by the programs.
  • the communication I/F 906 receives data from other devices via a communication network (for example, NW (Network) 920) and outputs it to the CPU 901, and also sends data generated by the CPU 901 to other devices via the communication network. Send to device.
  • NW Network
  • the media I/F 907 reads a program (for example, a protocol relay program) or data stored in the recording medium 912 and outputs it to the CPU 901 via the RAM 903.
  • the CPU 901 loads a program related to target processing from the recording medium 912 onto the RAM 903 via the media I/F 907, and executes the loaded program.
  • the recording medium 912 is an optical recording medium such as a DVD (Digital Versatile Disc) or a PD (Phase change rewritable disk), a magneto-optical recording medium such as an MO (Magneto Optical disk), a magnetic recording medium, a semiconductor memory, or the like.
  • the CPU 901 of the computer 900 realizes each function of the protocol relay device 100 by executing a program loaded onto the RAM 903. Furthermore, data in the RAM 903 is stored in the HDD 904 .
  • the CPU 901 reads a program related to target processing from the recording medium 912 and executes it. In addition, the CPU 901 may read a program related to target processing from another device via a communication network (NW 920).
  • NW 920 a communication network
  • the protocol relay device 100 is a protocol relay device connected to one or more UPF pods 300, and receives a connection request from the UPF pods 300 and uses the IP address according to the interface of the connection request source.
  • the UPF container management unit 30 stores the address and notifies the UPF pod 300 of connection establishment, and upon receiving an RFCP request packet, determines the UPF pod 300 that will transfer the PDU session specified in the request packet.
  • the C-plane processing unit 10 notifies the UPF pod 300 of the determined result, identifies the session ID of the user plane traffic received from the base station 202, and assigns a network address to the user plane traffic based on the determined result. It is characterized by comprising a U-plane processing unit 20 that executes the conversion and transfers it to the corresponding UPF pod 300.
  • the UPF container management unit 30 receives a connection request from the UPF pod 300 and establishes a connection with the UPF pod 300.
  • the C-plane processing unit 10 receives the RFCP request packet and determines the UPF pod 300 to which the PDU session is to be transferred. Further, the C-plane processing unit 10 notifies the UPF pod 300 of the determined result of the transfer process.
  • the U-plane processing unit 20 receives user-plane traffic from the base station 202, it identifies its session ID, performs network address translation on the user-plane traffic based on the determined result of the forwarding process, and converts the user-plane traffic to the corresponding UPF. Forward user plane traffic to pod 300.
  • the protocol relay device 100 can hide the configuration of the UPF pod 300 that constitutes the container from the base station 202 and the session management unit 204. Therefore, the protocol relay device 100 can operate the containerized UPF pod 300 flexibly.
  • the protocol relay device 100 when the UPF container management unit 30 receives a disconnection request from the UPF pod 300, the protocol relay device 100 according to the present invention deletes the IP address corresponding to the UPF pod 300 that is the source of the disconnection request, and The feature is that the setting for converting the network address to the original IP address of the UPF pod 300 is deleted.
  • the UPF container management unit 30 upon receiving a disconnection request from a UPF pod 300, deletes the IP address corresponding to the UPF pod 300 that has issued the disconnection request, and Delete the settings to convert the network address to the IP address of .
  • the protocol relay device 100 can determine the UPF pod 300 on which the C-plane processing unit 10 executes the transfer process according to the configuration of the UPF pod 300, so that flexible operation of the UPF pod 300 can be achieved. Can be done.
  • a protocol relay system 500 is a protocol relay system comprising one or more UPF pods 300 and a protocol relay device 100 connected to the UPF pod 300, and the UPF pod 300 is a protocol relay device.
  • the protocol relay device 100 includes a connection management unit 310 that notifies the UPF pod 300 of a connection request and establishes the connection, and the protocol relay device 100 receives the connection request from the UPF pod 300 and assigns an IP address according to the interface of the connection request source.
  • the UPF container management unit 30 receives the RFCP request packet, it determines the UPF pod 300 that will transfer the PDU session specified in the request packet.
  • the C-plane processing unit 10 notifies the UPF pod 300 of the determined result, identifies the session ID of the user plane traffic received from the base station 202, and performs network address translation on the user plane traffic based on the determined result. It is characterized by comprising a U-plane processing unit 20 that executes the processing and transfers it to the corresponding UPF pod 300.
  • the UPF container management unit 30 of the protocol relay device 100 receives a connection request from the UPF pod 300 and establishes a connection with the UPF pod 300.
  • the C-plane processing unit 10 receives the RFCP request packet and determines the UPF pod 300 to which the PDU session is to be transferred. Further, the C-plane processing unit 10 notifies the UPF pod 300 of the determined result.
  • the U-plane processing unit 20 receives user-plane traffic from the base station 202, it identifies the session ID, performs network address translation on the user-plane traffic based on the determined result, and sends the user-plane traffic to the corresponding UPF pod 300. Forward user plane traffic.
  • the protocol relay system 500 can hide the configuration of the UPF pod 300 that constitutes the container from the base station 202 and the session management unit 204. Therefore, the protocol relay system 500 can operate the containerized UPF pod 300 flexibly.
  • the protocol relay system 500 deletes the IP address corresponding to the UPF pod 300 that is the source of the disconnection request.
  • the setting for converting the network address to the IP address of the UPF pod 300 that is the source of the disconnection request is deleted.
  • the UPF container management unit 30 when the UPF container management unit 30 receives a disconnection request from the UPF pod 300, it deletes the IP address corresponding to the UPF pod 300 that is the source of the disconnection request, and Delete the settings to convert the network address to the IP address of .
  • the protocol relay system 500 can determine the UPF pod 300 on which the C-plane processing unit 10 executes the transfer process according to the configuration of the UPF pod 300, so that flexible operation of the UPF pod 300 can be achieved. Can be done.
  • C plane processing section control plane processing section
  • U plane processing unit user plane processing unit
  • UPF container management unit 100 protocol relay device 100P relay device
  • terminal 202 base station
  • access/movement management unit 204
  • session management unit 205
  • network function disclosure management unit 206
  • network function registration management unit 207
  • policy control unit 208 integrated data management unit 209 authentication Server management section 300-303, 301P-306P UPF pod 310
  • Connection management section 400 Data network 500 Protocol relay system 500P System architecture

Abstract

A protocol relay device (100) comprises a C-plane processing unit (10), a U-plane processing unit (20), and a UPF container management unit (30). The UPF container management unit (30) notifies a UPF pod (300) of the establishment of connection. The C-plane processing unit (10) determines a UPF pod (300) for performing transfer processing on a PDU session designated in a request packet, and notifies the UPF pod (300) of the result of the determination. The U-plane processing unit (20) identifies the session ID of user plane traffic received from a base station (202), and transfers the session ID to the corresponding UPF pod (300) on the basis of the result of the determination.

Description

プロトコル中継装置、プロトコル中継システム、プロトコル中継方法、及びプロトコル中継プログラムProtocol relay device, protocol relay system, protocol relay method, and protocol relay program
 本発明は、プロトコル中継装置、プロトコル中継システム、プロトコル中継方法、及びプロトコル中継プログラムに関する。 The present invention relates to a protocol relay device, a protocol relay system, a protocol relay method, and a protocol relay program.
 近年、5GC(5th Generation Core network)が提供されている。5GCとは、5G無線を収容するモバイルコアネットワークシステムである。一方、従来の4GC(4th Generation Core network)のコアネッワーク(EPC: Evolved Packet Core)では、装置間のインターフェースをPoint to Pointで仕様を決めており、制御プレーン(Control Plane)とユーザプレーン(User Plane)の機能とが分離されていなかった。 In recent years, 5GC (5th Generation Core network) has been provided. 5GC is a mobile core network system that accommodates 5G wireless. On the other hand, in the conventional 4GC (4th Generation Core network) core network (EPC: Evolved Packet Core), the interface between devices is specified as point-to-point, and the interface between the control plane and user plane ) functions were not separated.
 これに対し、5GCでは、制御プレーンとユーザプレーンの機能が明確に分離されており(これを、C/U分離(CUPS:Control and User Plane Separation)とも言う。)、C/U分離することで、制御プレーンとユーザプレーンのそれぞれの機能を独立して開発することができる。これにより、5GCでは、制御プレーンの処理に、サービスベース・アーキテクチャ(SBA: Service Based Architecture)が導入されている。 On the other hand, in 5GC, the functions of the control plane and user plane are clearly separated (this is also called C/U separation (CUPS: Control and User Plane Separation)), and by separating the C/U, , each function of the control plane and user plane can be developed independently. As a result, in 5GC, a Service Based Architecture (SBA) is introduced for control plane processing.
 5GCにおいて、サービスベース・アーキテクチャが導入されたことで、サービスメッシュが組み込まれ、制御プレーン関連装置においてコンテナ化によりマイクロサービス・アーキテクチャ(Micro Service Architecture)を構成することができる。 With the introduction of a service-based architecture in 5GC, a service mesh is incorporated, and a microservice architecture can be configured through containerization in control plane-related devices.
 サービスベース・アーキテクチャ内では、HTTP(Hyper Text Transfer Protocol)によりistio等によるサービスメッシュを介した通信が行われる。一方、セッション管理部とユーザプレーン装置(UPF:User Plane Function)とのN4インターフェースでは、RFCP(パケット転送制御プロトコル)というプロトコルが使用されている。また、ユーザプレーン装置と基地局(gNB:next Generation Node B)とのN3インターフェースでは、GTP-U(GPRS Tunneling Protocol for User Plane)というプロトコルが使用されている。 Within the service-based architecture, communication is performed via a service mesh using istio or the like using HTTP (Hyper Text Transfer Protocol). On the other hand, the N4 interface between the session management unit and the user plane function (UPF) uses a protocol called RFCP (Packet Transfer Control Protocol). Furthermore, a protocol called GTP-U (GPRS Tunneling Protocol for User Plane) is used in the N3 interface between the user plane device and the base station (gNB: next Generation Node B).
 ここで、例えば、5GCのオープンソースソフトウェア(Open Source Software)であるfree5gcには、ユーザプレーン装置をコンテナで構築できる旨が開示されている(非特許文献1)。 Here, for example, free5gc, which is open source software for 5GC, discloses that a user plane device can be constructed using a container (Non-Patent Document 1).
 また、free5gcにおいて、RFCPとGTP-Uの各プロトコルでは、対向装置に自装置自身の固有のIP(Internet Protocol)アドレスを公開する必要がある。そのため、RFCPとGTP-Uの各プロトコルでは、コンテナ化された各ユーザプレーン装置にIP(Internet Protocol)アドレスを付与する必要がある。 Additionally, in free5gc, each of the RFCP and GTP-U protocols requires the device to disclose its own unique IP (Internet Protocol) address to the opposing device. Therefore, in each of the RFCP and GTP-U protocols, it is necessary to assign an IP (Internet Protocol) address to each containerized user plane device.
 そこで、各ユーザプレーン装置に外部装置と通信可能なIPアドレスを付与する技術として、例えば、Multusが開示されている(非特許文献2)。 Therefore, for example, Multus has been disclosed as a technology for giving each user plane device an IP address that allows communication with an external device (Non-Patent Document 2).
 コンテナ化されたユーザプレーン装置に固有のIPアドレスを付与して通信する場合、柔軟な運用が難しい、という問題がある。例えば、各コンテナに固有のIPアドレスを付与して通信する場合、コンテナのスケールアウトやスケールインが必要な運用シーンにおいて装置毎に設定変更が必要となり、ダイナミックなスケールアウトまたはスケールインのような柔軟なコンテナの運用が難しい。 When communicating by giving a unique IP address to a containerized user plane device, there is a problem that flexible operation is difficult. For example, if each container is assigned a unique IP address for communication, settings must be changed for each device in operational scenarios that require container scale-out or scale-in. It is difficult to operate containers.
 本発明は、このような点に鑑みてなされたのであり、コンテナ化されたユーザプレーン装置の柔軟な運用を図ることができる、プロトコル中継装置、プロトコル中継システム、プロトコル中継方法、及びプロトコル中継プログラムを提供することを課題とする。 The present invention has been made in view of the above points, and provides a protocol relay device, a protocol relay system, a protocol relay method, and a protocol relay program that enable flexible operation of containerized user plane devices. The challenge is to provide.
 本発明に係るプロトコル中継装置は、1又は2以上のUPF(User Plane Function)に接続されるプロトコル中継装置であって、前記UPFからの接続要求を受信して、接続要求元のインターフェースに応じたIPアドレスを保管し、当該UPFに接続の確立を通知するUPFコンテナ管理部と、パケット転送制御プロトコルの要求パケットを受信すると、当該要求パケット内で指定するPDU(Protocol Data Unit)セッションを転送処理するUPFを決定して、当該UPFにその決定した結果を通知する制御プレーン処理部と、基地局から受信したユーザプレーントラフィックのセッションID(identification)を識別し、前記結果に基づいて、前記ユーザプレーントラフィックにネットワークアドレス変換を実行して、該当するUPFに転送するユーザプレーン処理部と、を備えることを特徴とする。 The protocol relay device according to the present invention is a protocol relay device that is connected to one or more UPFs (User Plane Functions), and receives a connection request from the UPF, and responds to the interface of the connection request source. The UPF container management unit stores the IP address and notifies the UPF of connection establishment, and upon receiving a packet transfer control protocol request packet, transfers the PDU (Protocol Data Unit) session specified in the request packet. A control plane processing unit that determines a UPF and notifies the UPF of the determined result; and a control plane processing unit that identifies a session ID (identification) of user plane traffic received from a base station, and based on the result, identifies a session ID (identification) of user plane traffic received from a base station; and a user plane processing unit that performs network address translation on the UPF and transfers the translated address to the corresponding UPF.
 本発明によれば、プロトコル中継装置、プロトコル中継システム、プロトコル中継方法、及びプロトコル中継プログラムにより、コンテナ化されたユーザプレーン装置の柔軟な運用を図ることができる。 According to the present invention, flexible operation of a containerized user plane device can be achieved using a protocol relay device, a protocol relay system, a protocol relay method, and a protocol relay program.
本実施形態に係るプロトコル中継システムの全体構成を示すブロック図である。FIG. 1 is a block diagram showing the overall configuration of a protocol relay system according to the present embodiment. 基地局に対する隠蔽の方式について示した、プロトコル中継システムの全体構成を示すブロック図である。FIG. 2 is a block diagram showing the overall configuration of a protocol relay system, showing a method of concealment for base stations. 本実施形態に係るプロトコル中継システムのプロトコル中継装置と、UPFポッドの構成を示したブロック図である。FIG. 2 is a block diagram showing the configuration of a protocol relay device and a UPF pod of a protocol relay system according to the present embodiment. プロトコル中継システムのプロトコル中継装置が、UPFポッドの隠蔽処理を実行する全体の流れを示すフローチャートである。12 is a flowchart showing the overall flow of a protocol relay device of the protocol relay system performing UPF pod concealment processing. プロトコル中継システムのプロトコル中継装置が、UPFポッドとの接続確立を実行する流れを示すフローチャートである。2 is a flowchart illustrating a flow in which a protocol relay device of a protocol relay system executes connection establishment with a UPF pod. プロトコル中継システムのプロトコル中継装置が、セッション管理部との通信を実行する流れを示すフローチャートである。2 is a flowchart illustrating a flow in which a protocol relay device of a protocol relay system executes communication with a session management unit. プロトコル中継システムのプロトコル中継装置が、Uプレーン処理による転送を実行する流れを示すフローチャートである。2 is a flowchart illustrating a flow in which the protocol relay device of the protocol relay system executes transfer using U-plane processing. プロトコル中継システムのプロトコル中継装置が、UPFポッドの切り離しを実行する流れを示すフローチャートである。3 is a flowchart showing a flow in which a protocol relay device of a protocol relay system executes separation of a UPF pod. プロトコル中継装置の機能を実現するコンピュータの一例を示すハードウェア構成図である。FIG. 2 is a hardware configuration diagram showing an example of a computer that implements the functions of a protocol relay device. 5GCのシステムアーキテクチャを示したブロック図である。FIG. 2 is a block diagram showing the system architecture of 5GC. Blue/Greenアップデートにおけるアップデート前の環境を示した説明図である。FIG. 2 is an explanatory diagram showing the environment before the update in Blue/Green update. Blue/Greenアップデートにおけるアップデート後の環境を示した説明図である。FIG. 2 is an explanatory diagram showing the environment after the update in Blue/Green update. UPFコンテナを隠蔽する前の状態を示した説明図である。It is an explanatory diagram showing a state before hiding a UPF container. UPFコンテナを隠蔽した後の状態を示した説明図である。FIG. 3 is an explanatory diagram showing a state after hiding the UPF container.
 次に、本発明を実施するための形態(以下、「本実施形態」と称する。)について説明する。まず、本技術の概要において、従来技術を比較例として説明する。以下、同一の部材や構成には、同一の符号を付し、説明を適宜、省略する。 Next, a mode for carrying out the present invention (hereinafter referred to as "this embodiment") will be described. First, in an overview of the present technology, a conventional technology will be explained as a comparative example. Hereinafter, the same members and configurations will be denoted by the same reference numerals, and the description will be omitted as appropriate.
<本技術の概要>
 図10は、5GCのシステムアーキテクチャを示したブロック図である。図10に示すように、5GCのシステムアーキテクチャ500Pは、端末201、基地局202、アクセス/移動管理部203、セッション管理部204、ネットワーク機能公開管理部205、ネットワーク機能登録管理部206、ポリシー制御部207、統合データ管理部208、認証サーバ管理部209、UPFポッド300、及びデータネットワーク400を備えて構成されている。なお、「/」は、「および」の意図で使用している。
<Overview of this technology>
FIG. 10 is a block diagram showing the system architecture of 5GC. As shown in FIG. 10, the 5GC system architecture 500P includes a terminal 201, a base station 202, an access/mobility management unit 203, a session management unit 204, a network function disclosure management unit 205, a network function registration management unit 206, and a policy control unit. 207, an integrated data management section 208, an authentication server management section 209, a UPF pod 300, and a data network 400. Note that "/" is used with the intent of "and".
 端末201は、無線端末(UE:User Equipment)を示している。
 基地局202は、5Gの無線方式に対応した無線基地局(gNB:next generation Node B)を示している。
A terminal 201 indicates a wireless terminal (UE: User Equipment).
The base station 202 indicates a wireless base station (gNB: next generation Node B) compatible with the 5G wireless system.
 アクセス/移動管理部203は、アクセス及びモビリティを管理する機能(AMF:Access and Mobility Management Function)を示している。
 セッション管理部204は、セッションを管理する機能(SMF:Session Management Function)を示している。
The access/mobility management unit 203 indicates a function (AMF: Access and Mobility Management Function) that manages access and mobility.
The session management unit 204 represents a session management function (SMF).
 ネットワーク機能公開管理部205は、サービスを公開するために集中化された地点として機能(NEF:Network Exposure Function)し、システムの外部から発信された全ての接続要求を承認する役割を示している。
 ネットワーク機能登録管理部206は、ネットワーク機能とそれらが生成するサービスを登録する機能(NRF:Network Repository Function)を示している。
The network exposure management unit 205 functions as a centralized point for publishing services (Network Exposure Function (NEF)), and has the role of approving all connection requests issued from outside the system.
The network function registration management unit 206 indicates a function (NRF: Network Repository Function) for registering network functions and services generated by them.
 ポリシー制御部207は、5Gシステムのポリシーと規則を制御する機能(PCF:Policy Control Function)を示している。
 統合データ管理部208は、ユーザとサブスクリプションに関連する多くのサービスを担当する機能(UDM:Unified Data Management)を示している。
 認証サーバ管理部209は、認証に関連する手順を処理する機能(AUSF:Authentication Server Function)を示している。
The policy control unit 207 indicates a function (PCF: Policy Control Function) that controls policies and rules of the 5G system.
The unified data management unit 208 represents a function (UDM: Unified Data Management) that is responsible for many services related to users and subscriptions.
The authentication server management unit 209 indicates a function (AUSF: Authentication Server Function) that processes procedures related to authentication.
 UPFポッド300は、ユーザデータのパケットを転送する機能(UPF:User Plane Function)を示している。データネットワーク400は、インターネットや何らかのサービスを提供するサーバが接続されたネットワークの総称(DN:Data Network)を示している。 The UPF pod 300 indicates a function (UPF: User Plane Function) that transfers user data packets. The data network 400 is a general term (DN: Data Network) for a network to which the Internet or a server providing some kind of service is connected.
 なお、UPFポッド300は1つしか図示されていないが、複数のUPFポッド300が相互に接続されてネットワークを構成している。また、UPFポッド300は、UPFの一例であり、UPFは、例えば、コンテナ、仮想マシン、サーバなどで実現することができる。なお、UPFポッド300は、UPFコンテナを構成する最小単位として、表示する。 Although only one UPF pod 300 is illustrated, a plurality of UPF pods 300 are interconnected to form a network. Further, the UPF pod 300 is an example of a UPF, and a UPF can be realized by, for example, a container, a virtual machine, a server, or the like. Note that the UPF pod 300 is displayed as the minimum unit configuring the UPF container.
 また、サービスベース・アーキテクチャ500Qは、アクセス/移動管理部203、セッション管理部204、ネットワーク機能公開管理部205、ネットワーク機能登録管理部206、ポリシー制御部207、統合データ管理部208、及び認証サーバ管理部209で実現されている。 The service-based architecture 500Q also includes an access/movement management unit 203, a session management unit 204, a network function disclosure management unit 205, a network function registration management unit 206, a policy control unit 207, an integrated data management unit 208, and an authentication server management unit. This is realized by the section 209.
 本技術において、UPFコンテナのアップデート時の比較例について、説明する。UPFコンテナのアップデートには、新旧環境下において、可逆的な方式と不可逆的な方式とがあり、5Gのような公衆通信網を運用する事業会社においては、可逆的な方式が求められることが多い。 In this technology, a comparative example when updating a UPF container will be described. There are reversible and irreversible methods for updating the UPF container under new and old environments, and business companies that operate public communication networks such as 5G often require a reversible method. .
 例えば、Blue/Greenアップデートは、可逆的な方式であり、新旧2面の環境を用意し、新環境に切り替え後、旧環境に切り戻しすることができる。一方、ローリングアップデート方式は、不可逆的な方式であり、コンテナの環境を順次、新環境に移行しつつ、旧環境を開放するため、旧環境に切り戻しすることができない。 For example, the Blue/Green update is a reversible method, and it is possible to prepare two environments, an old and a new environment, and then switch back to the old environment after switching to the new environment. On the other hand, the rolling update method is an irreversible method, in which the container environment is sequentially migrated to the new environment and the old environment is released, so it is not possible to switch back to the old environment.
 UPFコンテナのBlue/Greenアップデート時は、Blue環境からGreen環境へUプレーントラフィックの方路が変更される。このため、UPFコンテナのBlue/Greenアップデートでは、端末201と、Blue環境のUPFポッド300との間で成立していたUプレーントラフィックの接続が切断されてしまい、端末201からの通信が、一時的に使用できなくなってしまう。 When updating the UPF container to Blue/Green, the route of U-plane traffic is changed from the Blue environment to the Green environment. Therefore, in the Blue/Green update of the UPF container, the U-plane traffic connection established between the terminal 201 and the UPF pod 300 in the Blue environment is disconnected, and communication from the terminal 201 is temporarily interrupted. It becomes unusable.
 図11Aは、Blue/Greenアップデートにおけるアップデート前の環境を示した説明図であり、図11Bは、Blue/Greenアップデートにおけるアップデート後の環境を示した説明図である。 FIG. 11A is an explanatory diagram showing the environment before update in Blue/Green update, and FIG. 11B is an explanatory diagram showing the environment after update in Blue/Green update.
 図11Aに示すように、アップデート前のUプレーントラフィックの方路Tは、Blue環境に向いている。また、UPFポッド301P~303Pは、Blue環境で使用され、UPFポッド304P~306Pは、Green環境で使用されることになっている。 As shown in FIG. 11A, the route T of U-plane traffic before the update is suitable for the Blue environment. Further, the UPF pods 301P to 303P are to be used in a blue environment, and the UPF pods 304P to 306P are to be used in a green environment.
 図11Bに示すように、アップデート後において、Blue環境のUPFポッド301P~303Pで転送されていたUプレーントラフィックの方路Tは、アップデートによって切断され、アップデート後に発生した新規のUプレーントラフィックの方路Uは、Green環境で転送処理される。 As shown in FIG. 11B, after the update, the route T of the U-plane traffic that was being transferred by the UPF pods 301P to 303P in the Blue environment is disconnected due to the update, and the route T of the new U-plane traffic that has occurred after the update is U is transferred in the Green environment.
 この場合、Blue環境とGreen環境のUPFコンテナの構成を隠蔽することができれば、Uプレーントラフィックの方路Tが切断される影響を回避することができる。 In this case, if the configurations of the UPF containers in the Blue environment and the Green environment can be hidden, the effect of the U-plane traffic route T being disconnected can be avoided.
<隠蔽の検討>
 柔軟なUPFコンテナを運用するためには、UPFコンテナの構成を隠蔽することが考えられる。
<Consideration of concealment>
In order to operate a flexible UPF container, it is possible to hide the configuration of the UPF container.
 図12Aは、UPFコンテナを隠蔽する前の状態を示した説明図であり、一方、図12Bは、UPFコンテナを隠蔽した後の状態を示した説明図である。 FIG. 12A is an explanatory diagram showing the state before hiding the UPF container, while FIG. 12B is an explanatory diagram showing the state after hiding the UPF container.
 UPFコンテナ(UPFポッド301P~303P)の構成を隠蔽するために、UPFポッド301P~303Pとセッション管理部204との間に、中継装置100PというGatewayを設けることが考えられる(図12B参照)。この場合、セッション管理部204は、中継装置100PのIPアドレスと通信することになり、UPFポッド301P~303Pが、1つの装置として認識されてしまう。 In order to hide the configuration of the UPF containers (UPF pods 301P to 303P), it is conceivable to provide a gateway called the relay device 100P between the UPF pods 301P to 303P and the session management unit 204 (see FIG. 12B). In this case, the session management unit 204 will communicate with the IP address of the relay device 100P, and the UPF pods 301P to 303P will be recognized as one device.
 セッション管理部204は、UPFポッド301P~303Pとの通信だけでなく、Cプレーン処理として、端末201側にUPFポッド301P~303PのIPアドレスを通知する機能を有している。そのため、図12BのようにUPFポッド301P~303Pを隠蔽した場合、端末201側には単一のIPアドレスが通知されることになる。 The session management unit 204 not only communicates with the UPF pods 301P to 303P, but also has a function of notifying the terminal 201 side of the IP addresses of the UPF pods 301P to 303P as C-plane processing. Therefore, if the UPF pods 301P to 303P are hidden as shown in FIG. 12B, a single IP address will be notified to the terminal 201 side.
 この場合、中継装置100Pは、端末201とUPFポッド301P~303Pとの間で処理されるUプレーン通信において、UPFポッド301P~303Pごとに、適切にPDUセッションを振り分ける必要がある(図12Bの実線矢印参照)。 In this case, the relay device 100P needs to appropriately distribute PDU sessions to each of the UPF pods 301P to 303P in the U-plane communication processed between the terminal 201 and the UPF pods 301P to 303P (solid line in FIG. 12B). (see arrow).
 ここで、N3インターフェースのGTP―UやN4インターフェースのFRCPには、サービスベース・アーキテクチャのような方式(Kubernetesの一般的な通信方式)は採用されていない。そのため、UPFコンテナを隠蔽する場合は、N3インターフェース及びN4インターフェースの双方を同時に隠蔽することが必要になる。 Here, GTP-U for the N3 interface and FRCP for the N4 interface do not use a method like service-based architecture (a common communication method for Kubernetes). Therefore, when hiding the UPF container, it is necessary to hide both the N3 interface and the N4 interface at the same time.
 そこで、本実施形態に係るプロトコル中継装置は、UPFコンテナの構成を適切に隠蔽することにより、コンテナ化されたUPFの柔軟な運用を図れるようにする。 Therefore, the protocol relay device according to the present embodiment enables flexible operation of the containerized UPF by appropriately hiding the configuration of the UPF container.
<プロトコル中継システムにおける隠蔽の概要>
[1.セッション管理部に対するUPFポッドの隠蔽]
 図1は、本実施形態に係るプロトコル中継システムの全体構成を示すブロック図である。なお、図1では、セッション管理部204に対するUPFポッド300~303の隠蔽の方式について示している。
<Overview of concealment in protocol relay systems>
[1. Hiding UPF pod from session management section]
FIG. 1 is a block diagram showing the overall configuration of a protocol relay system according to this embodiment. Note that FIG. 1 shows a method of hiding the UPF pods 300 to 303 from the session management unit 204.
 図1に示すように、プロトコル中継システム500は、端末201、基地局202、アクセス/移動管理部203、セッション管理部204、プロトコル中継装置100、及びUPFポッド301~303を備えて構成されている。UPFポッド301~303は、いずれかに限定する必要がない場合、単に、UPFポッド300という。 As shown in FIG. 1, the protocol relay system 500 includes a terminal 201, a base station 202, an access/mobility management unit 203, a session management unit 204, a protocol relay device 100, and UPF pods 301 to 303. . UPF pods 301 to 303 are simply referred to as UPF pod 300 unless there is a need to limit them to any one of them.
 プロトコル中継装置100は、セッション管理部204とCプレーン処理を実行して、PFCP通信を終端させる。また、プロトコル中継装置100は、UPFポッド301~303へのCプレーン調整を実行して、各UPFポッド301~303に調整結果を通知する。なお、Cプレーン調整とは、PDUセッションに対するUPFポッド300を決定することを意味している。 The protocol relay device 100 executes C-plane processing with the session management unit 204 to terminate the PFCP communication. The protocol relay device 100 also performs C-plane adjustment to the UPF pods 301 to 303, and notifies each UPF pod 301 to 303 of the adjustment results. Note that C-plane adjustment means determining the UPF pod 300 for a PDU session.
[2.基地局に対するUPFポッドの隠蔽]
 図2は、基地局に対する隠蔽の方式について示した、プロトコル中継システムの全体構成を示すブロック図である。
[2. Concealment of UPF pod from base station]
FIG. 2 is a block diagram showing the overall configuration of a protocol relay system, showing a method of concealment for base stations.
 図2に示すように、プロトコル中継装置100は、端末201又は基地局202からのUプレーン通信を受信する。プロトコル中継装置100は、Cプレーン調整結果に基づき、Cプレーンのトラフィックを、該当するUPFポッド301~303に転送する。 As shown in FIG. 2, protocol relay device 100 receives U-plane communication from terminal 201 or base station 202. The protocol relay device 100 transfers C-plane traffic to the corresponding UPF pods 301 to 303 based on the C-plane adjustment result.
<プロトコル中継装置の概要>
 図3は、本実施形態に係るプロトコル中継システムのプロトコル中継装置と、UPFポッドの構成を示したブロック図である。
<Overview of protocol relay device>
FIG. 3 is a block diagram showing the configuration of the protocol relay device and UPF pod of the protocol relay system according to the present embodiment.
 図3に示すように、プロトコル中継装置100は、Cプレーン処理部10(制御プレーン処理部)、Uプレーン処理部20(ユーザプレーン処理部)、及びUPFコンテナ管理部30を備えて構成されている。 As shown in FIG. 3, the protocol relay device 100 includes a C plane processing section 10 (control plane processing section), a U plane processing section 20 (user plane processing section), and a UPF container management section 30. .
 Cプレーン処理部10は、セッション管理部204からのRFCPの要求パケットをバッファに一時保存する。Cプレーン処理部10は、RFCPの要求パケットを受信すると、当該要求パケット内で指定するPDUセッションを転送処理するUPFを決定する。Cプレーン処理部10は、UPFポッド301,302との間でやり取りするRFCPパケットを生成し、当該UPFポッド301,302に転送処理するPDUセッション情報を改変したRFCPパケットで通知する。このように、Cプレーン処理部10は、当該UPFポッド301,302に、転送処理の調整結果(決定した結果)を通知する。 The C-plane processing unit 10 temporarily stores the RFCP request packet from the session management unit 204 in a buffer. When the C-plane processing unit 10 receives an RFCP request packet, it determines the UPF that will transfer the PDU session specified in the request packet. The C-plane processing unit 10 generates an RFCP packet to be exchanged with the UPF pods 301 and 302, and notifies the UPF pods 301 and 302 of PDU session information to be transferred using a modified RFCP packet. In this way, the C-plane processing unit 10 notifies the UPF pods 301 and 302 of the adjustment result (determined result) of the transfer process.
 Uプレーン処理部20は、基地局202から受信したUプレーントラフィックのセッションIDを識別し、調整結果に基づいて、Uプレーントラフィックにネットワークアドレス変換を実行して、該当するUPF301,302に転送する。 The U-plane processing unit 20 identifies the session ID of the U-plane traffic received from the base station 202, performs network address translation on the U-plane traffic based on the adjustment result, and transfers it to the corresponding UPF 301, 302.
 UPFコンテナ管理部30は、1又は2以上のUPFポッド301,302からの接続要求を受信して、接続要求元のインターフェースに応じたIPアドレスを保管し、当該UPFポッド301,302に接続の確立を通知する。また、UPFコンテナ管理部30は、UPFポッド301,302から切断要求を受信した場合は、切断要求元のUPFポッド301,302に対応するIPアドレスを削除するとともに、当該切断要求元のUPFポッド301,302のIPアドレスにネットワークアドレス変換する設定を削除する。このように、UPFコンテナ管理部30は、UPFポッド300の接続管理部310と通信し、UPFコンテナの構成を把握することができる。 The UPF container management unit 30 receives a connection request from one or more UPF pods 301, 302, stores an IP address according to the interface of the connection request source, and establishes a connection to the UPF pod 301, 302. Notify. Further, when the UPF container management unit 30 receives a disconnection request from the UPF pod 301, 302, it deletes the IP address corresponding to the UPF pod 301, 302 that is the source of the disconnection request, and deletes the IP address corresponding to the UPF pod 301, 302 that is the source of the disconnection request. , 302. Delete the settings for converting the network address to the IP address of , 302. In this way, the UPF container management unit 30 can communicate with the connection management unit 310 of the UPF pod 300 and understand the configuration of the UPF container.
<UPFポッドの構成>
 UPFポッド301,302のそれぞれは、接続管理部310を備えて構成されている。接続管理部310は、プロトコル中継装置100に接続要求を通知して、接続を確立する。接続管理部310は、プロトコル中継装置100のUPFコンテナ管理部30と通信し、プロトコル中継装置100へUPFポッド300の構成を通知する。
<Configuration of UPF pod>
Each of the UPF pods 301 and 302 includes a connection management section 310. The connection management unit 310 notifies the protocol relay device 100 of the connection request and establishes the connection. The connection management unit 310 communicates with the UPF container management unit 30 of the protocol relay device 100 and notifies the protocol relay device 100 of the configuration of the UPF pod 300.
<初期状態>
 図3に示すように、一例として、プロトコル中継システム500は、2つのUPFポッド301,302を備えている。2つのUPFポッド301,302は、UPFコンテナを構成する。
<Initial state>
As shown in FIG. 3, as an example, the protocol relay system 500 includes two UPF pods 301 and 302. The two UPF pods 301 and 302 constitute a UPF container.
 プロトコル中継装置100は、プロトコル中継装置100の基地局202に対向するインターフェース(gNB対向インターフェース)と、プロトコル中継装置100のセッション管理部204に対向するインターフェース(SMF対向インターフェース)と、プロトコル中継装置100のUPFポッド300に対向するインターフェース(UPF対向インターフェース)を備えている。 The protocol relay device 100 has an interface facing the base station 202 of the protocol relay device 100 (gNB facing interface), an interface facing the session management unit 204 of the protocol relay device 100 (SMF facing interface), and An interface facing the UPF pod 300 (UPF facing interface) is provided.
 UPFポッド301,302は、各UPFポッド300の基地局202に対向するインターフェース(gNB対向インターフェース)と、各UPFポッド300のセッション管理部204に対向するインターフェース(SMF対向インターフェース)とを備えている。 The UPF pods 301 and 302 include an interface facing the base station 202 of each UPF pod 300 (gNB facing interface), and an interface facing the session management unit 204 of each UPF pod 300 (SMF facing interface).
<UPFポッドの隠蔽処理>
 本実施形態に係るプロトコル中継システム500では、プロトコル中継装置100が、UPFポッド300を隠蔽する処理を実行する。
<UPF pod concealment process>
In the protocol relay system 500 according to this embodiment, the protocol relay device 100 executes a process of hiding the UPF pod 300.
 図4~図8は、プロトコル中継システムのプロトコル中継装置が、UPFポッドの隠蔽処理を実行する流れを示すフローチャートである。図4では、プロトコル中継装置100が、UPFポッドの隠蔽処理を実行する全体の流れを示すフローチャートを示しており、図5~図8では、各ステップにおける詳細な流れを示すフローチャートを示している。 FIGS. 4 to 8 are flowcharts showing how the protocol relay device of the protocol relay system executes the UPF pod concealment process. FIG. 4 shows a flowchart showing the overall flow of the protocol relay device 100 executing the UPF pod concealment process, and FIGS. 5 to 8 show flowcharts showing the detailed flow of each step.
 まず、図4において、プロトコル中継装置100は、UPFポッド300との接続を確立する(ステップS1)。具体的には、プロトコル中継装置100は、UPFコンテナ管理部30において、UPFポッド300からの接続要求を受信して、接続要求元のインターフェースに応じたIPアドレスを保管し、当該UPFポッド300に接続の確立を通知する。なお、ステップS1の詳細な処理については、図5を用いて後述する。 First, in FIG. 4, the protocol relay device 100 establishes a connection with the UPF pod 300 (step S1). Specifically, the protocol relay device 100 receives a connection request from a UPF pod 300 in the UPF container management unit 30, stores an IP address corresponding to the interface of the connection request source, and connects to the UPF pod 300. Notify the establishment of. Note that detailed processing in step S1 will be described later using FIG. 5.
 次に、プロトコル中継装置100は、セッション管理部204との通信を行う(ステップS2)。具体的には、プロトコル中継装置100は、Cプレーン処理部10において、RFCPの要求パケットを受信すると、当該要求パケット内で指定するPDUセッションを転送処理するUPFポッド300を決定して、当該UPFポッド300にその決定した結果を通知する。なお、ステップS2の詳細な処理については、図6を用いて後述する。 Next, the protocol relay device 100 communicates with the session management unit 204 (step S2). Specifically, upon receiving an RFCP request packet in the C-plane processing unit 10, the protocol relay device 100 determines the UPF pod 300 that transfers the PDU session specified in the request packet, and transfers the PDU session specified in the request packet. 300 of the determined result. Note that detailed processing in step S2 will be described later using FIG. 6.
 また、プロトコル中継装置100は、Uプレーン処理による転送を行う(ステップS3)。具体的には、プロトコル中継装置100は、Uプレーン処理部20において、基地局202から受信したUプレーントラフィックのセッションIDを識別し、決定した結果に基づいて、Uプレーントラフィックにネットワークアドレス変換を実行して、該当するUPFポッド300に転送する。なお、ステップS3の詳細な処理については、図7を用いて後述する。 Additionally, the protocol relay device 100 performs transfer using U-plane processing (step S3). Specifically, the protocol relay device 100 uses the U-plane processing unit 20 to identify the session ID of the U-plane traffic received from the base station 202, and performs network address translation on the U-plane traffic based on the determined result. and transfers it to the corresponding UPF pod 300. Note that detailed processing in step S3 will be described later using FIG. 7.
 そして、プロトコル中継装置100は、UPFポッド300の切り離しを実行する(ステップS4)。具体的には、プロトコル中継装置100は、UPFコンテナ管理部30において、UPFポッド300から切断要求を受信した場合、切断要求元のUPFポッド300に対応するIPアドレスを削除するとともに、当該切断要求元のUPFポッド300のIPアドレスにネットワークアドレス変換する設定を削除する。なお、ステップS4の詳細な処理については、図8を用いて後述する。 Then, the protocol relay device 100 disconnects the UPF pod 300 (step S4). Specifically, when the UPF container management unit 30 receives a disconnection request from the UPF pod 300, the protocol relay device 100 deletes the IP address corresponding to the UPF pod 300 that is the source of the disconnection request, and The settings for converting the network address to the IP address of the UPF pod 300 are deleted. Note that detailed processing in step S4 will be described later using FIG. 8.
 プロトコル中継装置100は、UPFコンテナ管理部30により、切断要求元のUPFポッド300のIPアドレスにネットワークアドレス変換する設定を削除すると、UPFポッド300の隠蔽処理を終了する。 When the UPF container management unit 30 deletes the setting for converting the network address to the IP address of the UPF pod 300 that is the source of the disconnection request, the protocol relay device 100 ends the hiding process for the UPF pod 300.
 このように、プロトコル中継システム500のプロトコル中継装置100は、基地局202及びセッション管理部204に対して、UPFポッド300を隠蔽することができるので、UPFポッド300の構成が変更されても対向装置に影響を与えることなく、コンテナ化されたUPFポッド300の柔軟な運用を図ることができる。 In this way, the protocol relay device 100 of the protocol relay system 500 can hide the UPF pod 300 from the base station 202 and the session management unit 204, so even if the configuration of the UPF pod 300 is changed, the protocol relay device 100 of the protocol relay system 500 can It is possible to flexibly operate the containerized UPF pod 300 without affecting the operation of the containerized UPF pod 300.
 特に、プロトコル中継装置100のUPFコンテナ管理部30は、スケールインなどにより停止したUPFポッド300を切断することができるので、UPFポッド300の構成に合わせて、柔軟な運用を図ることができる。 In particular, since the UPF container management unit 30 of the protocol relay device 100 can disconnect the UPF pod 300 that has stopped due to scale-in or the like, flexible operation can be achieved according to the configuration of the UPF pod 300.
 次に、図4に示した、ステップS1のUPFポッド300との接続確立を実行する処理について、図5のフローチャートを用いて、詳細に説明する。 Next, the process of establishing a connection with the UPF pod 300 in step S1 shown in FIG. 4 will be described in detail using the flowchart shown in FIG.
[UPFポッドとの接続確立]
 各UPFポッド300は、接続管理部310から、プロトコル中継装置100のUPFコンテナ管理部30に接続要求を通知する。これにより、プロトコル中継装置100は、UPFコンテナ管理部30において、各UPFポッド300からの接続要求を受信する(ステップS11)。この接続要求には、接続要求元であるUPFポッド300の、対向する基地局202のインターフェースのIPアドレスと、対向するセッション管理部204のインターフェースのIPアドレスと、が含まれる。
[Establishing connection with UPF pod]
Each UPF pod 300 notifies the UPF container management unit 30 of the protocol relay device 100 of a connection request from the connection management unit 310. Thereby, the protocol relay device 100 receives a connection request from each UPF pod 300 in the UPF container management unit 30 (step S11). This connection request includes the IP address of the interface of the opposing base station 202 of the UPF pod 300 that is the source of the connection request, and the IP address of the interface of the opposing session management unit 204.
 UPFコンテナ管理部30は、受信した、接続要求元であるUPFポッド300の、対向する基地局202のインターフェースのIPアドレスと、対向するセッション管理部204のインターフェースのIPアドレスを、接続UPF情報として保管する(ステップS12)。 The UPF container management unit 30 stores the received IP address of the interface of the opposing base station 202 of the UPF pod 300 that is the connection request source and the IP address of the interface of the opposing session management unit 204 as connection UPF information. (Step S12).
 プロトコル中継装置100は、接続UPF情報の保管後、UPFコンテナ管理部30から、接続要求元であるUPFポッド300の接続管理部310に、接続の確立を通知する(ステップS13)。 After storing the connection UPF information, the protocol relay device 100 notifies the connection management unit 310 of the UPF pod 300 that is the connection request source from the UPF container management unit 30 of the establishment of the connection (step S13).
 この場合、UPFポッド300の接続管理部310は、プロトコル中継装置100と、接続が確立した状態とし、対向装置をプロトコル中継装置100としてGTP-Uの転送の間の処理を受け付け可能な状態とする。なお、GTP-Uの転送処理自体は、例えば、公知技術のfree5gcと同等のものを想定する。 In this case, the connection management unit 310 of the UPF pod 300 establishes a connection with the protocol relay device 100, and sets the opposite device as the protocol relay device 100 to a state where it can accept processing during GTP-U transfer. . Note that the GTP-U transfer process itself is assumed to be equivalent to, for example, the known technology free5gc.
 プロトコル中継装置100は、ステップS13において、接続要求元のUPFポッド300の接続管理部310に接続の確立を通知すると、図4のステップS2に進む。 In step S13, the protocol relay device 100 notifies the connection management unit 310 of the UPF pod 300 that is the connection request source of the establishment of the connection, and then proceeds to step S2 in FIG. 4.
 次に、図4に示した、ステップS2のセッション管理部204との通信処理について、図6のフローチャートを用いて、詳細に説明する。 Next, the communication process with the session management unit 204 in step S2 shown in FIG. 4 will be described in detail using the flowchart in FIG. 6.
[セッション管理部との通信]
 プロトコル中継装置100は、Cプレーン処理部10において、セッション管理部204からRFCPの要求パケットを受信する(ステップS21)。プロトコル中継装置100は、受信した要求パケットをCプレーン処理部10のバッファで保管する。
[Communication with session management department]
In the protocol relay device 100, the C-plane processing unit 10 receives an RFCP request packet from the session management unit 204 (step S21). The protocol relay device 100 stores the received request packet in the buffer of the C-plane processing unit 10.
 次に、プロトコル中継装置100は、Cプレーン処理部10において、RFCPの要求パケット内で指定して、PDUセッションを転送処理するUPFポッド300を決定する(ステップS22)。この場合、例えば、2通りの決定論理を下記に例示し、プロトコル中継装置100は、PDUセッションが存在し続ける間、決定した結果(調整結果)をCプレーン処理部10において保管する。 Next, in the protocol relay device 100, the C-plane processing unit 10 determines the UPF pod 300 specified in the RFCP request packet to transfer the PDU session (step S22). In this case, for example, two types of decision logic are illustrated below, and the protocol relay device 100 stores the decided result (adjustment result) in the C-plane processing unit 10 while the PDU session continues to exist.
 1つ目の決定論理は、全てのUPFポッドに処理を割り付ける方法である。2つ目の決定論理は、特定のUPFポッドに処理を割り付ける方法である。 The first decision logic is a method of allocating processing to all UPF pods. The second decision logic is how to allocate processing to specific UPF pods.
 全てのUPFポッドに処理を割り付ける場合、プロトコル中継装置100のCプレーン処理部10は、全てのUPFポッド300を、当該PDUセッションIDのUプレーントラフィックの転送装置として決定する。これにより、プロトコル中継装置100は、当該PDUセッションIDのUプレーントラフィックを、ラウンドロビンなどで負荷分散することができる。 When allocating processing to all UPF pods, the C-plane processing unit 10 of the protocol relay device 100 determines all the UPF pods 300 as transfer devices for the U-plane traffic of the PDU session ID. Thereby, the protocol relay device 100 can load balance the U-plane traffic of the PDU session ID using round robin or the like.
 具体的には、Cプレーン処理部10は、例えば、所定のPDUセッションIDごとに、全てのUPFポッド301,302,・・・を、転送先に割り当てる。 Specifically, the C-plane processing unit 10 allocates all the UPF pods 301, 302, . . . as transfer destinations for each predetermined PDU session ID, for example.
 一方、特定のUPFポッドに処理を割り付ける場合、一例として、PDUセッションを特定するPDUセッションIDをキーにして、接続状態のUPFポッド300の選択肢の範囲内で特定のUPFポッド300を選定するハッシュなどのロジックを用意して、当該PDUセッションIDに対応した転送先のUPFポッド300を決定する。これにより、プロトコル中継装置100は、Uプレーントラフィックを受信した際、PDUセッションID単位で特定のUPFポッド300に転送することができる。 On the other hand, when assigning processing to a specific UPF pod, for example, a hash that selects a specific UPF pod 300 within the range of options of UPF pods 300 in a connected state using a PDU session ID that identifies a PDU session as a key, etc. The following logic is prepared to determine the transfer destination UPF pod 300 corresponding to the PDU session ID. Thereby, when the protocol relay device 100 receives U-plane traffic, it can transfer it to a specific UPF pod 300 in units of PDU session IDs.
 具体的には、Cプレーン処理部10は、ある特定のPDUセッションIDに、転送先のUPFコンテナとしてUPFポッド301を割り当て、また他の特定のPDUセッションIDに、転送先のUPFコンテナとしてUPFポッド302を割り当てる。 Specifically, the C plane processing unit 10 allocates the UPF pod 301 as a transfer destination UPF container to a certain PDU session ID, and assigns a UPF pod 301 as a transfer destination UPF container to another specific PDU session ID. Assign 302.
 次に、プロトコル中継装置100は、Cプレーン処理部10において、パケットの送信元を、プロトコル中継装置100のUPF対向インターフェースのIPアドレスに付け替え、また、送信先を、決定した転送先のUPFポッド300のSMF対向インターフェースのIPアドレスに付け替えて、パケットを転送する(ステップS23)。なお、ステップS22において、全てのUPFポッド300に処理を割り付ける場合は、複数のUPFポッド300に通知することになるため、その際は、Cプレーン処理部10は、転送先のUPFポッド300ごとに複数のパケットを生成し、当該UPFポッド300へ転送する。 Next, the protocol relay device 100 changes the transmission source of the packet to the IP address of the UPF facing interface of the protocol relay device 100 in the C-plane processing unit 10, and changes the transmission destination to the UPF pod 300 of the determined transfer destination. The packet is transferred with the IP address of the SMF facing interface (step S23). In addition, in step S22, when allocating the process to all the UPF pods 300, multiple UPF pods 300 will be notified, so in that case, the C-plane processing unit 10 will A plurality of packets are generated and transferred to the UPF pod 300.
 次に、Cプレーン処理部10は、UPFポッド300からの応答パケットを受信する(ステップS24)。 Next, the C-plane processing unit 10 receives a response packet from the UPF pod 300 (step S24).
 そして、プロトコル中継装置100は、Cプレーン処理部10において、受信した応答パケットの送信元を、プロトコル中継装置100のSMF対向インターフェースのIPアドレスに付け替え、送信先を、セッション管理部204に付け替えて、パケットを転送する(ステップS25)。この場合、プロトコル中継装置100は、Cプレーン処理部10において、ステップS21でバッファに保管したPFCPの要求パケットを削除する。 Then, in the C-plane processing unit 10 of the protocol relay device 100, the source of the received response packet is changed to the IP address of the SMF facing interface of the protocol relay device 100, and the destination is changed to the session management unit 204, The packet is transferred (step S25). In this case, the protocol relay device 100 uses the C-plane processing unit 10 to delete the PFCP request packet stored in the buffer in step S21.
 プロトコル中継装置100は、ステップS25において、バッファに保管したPFCPの要求パケットを削除すると、図4のステップS3に進む。 In step S25, the protocol relay device 100 deletes the PFCP request packet stored in the buffer, and then proceeds to step S3 in FIG. 4.
 次に、図4に示した、ステップS3のUプレーン処理による転送処理について、図7のフローチャートを用いて、詳細に説明する。 Next, the transfer process by the U plane process in step S3 shown in FIG. 4 will be described in detail using the flowchart in FIG.
[Uプレーン処理による転送]
 プロトコル中継装置100は、Uプレーン処理部20において、プロトコル中継装置100のgNB対向インターフェースと、プロトコル中継装置100のUPF対向インターフェースで、Uプレーンのトラフィックを受信した際、PDUセッションIDを識別する(ステップS31)。
[Transfer using U-plane processing]
In the U-plane processing unit 20, the protocol relay device 100 identifies the PDU session ID when receiving U-plane traffic at the gNB facing interface of the protocol relay device 100 and the UPF facing interface of the protocol relay device 100 (step S31).
 プロトコル中継装置100は、Uプレーン処理部20により、基地局202からプロトコル中継装置100の方向と、UPFポッド300からプロトコル中継装置100の両方向からのUプレーントラフィックの転送を設定する(ステップS32)。 The protocol relay device 100 uses the U-plane processing unit 20 to configure the transfer of U-plane traffic from both directions, from the base station 202 to the protocol relay device 100 and from the UPF pod 300 to the protocol relay device 100 (step S32).
 この場合、プロトコル中継装置100は、Uプレーン処理部20において、Cプレーン処理部10で決定した、当該PDUセッションIDのUプレーントラフィックの転送先のUPFポッド300の情報(すなわち調整結果のことであり、これを転送先UPFポッド情報ともいう。)を参照して、プロトコル中継装置100のgNB対向インターフェースのIPアドレスと、当該PDUセッションIDのUプレーントラフィックの転送先であるUPFポッド300のgNB対向インターフェースのIPアドレスとにより、ネットワークアドレス変換を設定する。 In this case, the protocol relay device 100 uses the U-plane processing unit 20 to obtain the information (i.e., the adjustment result) of the UPF pod 300 to which the U-plane traffic of the PDU session ID is transferred, determined by the C-plane processing unit 10. , this is also referred to as forwarding destination UPF pod information.), the IP address of the gNB facing interface of the protocol relay device 100 and the gNB facing interface of the UPF pod 300, which is the forwarding destination of the U plane traffic of the PDU session ID. Set up network address translation according to the IP address of .
 なお、図6のステップS22において、全てのUPFポッドに処理を割り付けた場合、転送先は全てのUPFポッド300になるため、ラウンドロビン等の負荷分散ロジックによりネットワークアドレス変換する転送先のUPFポッド300のgNB対向インターフェースのIPアドレスに変動させる。 Note that if the process is assigned to all UPF pods in step S22 of FIG. 6, the transfer destination will be all UPF pods 300, so the transfer destination UPF pod 300 whose network address is converted by load distribution logic such as round robin. The IP address of the gNB facing interface is changed.
 また、プロトコル中継装置100は、Uプレーン処理部20において、UPFポッド300からの戻りのUプレーントラフィックを受信した場合、転送元のUPFポッド300のgNB対向インターフェースのIPアドレスと、プロトコル中継装置100のgNB対向インターフェースのIPアドレスとにより、ネットワークアドレス変換を設定する。 Further, when the U-plane processing unit 20 of the protocol relay device 100 receives return U-plane traffic from the UPF pod 300, the protocol relay device 100 includes the IP address of the gNB facing interface of the UPF pod 300 that is the transfer source, and the IP address of the gNB facing interface of the UPF pod 300 that is the transfer source. Set up network address translation using the IP address of the gNB facing interface.
 プロトコル中継装置100は、ステップS32において、Uプレーントラフィックの両方向の転送を設定すると、図4のステップS4に進む。 After the protocol relay device 100 sets bidirectional transfer of U-plane traffic in step S32, it proceeds to step S4 in FIG. 4.
 次に、図4に示した、ステップS4のUPFポッド300の切り離し処理について、図8のフローチャートを用いて、詳細に説明する。 Next, the process of separating the UPF pod 300 in step S4 shown in FIG. 4 will be described in detail using the flowchart in FIG. 8.
[UPFポッドの切り離し]
 UPFポッド300のスケールインなどを契機に、UPFポッド300を停止することがある。停止する各UPFポッド300は、接続管理部310から、プロトコル中継装置100のUPFコンテナ管理部30に切断要求を通知する。これにより、プロトコル中継装置100は、UPFコンテナ管理部30において、UPFポッド300から切断要求の通知を受信する(ステップS41)。
[Disconnecting the UPF pod]
The UPF pod 300 may be stopped when the UPF pod 300 scales in or the like. Each UPF pod 300 to be stopped notifies a disconnection request from the connection management unit 310 to the UPF container management unit 30 of the protocol relay device 100. As a result, the protocol relay device 100 receives a disconnection request notification from the UPF pod 300 in the UPF container management unit 30 (step S41).
 プロトコル中継装置100のUPFコンテナ管理部30は、切断要求元のUPFポッド300に対応する接続UPF情報を削除する(ステップS42)。 The UPF container management unit 30 of the protocol relay device 100 deletes the connected UPF information corresponding to the UPF pod 300 that is the source of the disconnection request (step S42).
 また、UPFコンテナ管理部30は、Uプレーン処理部20において、切断要求元のUPFポッド300に対応するネットワークアドレス変換の設定を削除する(ステップS43)。これにより、プロトコル中継装置100は、プロトコル中継システム500において、ステップS42で削除したUPFポッド300への転送を止めることができる。 Additionally, the UPF container management unit 30 deletes the network address translation settings corresponding to the UPF pod 300 that is the source of the disconnection request in the U-plane processing unit 20 (step S43). Thereby, the protocol relay device 100 can stop the transfer to the UPF pod 300 deleted in step S42 in the protocol relay system 500.
 プロトコル中継装置100のUPFコンテナ管理部30は、切断要求元のUPFポッド300の接続管理部310に、切断完了を通知する(ステップS44)。これにより、UPFポッド300の接続管理部310は、UPFコンテナ管理部30から切断完了の通知を受信すると、プロトコル中継装置100との接続が切断された状態(切断確立の状態)である判断し、対向装置(プロトコル中継装置100)に対し、GTP-Uの転送処理を受付不可能な状態にする。 The UPF container management unit 30 of the protocol relay device 100 notifies the connection management unit 310 of the UPF pod 300 that issued the disconnection request of the completion of disconnection (step S44). As a result, when the connection management unit 310 of the UPF pod 300 receives the disconnection completion notification from the UPF container management unit 30, it determines that the connection with the protocol relay device 100 is disconnected (disconnection established status), The opposite device (protocol relay device 100) is made unable to accept GTP-U transfer processing.
 プロトコル中継装置100は、UPFポッド300の接続管理部310に、切断完了を通知すると(ステップS44)、UPFポッド300の隠蔽処理を終了する。 When the protocol relay device 100 notifies the connection management unit 310 of the UPF pod 300 of the completion of disconnection (step S44), the concealment process of the UPF pod 300 ends.
<プロトコル中継装置のハードウェア構成>
 本実施形態に係るプロトコル中継装置100は、例えば、図9に示すような構成のコンピュータ900によって実現される。
<Hardware configuration of protocol relay device>
The protocol relay device 100 according to this embodiment is realized, for example, by a computer 900 having a configuration as shown in FIG.
 図9は、プロトコル中継装置の機能を実現するコンピュータの一例を示すハードウェア構成図である。コンピュータ900は、CPU(Central Processing Unit)901、ROM(Read Only Memory)902、RAM903、HDD(Hard Disk Drive)904、入出力I/F(Interface)905、通信I/F906およびメディアI/F907を有する。 FIG. 9 is a hardware configuration diagram showing an example of a computer that implements the functions of the protocol relay device. The computer 900 includes a CPU (Central Processing Unit) 901, ROM (Read Only Memory) 902, RAM 903, HDD (Hard Disk Drive) 904, input/output I/F (Interface) 905, communication I/F 906, and media I/F 907. have
 CPU901は、ROM902またはHDD904に記憶されたプログラム(プロトコル中継プログラム)に基づき作動することで、Cプレーン処理部10、Uプレーン処理部20、及びUPFコンテナ管理部30を具現化する。ROM902は、コンピュータ900の起動時にCPU901により実行されるブートプログラムや、コンピュータ900のハードウェアに係るプログラム等を記憶する。 The CPU 901 embodies the C-plane processing unit 10, the U-plane processing unit 20, and the UPF container management unit 30 by operating based on a program (protocol relay program) stored in the ROM 902 or HDD 904. The ROM 902 stores a boot program executed by the CPU 901 when the computer 900 is started, programs related to the hardware of the computer 900, and the like.
 CPU901は、入出力I/F905を介して、マウスやキーボード等の入力装置910、および、ディスプレイやプリンタ等の出力装置911を制御する。CPU901は、入出力I/F905を介して、入力装置910からデータを取得するともに、生成したデータを出力装置911へ出力する。なお、プロセッサとしてCPU901とともに、GPU(Graphics Processing Unit)等を用いても良い。 The CPU 901 controls an input device 910 such as a mouse or a keyboard, and an output device 911 such as a display or printer via an input/output I/F 905. The CPU 901 acquires data from the input device 910 via the input/output I/F 905 and outputs the generated data to the output device 911. Note that a GPU (Graphics Processing Unit) or the like may be used in addition to the CPU 901 as the processor.
 HDD904は、CPU901により実行されるプログラムおよび当該プログラムによって使用されるデータ等を記憶する。通信I/F906は、通信網(例えば、NW(Network)920)を介して他の装置からデータを受信してCPU901へ出力し、また、CPU901が生成したデータを、通信網を介して他の装置へ送信する。 The HDD 904 stores programs executed by the CPU 901 and data used by the programs. The communication I/F 906 receives data from other devices via a communication network (for example, NW (Network) 920) and outputs it to the CPU 901, and also sends data generated by the CPU 901 to other devices via the communication network. Send to device.
 メディアI/F907は、記録媒体912に格納されたプログラム(例えば、プロトコル中継プログラム)またはデータを読み取り、RAM903を介してCPU901へ出力する。CPU901は、目的の処理に係るプログラムを、メディアI/F907を介して記録媒体912からRAM903上にロードし、ロードしたプログラムを実行する。記録媒体912は、DVD(Digital Versatile Disc)、PD(Phase change rewritable Disk)等の光学記録媒体、MO(Magneto Optical disk)等の光磁気記録媒体、磁気記録媒体、半導体メモリ等である。 The media I/F 907 reads a program (for example, a protocol relay program) or data stored in the recording medium 912 and outputs it to the CPU 901 via the RAM 903. The CPU 901 loads a program related to target processing from the recording medium 912 onto the RAM 903 via the media I/F 907, and executes the loaded program. The recording medium 912 is an optical recording medium such as a DVD (Digital Versatile Disc) or a PD (Phase change rewritable disk), a magneto-optical recording medium such as an MO (Magneto Optical disk), a magnetic recording medium, a semiconductor memory, or the like.
 例えば、コンピュータ900が本発明のプロトコル中継装置100として機能する場合、コンピュータ900のCPU901は、RAM903上にロードされたプログラムを実行することにより、プロトコル中継装置100の各機能を実現する。また、HDD904には、RAM903内のデータが記憶される。CPU901は、目的の処理に係るプログラムを記録媒体912から読み取って実行する。この他、CPU901は、他の装置から通信網(NW920)を介して目的の処理に係るプログラムを読み込んでもよい。 For example, when the computer 900 functions as the protocol relay device 100 of the present invention, the CPU 901 of the computer 900 realizes each function of the protocol relay device 100 by executing a program loaded onto the RAM 903. Furthermore, data in the RAM 903 is stored in the HDD 904 . The CPU 901 reads a program related to target processing from the recording medium 912 and executes it. In addition, the CPU 901 may read a program related to target processing from another device via a communication network (NW 920).
<効果>
 以下、本発明に係るプロトコル中継システム500において、UPFポッド300を隠蔽処理等の効果について、説明する。
<Effect>
Hereinafter, effects such as concealment processing of the UPF pod 300 in the protocol relay system 500 according to the present invention will be explained.
 本発明に係るプロトコル中継装置100は、1又は2以上のUPFポッド300に接続されるプロトコル中継装置であって、UPFポッド300からの接続要求を受信して、接続要求元のインターフェースに応じたIPアドレスを保管し、当該UPFポッド300に接続の確立を通知するUPFコンテナ管理部30と、RFCPの要求パケットを受信すると、当該要求パケット内で指定するPDUセッションを転送処理するUPFポッド300を決定して、当該UPFポッド300にその決定した結果を通知するCプレーン処理部10と、基地局202から受信したユーザプレーントラフィックのセッションIDを識別し、決定した結果に基づいて、ユーザプレーントラフィックにネットワークアドレス変換を実行して、該当するUPFポッド300に転送するUプレーン処理部20と、を備えることを特徴とする。 The protocol relay device 100 according to the present invention is a protocol relay device connected to one or more UPF pods 300, and receives a connection request from the UPF pods 300 and uses the IP address according to the interface of the connection request source. The UPF container management unit 30 stores the address and notifies the UPF pod 300 of connection establishment, and upon receiving an RFCP request packet, determines the UPF pod 300 that will transfer the PDU session specified in the request packet. The C-plane processing unit 10 notifies the UPF pod 300 of the determined result, identifies the session ID of the user plane traffic received from the base station 202, and assigns a network address to the user plane traffic based on the determined result. It is characterized by comprising a U-plane processing unit 20 that executes the conversion and transfers it to the corresponding UPF pod 300.
 本発明に係るプロトコル中継装置100によれば、UPFコンテナ管理部30は、UPFポッド300からの接続要求を受信し、UPFポッド300と接続を確立する。Cプレーン処理部10は、RFCPの要求パケットを受信し、PDUセッションを転送処理するUPFポッド300を決定する。また、Cプレーン処理部10は、UPFポッド300に転送処理のその決定した結果を通知する。Uプレーン処理部20は、基地局202からユーザプレーントラフィックを受信すると、そのセッションIDを識別し、転送処理の決定した結果に基づいて、ユーザプレーントラフィックにネットワークアドレス変換を実行して、該当するUPFポッド300にユーザプレーントラフィックを転送する。 According to the protocol relay device 100 according to the present invention, the UPF container management unit 30 receives a connection request from the UPF pod 300 and establishes a connection with the UPF pod 300. The C-plane processing unit 10 receives the RFCP request packet and determines the UPF pod 300 to which the PDU session is to be transferred. Further, the C-plane processing unit 10 notifies the UPF pod 300 of the determined result of the transfer process. When the U-plane processing unit 20 receives user-plane traffic from the base station 202, it identifies its session ID, performs network address translation on the user-plane traffic based on the determined result of the forwarding process, and converts the user-plane traffic to the corresponding UPF. Forward user plane traffic to pod 300.
 これにより、プロトコル中継装置100は、コンテナを構成するUPFポッド300の構成を、基地局202及びセッション管理部204に対して、隠蔽することができる。よって、プロトコル中継装置100は、コンテナ化されたUPFポッド300の柔軟な運用を図ることができる。 Thereby, the protocol relay device 100 can hide the configuration of the UPF pod 300 that constitutes the container from the base station 202 and the session management unit 204. Therefore, the protocol relay device 100 can operate the containerized UPF pod 300 flexibly.
 また、本発明に係るプロトコル中継装置100は、UPFコンテナ管理部30において、UPFポッド300から切断要求を受信した場合、切断要求元のUPFポッド300に対応するIPアドレスを削除するとともに、当該切断要求元のUPFポッド300のIPアドレスにネットワークアドレス変換する設定を削除する、ことを特徴とする。 Furthermore, when the UPF container management unit 30 receives a disconnection request from the UPF pod 300, the protocol relay device 100 according to the present invention deletes the IP address corresponding to the UPF pod 300 that is the source of the disconnection request, and The feature is that the setting for converting the network address to the original IP address of the UPF pod 300 is deleted.
 本発明に係るプロトコル中継装置100によれば、UPFコンテナ管理部30は、UPFポッド300から切断要求を受信すると、切断要求元のUPFポッド300に対応するIPアドレスを削除するとともに、当該UPFポッド300のIPアドレスにネットワークアドレス変換する設定を削除する。 According to the protocol relay device 100 according to the present invention, upon receiving a disconnection request from a UPF pod 300, the UPF container management unit 30 deletes the IP address corresponding to the UPF pod 300 that has issued the disconnection request, and Delete the settings to convert the network address to the IP address of .
 これにより、プロトコル中継装置100は、UPFポッド300の構成に合わせて、Cプレーン処理部10が転送処理を実行するUPFポッド300を決定することができるので、UPFポッド300の柔軟な運用を図ることができる。 Thereby, the protocol relay device 100 can determine the UPF pod 300 on which the C-plane processing unit 10 executes the transfer process according to the configuration of the UPF pod 300, so that flexible operation of the UPF pod 300 can be achieved. Can be done.
 本発明に係るプロトコル中継システム500は、1又は2以上のUPFポッド300と、UPFポッド300に接続されるプロトコル中継装置100と、を備えるプロトコル中継システムであって、UPFポッド300は、プロトコル中継装置100に接続要求を通知して、接続を確立する接続管理部310を、備え、プロトコル中継装置100は、UPFポッド300からの接続要求を受信して、接続要求元のインターフェースに応じたIPアドレスを保管し、当該UPFポッド300に接続の確立を通知するUPFコンテナ管理部30と、RFCPの要求パケットを受信すると、当該要求パケット内で指定するPDUセッションを転送処理するUPFポッド300を決定して、当該UPFポッド300にその決定した結果を通知するCプレーン処理部10と、基地局202から受信したユーザプレーントラフィックのセッションIDを識別し、決定した結果に基づいて、ユーザプレーントラフィックにネットワークアドレス変換を実行して、該当するUPFポッド300に転送するUプレーン処理部20と、を備えることを特徴とする。 A protocol relay system 500 according to the present invention is a protocol relay system comprising one or more UPF pods 300 and a protocol relay device 100 connected to the UPF pod 300, and the UPF pod 300 is a protocol relay device. The protocol relay device 100 includes a connection management unit 310 that notifies the UPF pod 300 of a connection request and establishes the connection, and the protocol relay device 100 receives the connection request from the UPF pod 300 and assigns an IP address according to the interface of the connection request source. When the UPF container management unit 30 receives the RFCP request packet, it determines the UPF pod 300 that will transfer the PDU session specified in the request packet. The C-plane processing unit 10 notifies the UPF pod 300 of the determined result, identifies the session ID of the user plane traffic received from the base station 202, and performs network address translation on the user plane traffic based on the determined result. It is characterized by comprising a U-plane processing unit 20 that executes the processing and transfers it to the corresponding UPF pod 300.
 本発明に係るプロトコル中継システム500によれば、プロトコル中継装置100のUPFコンテナ管理部30は、UPFポッド300からの接続要求を受信し、UPFポッド300と接続を確立する。Cプレーン処理部10は、RFCPの要求パケットを受信し、PDUセッションを転送処理するUPFポッド300を決定する。また、Cプレーン処理部10は、UPFポッド300にその決定した結果を通知する。Uプレーン処理部20は、基地局202からユーザプレーントラフィックを受信すると、そのセッションIDを識別し、決定した結果に基づいて、ユーザプレーントラフィックにネットワークアドレス変換を実行して、該当するUPFポッド300にユーザプレーントラフィックを転送する。 According to the protocol relay system 500 according to the present invention, the UPF container management unit 30 of the protocol relay device 100 receives a connection request from the UPF pod 300 and establishes a connection with the UPF pod 300. The C-plane processing unit 10 receives the RFCP request packet and determines the UPF pod 300 to which the PDU session is to be transferred. Further, the C-plane processing unit 10 notifies the UPF pod 300 of the determined result. When the U-plane processing unit 20 receives user-plane traffic from the base station 202, it identifies the session ID, performs network address translation on the user-plane traffic based on the determined result, and sends the user-plane traffic to the corresponding UPF pod 300. Forward user plane traffic.
 これにより、プロトコル中継システム500は、コンテナを構成するUPFポッド300の構成を、基地局202及びセッション管理部204に対して、隠蔽することができる。よって、プロトコル中継システム500は、コンテナ化されたUPFポッド300の柔軟な運用を図ることができる。 Thereby, the protocol relay system 500 can hide the configuration of the UPF pod 300 that constitutes the container from the base station 202 and the session management unit 204. Therefore, the protocol relay system 500 can operate the containerized UPF pod 300 flexibly.
 また、本発明に係るプロトコル中継システム500は、プロトコル中継装置100のUPFコンテナ管理部30において、UPFポッド300から切断要求を受信した場合、切断要求元のUPFポッド300に対応するIPアドレスを削除するとともに、当該切断要求元のUPFポッド300のIPアドレスにネットワークアドレス変換する設定を削除する、ことを特徴とする。 Furthermore, when the UPF container management unit 30 of the protocol relay device 100 receives a disconnection request from the UPF pod 300, the protocol relay system 500 according to the present invention deletes the IP address corresponding to the UPF pod 300 that is the source of the disconnection request. At the same time, the setting for converting the network address to the IP address of the UPF pod 300 that is the source of the disconnection request is deleted.
 本発明に係るプロトコル中継システム500によれば、UPFコンテナ管理部30は、UPFポッド300から切断要求を受信すると、切断要求元のUPFポッド300に対応するIPアドレスを削除するとともに、当該UPFポッド300のIPアドレスにネットワークアドレス変換する設定を削除する。 According to the protocol relay system 500 according to the present invention, when the UPF container management unit 30 receives a disconnection request from the UPF pod 300, it deletes the IP address corresponding to the UPF pod 300 that is the source of the disconnection request, and Delete the settings to convert the network address to the IP address of .
 これにより、プロトコル中継システム500は、UPFポッド300の構成に合わせて、Cプレーン処理部10が転送処理を実行するUPFポッド300を決定することができるので、UPFポッド300の柔軟な運用を図ることができる。 As a result, the protocol relay system 500 can determine the UPF pod 300 on which the C-plane processing unit 10 executes the transfer process according to the configuration of the UPF pod 300, so that flexible operation of the UPF pod 300 can be achieved. Can be done.
 なお、本発明は、以上説明した実施形態に限定されるものではなく、多くの変形が本発明の技術的思想内で、当分野において通常の知識を有する者により可能である。 Note that the present invention is not limited to the embodiments described above, and many modifications can be made within the technical idea of the present invention by those having ordinary knowledge in this field.
 10 Cプレーン処理部(制御プレーン処理部)
 20 Uプレーン処理部(ユーザプレーン処理部)
 30 UPFコンテナ管理部
 100 プロトコル中継装置
 100P 中継装置
 201 端末
 202 基地局
 203 アクセス/移動管理部
 204 セッション管理部
 205 ネットワーク機能公開管理部
 206 ネットワーク機能登録管理部
 207 ポリシー制御部
 208 統合データ管理部
 209 認証サーバ管理部
 300~303,301P~306P UPFポッド
 310 接続管理部
 400 データネットワーク
 500 プロトコル中継システム
 500P システムアーキテクチャ
10 C plane processing section (control plane processing section)
20 U plane processing unit (user plane processing unit)
30 UPF container management unit 100 protocol relay device 100P relay device 201 terminal 202 base station 203 access/movement management unit 204 session management unit 205 network function disclosure management unit 206 network function registration management unit 207 policy control unit 208 integrated data management unit 209 authentication Server management section 300-303, 301P-306P UPF pod 310 Connection management section 400 Data network 500 Protocol relay system 500P System architecture

Claims (8)

  1.  1又は2以上のUPF(User Plane Function)に接続されるプロトコル中継装置であって、
     前記UPFからの接続要求を受信して、接続要求元のインターフェースに応じたIP(Internet Protocol)アドレスを保管し、当該UPFに接続の確立を通知するUPFコンテナ管理部と、
     パケット転送制御プロトコルの要求パケットを受信すると、当該要求パケット内で指定するPDU(Protocol Data Unit)セッションを転送処理するUPFを決定して、当該UPFにその決定した結果を通知する制御プレーン処理部と、
     基地局から受信したユーザプレーントラフィックのセッションID(identification)を識別し、前記結果に基づいて、前記ユーザプレーントラフィックにネットワークアドレス変換を実行して、該当するUPFに転送するユーザプレーン処理部と、
     を備えることを特徴とするプロトコル中継装置。
    A protocol relay device connected to one or more UPFs (User Plane Functions),
    a UPF container management unit that receives a connection request from the UPF, stores an IP (Internet Protocol) address corresponding to the interface of the connection request source, and notifies the UPF of establishment of the connection;
    Upon receiving a packet transfer control protocol request packet, a control plane processing unit determines a UPF that will transfer the PDU (Protocol Data Unit) session specified in the request packet, and notifies the UPF of the determined result. ,
    a user plane processing unit that identifies a session ID (identification) of user plane traffic received from a base station, performs network address translation on the user plane traffic based on the result, and forwards it to a corresponding UPF;
    A protocol relay device comprising:
  2.  前記UPFコンテナ管理部は、
     前記UPFから切断要求を受信した場合、切断要求元の前記UPFに対応するIPアドレスを削除するとともに、当該切断要求元の前記UPFのIPアドレスにネットワークアドレス変換する設定を削除する、
     ことを特徴とする請求項1に記載のプロトコル中継装置。
    The UPF container management department is
    When a disconnection request is received from the UPF, deleting the IP address corresponding to the UPF that is the source of the disconnection request, and deleting a setting for converting the network address to the IP address of the UPF that is the source of the disconnection request;
    The protocol relay device according to claim 1, characterized in that:
  3.  1又は2以上のUPFと、前記UPFに接続されるプロトコル中継装置と、を備えるプロトコル中継システムであって、
     前記UPFは、
     前記プロトコル中継装置に接続要求を通知して、接続を確立する接続管理部を、備え、
     前記プロトコル中継装置は、
     前記UPFからの前記接続要求を受信して、接続要求元のインターフェースに応じたIPアドレスを保管し、当該UPFに接続の確立を通知するUPFコンテナ管理部と、
     パケット転送制御プロトコルの要求パケットを受信すると、当該要求パケット内で指定するPDUセッションを転送処理するUPFを決定して、当該UPFにその決定した結果を通知する制御プレーン処理部と、
     基地局から受信したユーザプレーントラフィックのセッションIDを識別し、前記結果に基づいて、前記ユーザプレーントラフィックにネットワークアドレス変換を実行して、該当するUPFに転送するユーザプレーン処理部と、
     を備えることを特徴とするプロトコル中継システム。
    A protocol relay system comprising one or more UPFs and a protocol relay device connected to the UPFs,
    The UPF is
    comprising a connection management unit that notifies the protocol relay device of a connection request and establishes a connection;
    The protocol relay device is
    a UPF container management unit that receives the connection request from the UPF, stores an IP address according to the interface of the connection request source, and notifies the UPF of establishment of the connection;
    a control plane processing unit that, upon receiving a packet transfer control protocol request packet, determines a UPF that will perform transfer processing for the PDU session specified in the request packet, and notifies the UPF of the determined result;
    a user plane processing unit that identifies a session ID of user plane traffic received from a base station, performs network address translation on the user plane traffic based on the result, and forwards it to a corresponding UPF;
    A protocol relay system comprising:
  4.  前記UPFコンテナ管理部は、
     前記UPFから切断要求を受信した場合、切断要求元の前記UPFに対応するIPアドレスを削除するとともに、当該切断要求元の前記UPFのIPアドレスにネットワークアドレス変換する設定を削除する、
     ことを特徴とする請求項3に記載のプロトコル中継システム。
    The UPF container management department is
    When a disconnection request is received from the UPF, deleting an IP address corresponding to the UPF that is the source of the disconnection request, and deleting a setting for converting the network address to the IP address of the UPF that is the source of the disconnection request;
    The protocol relay system according to claim 3, characterized in that:
  5.  1又は2以上のUPFに接続されるプロトコル中継装置のプロトコル中継方法であって、
     前記プロトコル中継装置は、
     前記UPFからの接続要求を受信して、接続要求元のインターフェースに応じたIPアドレスを保管するステップと、
     前記UPFに接続の確立を通知するステップと、
     パケット転送制御プロトコルの要求パケットを受信すると、当該要求パケット内で指定するPDUセッションを転送処理するUPFを決定して、当該UPFにその決定した結果を通知するステップと、
     基地局から受信したユーザプレーントラフィックのセッションIDを識別し、前記結果に基づいて、前記ユーザプレーントラフィックにネットワークアドレス変換を実行して、該当するUPFに転送するステップと、
     を実行することを特徴とするプロトコル中継方法。
    A protocol relay method for a protocol relay device connected to one or more UPFs, the method comprising:
    The protocol relay device is
    receiving a connection request from the UPF and storing an IP address according to the interface of the connection request source;
    notifying the UPF of the establishment of a connection;
    Upon receiving a packet transfer control protocol request packet, determining a UPF that will transfer the PDU session specified in the request packet, and notifying the UPF of the determined result;
    identifying a session ID of user plane traffic received from a base station, and based on the result, performing network address translation on the user plane traffic and forwarding it to a corresponding UPF;
    A protocol relay method characterized by performing the following.
  6.  前記プロトコル中継装置は、
     前記UPFから切断要求を受信した場合、切断要求元の前記UPFに対応するIPアドレスを削除するとともに、当該切断要求元の前記UPFのIPアドレスにネットワークアドレス変換する設定を削除するステップを、
     更に実行することを特徴とする請求項5に記載のプロトコル中継方法。
    The protocol relay device includes:
    When a disconnection request is received from the UPF, the step of deleting an IP address corresponding to the UPF that is the source of the disconnection request, and deleting a setting for converting the network address to the IP address of the UPF that is the source of the disconnection request;
    The protocol relay method according to claim 5, further comprising: performing a protocol relay method.
  7.  コンピュータに、
     1又は2以上のUPFからの接続要求を受信して、接続要求元のインターフェースに応じたIPアドレスを保管し、当該UPFに接続の確立を通知する手順、
     パケット転送制御プロトコルの要求パケットを受信すると、当該要求パケット内で指定するPDUセッションを転送処理するUPFを決定して、当該UPFにその決定した結果を通知する手順、
     基地局から受信したユーザプレーントラフィックのセッションIDを識別し、前記結果に基づいて、前記ユーザプレーントラフィックにネットワークアドレス変換を実行して、該当するUPFに転送する手順、
     を実行させるためのプロトコル中継プログラム。
    to the computer,
    a step of receiving a connection request from one or more UPFs, storing an IP address corresponding to the interface of the connection request source, and notifying the UPF of the establishment of the connection;
    Upon receiving a packet transfer control protocol request packet, determining a UPF that will transfer the PDU session specified in the request packet, and notifying the UPF of the determined result;
    identifying a session ID of user plane traffic received from a base station, performing network address translation on the user plane traffic based on the result, and forwarding it to a corresponding UPF;
    A protocol relay program for executing .
  8.  前記UPFから切断要求を受信した場合、切断要求元の前記UPFに対応するIPアドレスを削除するとともに、当該切断要求元の前記UPFのIPアドレスにネットワークアドレス変換する設定を削除する手順、
     を更に実行させるための請求項7に記載のプロトコル中継プログラム。
    When a disconnection request is received from the UPF, a step of deleting an IP address corresponding to the UPF that is the source of the disconnection request, and a setting for converting the network address to the IP address of the UPF that is the source of the disconnection request;
    8. The protocol relay program according to claim 7, for further executing.
PCT/JP2022/028895 2022-07-27 2022-07-27 Protocol relay device, protocol relay system, protocol relay method, and protocol relay program WO2024023962A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/028895 WO2024023962A1 (en) 2022-07-27 2022-07-27 Protocol relay device, protocol relay system, protocol relay method, and protocol relay program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/028895 WO2024023962A1 (en) 2022-07-27 2022-07-27 Protocol relay device, protocol relay system, protocol relay method, and protocol relay program

Publications (1)

Publication Number Publication Date
WO2024023962A1 true WO2024023962A1 (en) 2024-02-01

Family

ID=89705657

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/028895 WO2024023962A1 (en) 2022-07-27 2022-07-27 Protocol relay device, protocol relay system, protocol relay method, and protocol relay program

Country Status (1)

Country Link
WO (1) WO2024023962A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021009166A1 (en) * 2019-07-16 2021-01-21 Telefonaktiebolaget Lm Ericsson (Publ) Enabling nat for user plane traffic
WO2021192628A1 (en) * 2020-03-25 2021-09-30 ソニーグループ株式会社 Network control device, network control method, and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021009166A1 (en) * 2019-07-16 2021-01-21 Telefonaktiebolaget Lm Ericsson (Publ) Enabling nat for user plane traffic
WO2021192628A1 (en) * 2020-03-25 2021-09-30 ソニーグループ株式会社 Network control device, network control method, and program

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
NGUYRN, VAN-GIANG ET AL.: "On Auto-scaling and Load Balancing for User-plane Gateways in a Softwarized 5G Network", 2021 17TH INTERNATIONAL CONFERENCE ON NETWORK AND SERVICE MANAGEMENT (CNSM, 25 October 2021 (2021-10-25), pages 132 - 138, XP034036910, DOI: 10.23919/CNSM52442.2021.9615536 *
ROTTER, CSABA ET AL.: "A Queueing Model for Threshold-Based Scaling of UPF Instances in 5G Core", IEEE ACCES S, vol. 9, 3 June 2021 (2021-06-03), XP011859614, DOI: 10.1109/ACCESS.2021.3085955 *

Similar Documents

Publication Publication Date Title
JP4616159B2 (en) Cluster system, load balancer, node transfer method, and node transfer program
US8423678B2 (en) Resilient network database
US7260599B2 (en) Supporting the exchange of data by distributed applications
US8104081B2 (en) IP security with seamless roaming and load balancing
WO2023000935A1 (en) Data processing method, network element device, and readable storage medium
CN110896553B (en) Multi-access edge computing method and platform and communication system
JP7427082B2 (en) Service offloading methods, devices, systems, electronic devices, and computer programs
WO2020034965A1 (en) Message transmission method, device, and storage medium
EP2252093B1 (en) Method for enabling mobility of client devices in large scale unified networks
US20120096080A1 (en) Method for activating and deactivating client-side services from a remote server
WO2005076649A1 (en) Method and system for seamless handover of mobile devices in heterogenous networks
JP5107339B2 (en) System and method for active geographic redundancy
CN113747373B (en) Message processing system, device and method
WO2023000936A1 (en) Data processing method, function device and readable storage medium
JP2018085776A (en) Load distribution device, relay device, load distribution method and program
US11689943B2 (en) Network function redundancy using binding header enhancements
JPWO2014061314A1 (en) Content distribution method
WO2024023962A1 (en) Protocol relay device, protocol relay system, protocol relay method, and protocol relay program
WO2023116165A1 (en) Network load balancing method and apparatus, electronic device, medium, and program product
JP2007207013A (en) Information processor and information sharing program
CN116508350A (en) Network node for providing backup network functions and method therein
KR20220053383A (en) Interworking support device and interworking support method for nf service
CN102821118A (en) Method and system for backing up services in network with heterogeneous nodes
JP2004201201A (en) Wap terminal, communication method and communication program
WO2023185710A1 (en) Application context transfer scenario determination method and communication apparatus

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: 22953057

Country of ref document: EP

Kind code of ref document: A1