Internet-Draft | A Message Feedback Method for MPTCP | July 2023 |
Zhao, et al. | Expires 11 January 2024 | [Page] |
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.¶
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.¶
Copyright (c) 2023 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
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.¶
New Radio, a new wireless access technology for 5G.¶
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.¶
User Plane Function.¶
CQI reflects the time-changing link capability.¶
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.¶
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:¶
The type of device, 0x1 represents the non-3GPP path.¶
The send Rate of non-3GPP devices.¶
The buffer length of a non-3GPP device.¶
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.¶
The format of MP_INFO for 3GPP devices is shown in Figure 4. It has the following fields:¶
The type of device, 0x2 represents the 3GPP path.¶
The send rate of the 3GPP device, can be calculated by CQI.¶
The sum of RLC buffer length, can be feedback through NR [RLC].¶
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.¶
This draft adds the following subtype numbers to the MPTCP Option Subtypess registry of [RFC8684]:¶
Value | Symbol | Name | Reference |
---|---|---|---|
0x9 | MP_INFO | Cross layer information of non-3GPP devices | [RFC8684] |
Device Type Value | Message |
---|---|
0x1 | Non-3GPP Path |
0x2 | 3GPP Path |
Since the MP_INFO option requires intermediate devices to modify data packets, some devices may not support this option.¶