Internet-Draft A Message Feedback Method for MPTCP July 2023
Zhao, et al. Expires 11 January 2024 [Page]
Workgroup:
TCP Maintenance and Minor Extensions (tcpm)
Internet-Draft:
draft-feedback-mptcp-00
Published:
Intended Status:
Standards Track
Expires:
Authors:
B. Zhao
CNIC
W. Yang
CNIC
W. Du
CNIC
Y. Ren
CNIC
X. Zhou
CNIC
G. Xie
CNIC

A Message Feedback Method for MPTCP

Abstract

Many video applications require extremely low latency and high image quality. However, the limited bandwidth in wireless networks fails to meet the peak rate requirements for multiple video flows. MPTCP is suitable for wireless edge networks, supporting the simultaneous use of multiple networks on mobile devices. Nevertheless, accurately scheduling video data blocks to different subflows to satisfy their low latency requirements is challenging due to their micro-burst characteristic. This document proposes a novel cross-layer feedback method for video applications in edge networks, called the Cross-Layer Information-based One-Way Delay Predictive Scheduler (CPS). With these information, the MPTCP scheduler can accurately predict one-way delay and adaptively schedules video data blocks to the optimal subflow.

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.

Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

This Internet-Draft will expire on 11 January 2024.

Table of Contents

1. Introduction

With the popularity of mobile devices, most devices have multiple wireless access methods, such as 5G, and Wi-Fi. This has brought a realistic basis for the popularity of MPTCP. However, the current MPTCP can only perceive information such as RTT, but cannot perceive information from edge wireless devices. Therefore, a new subtype of MPTCP options is proposed in this document to transmit cross-layer information of wireless devices [RFC8684]. Figure 1 illustrates the integration of the MP_INFO into the wireless devices, where the MPTCP client resides on the UE and the MPTCP server resides on the Server.

+---------+    +---------+         +--------+          +----------+
|         |    |    NR   |  GTP-U  |        | MP_INFO  |          |
|         |----+---------|---------|   UPF  |----------|          |
|    UE   |    |  3GPP   |         |        |          |   Server |
|---------|    +---------+         +--------+          |--------- |
|  MPTCP  |    +---------+                             |   MPTCP  |
|         |    |         |       MP_INFO               |          |
|         |----|Non-3GPP |-----------------------------|          |
|         |    |         |                             |          |
+---------+    +---------+                             +----------+
Figure 1: A network architecture for MPTCP

2. Terminology

NR:

New Radio, a new wireless access technology for 5G.

GTP-U Message:

GTP-U (user plane) messages are either user plane messages or signalling messages. User plane messages are used to carry user data packets between GTP-U entities. Signalling messages are sent between network nodes for path management and tunnel management.GTP-U peer: node implementing at least one side of any of the GTP user plane based protocols.

UPF:

User Plane Function.

CQI:

CQI reflects the time-changing link capability.

3. Design Overview

In mobile networks, the performance of wireless devices has a great impact on data transmission. Therefore, by feeding back the information of the wireless device to the MPTCP server, it is convenient for the MPTCP scheduler to schedule traffic to different paths according to the information of the edge device. For the non-3GPP path, the Wi-Fi AP can directly modify the MPTCP data packet to feed back the device information to the MPTCP server. For the 3GPP path, 5G NR periodically feeds back equipment information to UPF through the GTP-U protocol [GTP-U]. UPF can directly modify the MPTCP data packet to feed back the device information to the MPTCP server. This document defines the extension of the MPTCP subtype, which allows the MPTCP server schedules traffic to different paths according to the information of edge devices. In addition, this document provides a cross-layer information transfer method for 3GPP and non-3GPP equipment [_5G-MPTCP]. Section 4 will introduce the transmission method of non-3GPP devices. In Section 5, the transmission method of 3GPP equipment will be introduced. Section 6 will introduce the usage of MP_INFO.

4. Non-3GPP Device Information

The MPTCP server needs to obtain information on non-3GPP devices, such as Wi-Fi AP. This document defines a new MPTCP Option subtype MP_INFO. Non-3GPP devices can transform devices information from wireless devices to the MPTCP server. The format of MP_INFO is shown in Figure 2. It has the following fields:

Device Type:

The type of device, 0x1 represents the non-3GPP path.

Rate:

The send Rate of non-3GPP devices.

Buffer Length:

The buffer length of a non-3GPP device.

 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|      Kind     |     Length    |Subtype|Device.|    Reserved   |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                              Rate                             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                         Buffer Length                         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 2: MP_INFO Structure for Non-3GPP Device

5. 3GPP Device Information

For the 3GPP path, we need to overcome the difficulty of acquiring 5G NR information. In the 3GPP path, the GTP-U tunnel is responsible for transmitting data between the radio access network and the UPF[gNB]. So as shown in Figure 3, for the 3GPP path, 5G NR transmits equipment information to UPF through GTP-U [GTP-U]. Then, UPF transmits the calculated rate and Buffer to the MPTCP server through MP_INFO. In the 3GPP path, the GTP-U tunnel is responsible for transmitting data between the radio access network and the UPF[gNB]. 5G NR uses the GTP-U tunnel to periodically send status information to the UPF, e.g. 1 ms. 5G NR only transmits the key information that affects the latency. Note that this information is only transmitted between 5G NR and UPF.

+---------+    +---------+          +---------+           +---------+
|   UE    |    |    NR   |   GTP-U  |   UPF   |  MP_INFO  |  Server |
+---------+----+---------|----------|---------|-----------|---------|
|  MPTCP  |    |         |          |         |           |   MPTCP |
+---------+    +---------+          +---------+           +---------+
Figure 3: Communication process between NR and UPF

The format of MP_INFO for 3GPP devices is shown in Figure 4. It has the following fields:

Device Type:

The type of device, 0x2 represents the 3GPP path.

Rate:

The send rate of the 3GPP device, can be calculated by CQI.

RLC Buffer:

The sum of RLC buffer length, can be feedback through NR [RLC].

 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|      Kind     |     Length    |Subtype|Device.|    Reserved   |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                              Rate                             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                           RLC Buffer                          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 4: MP_INFO Structure for 3GPP Device

6. MP_INFO Usage

MPTCP scheduler can leverage cross-layer information from 5G NR and Wi-Fi AP to predict the transmission delay of data blocks on each path. However, there is a visual gap between this cross-layer information and the MPTCP server, which requires different methods on different paths to transmit cross-layer path information to the MPTCP server. So this document separately introduces the cross-layer information collection for non-3GPP and 3GPP paths. And network operator can design their prediction delay methods according to the cross-layer information. By leveraging cross-layer information from edge wireless, the MPTCP server can predict downlink latency and optimize multipath scheduling. For example, By CQI and RLC Buffer information, the MPTCP server can predict the delay of the 3GPP path. By Rate and Buffer Length information, UPF can predict the delay of the non-3GPP path. According to the predicted transmission delay, the MPTCP scheduler can use different strategies to schedule packets.

7. IANA Considerations

This draft adds the following subtype numbers to the MPTCP Option Subtypess registry of [RFC8684]:

Table 1: MPTCP Option Subtypes
Value Symbol Name Reference
0x9 MP_INFO Cross layer information of non-3GPP devices [RFC8684]
Table 2: Device Type in MP_INFO
Device Type Value Message
0x1 Non-3GPP Path
0x2 3GPP Path

8. Security Considerations

Since the MP_INFO option requires intermediate devices to modify data packets, some devices may not support this option.

9. References

9.1. Normative References

[RFC8684]
Ford, A., Raiciu, C., Handley, M., Bonaventure, O., and C. Paasch, "TCP Extensions for Multipath Operation with Multiple Addresses", RFC 8684, DOI 10.17487/RFC8684, , <https://www.rfc-editor.org/info/rfc8684>.

9.2. Informative References

[gNB]
3GPP TS 38.300 (2023-06), "NR and NG-RAN Overall description (Release 15)", n.d..
[GTP-U]
3GPP TS 29.281 V18.0.0 (2023-06), "General Packet Radio System (GPRS) Tunnelling Protocol User Plane (GTPv1-U) (Release 18)", n.d..
[RLC]
3GPP TS 38.322 (2023-06), "Radio Link Control (RLC) protocol specification (Release 15)", n.d..
[_5G-MPTCP]
3GPP, "System architecture for the 5G System (5GS) Release 17", .

Appendix A. Historical Note

Authors' Addresses

Baosen Zhao
CNIC
Beijing
100083
China
Wanghong Yang
CNIC
Beijing
100083
China
Wenji Du
CNIC
Beijing
100083
China
Yongmao Ren
CNIC
Beijing
100083
China
Xu Zhou
CNIC
Beijing
100083
China
Gaogang Xie
CNIC
Beijing
100083
China