<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.36 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

<!ENTITY RFC8684 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8684.xml">
<!ENTITY SELF "[RFC8684]">
]>


<rfc ipr="trust200902" docName="draft-xie-tcpm-mptcp-feedback-00" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title>A Message Feedback Method for MPTCP</title>

    <author initials="B." surname="Zhao" fullname="Baosen Zhao">
      <organization>CNIC</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <code>100083</code>
          <country>China</country>
        </postal>
        <email>zhaobaosen@cnic.cn</email>
      </address>
    </author>
    <author initials="W." surname="Yang" fullname="Wanghong Yang">
      <organization>CNIC</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <code>100083</code>
          <country>China</country>
        </postal>
        <email>yangwanghong@cnic.cn</email>
      </address>
    </author>
    <author initials="W." surname="Du" fullname="Wenji Du">
      <organization>CNIC</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <code>100083</code>
          <country>China</country>
        </postal>
        <email>hjdu@cnic.cn</email>
      </address>
    </author>
    <author initials="Y." surname="Ren" fullname="Yongmao Ren">
      <organization>CNIC</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <code>100083</code>
          <country>China</country>
        </postal>
        <email>renyongmao@cstnet.cn</email>
      </address>
    </author>
    <author initials="X." surname="Zhou" fullname="Xu Zhou">
      <organization>CNIC</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <code>100083</code>
          <country>China</country>
        </postal>
        <email>zhouxu@cstnet.cn</email>
      </address>
    </author>
    <author initials="G." surname="Xie" fullname="Gaogang Xie">
      <organization>CNIC</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <code>100083</code>
          <country>China</country>
        </postal>
        <email>xie@cnic.cn</email>
      </address>
    </author>

    <date year="2023" month="October" day="16"/>

    <area>Transport</area>
    <workgroup>TCP Maintenance and Minor Extensions (tcpm)</workgroup>
    <keyword>MPTCP</keyword>

    <abstract>


<?line 140?>

<t>Mobile phone devices are usually configured with multiple wireless access network cards, such as LTE/5G, Wi-Fi. And the wireless network is a network with highly time-varying bandwidth. For a single wireless device, the limited bandwidth cannot meet the peak rate requirements of low-latency applications. MPTCP supports the simultaneous use of multiple networks on mobile devices. Due to the time-varying nature of wireless networks, it is challenging for MPTCP to accurately schedule data blocks to different sub-streams to meet their low-latency requirements. This document proposes a new cross-layer feedback method for wireless networks to pass the scheduling information and status of the wireless network to the MPTCP Server. MPTCP Server can predict the transmission capacity of the wireless network based on this cross-layer information, thereby improving the efficiency of data block scheduling on multipaths.</t>



    </abstract>



  </front>

  <middle>


<?line 144?>

<section anchor="problems"><name>Introduction</name>

<t>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 <xref target="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.</t>

<figure title="A network architecture for MPTCP"><artwork><![CDATA[
+---------+    +---------+         +--------+          +----------+     
|         |    |    NR   |  GTP-U  |        | MP_INFO  |          |    
|         |----+---------|---------|   UPF  |----------|          |
|    UE   |    |  3GPP   |         |        |          |   Server |
|---------|    +---------+         +--------+          |--------- |
|  MPTCP  |    +---------+                             |   MPTCP  |
|         |    |         |       MP_INFO               |          |
|         |----|Non-3GPP |-----------------------------|          |
|         |    |         |                             |          |
+---------+    +---------+                             +----------+ 
]]></artwork></figure>

</section>
<section anchor="terminology"><name>Terminology</name>

<dl>
  <dt>NR:</dt>
  <dd>
    <t>New Radio, a new wireless access technology for 5G.</t>
  </dd>
  <dt>GTP-U Message:</dt>
  <dd>
    <t>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.</t>
  </dd>
  <dt>UPF:</dt>
  <dd>
    <t>User Plane Function.</t>
  </dd>
  <dt>CQI:</dt>
  <dd>
    <t>CQI reflects the time-changing link capability.</t>
  </dd>
</dl>

</section>
<section anchor="design-overview"><name>Design Overview</name>

<t>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 <xref target="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 <xref target="_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.</t>

</section>
<section anchor="non-3gpp-device-information"><name>Non-3GPP Device Information</name>

<t>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:</t>

<dl>
  <dt>Device Type:</dt>
  <dd>
    <t>The type of device, 0x1 represents the non-3GPP path.</t>
  </dd>
  <dt>Rate:</dt>
  <dd>
    <t>The send Rate of non-3GPP devices.</t>
  </dd>
  <dt>Buffer Length:</dt>
  <dd>
    <t>The buffer length of a non-3GPP device.</t>
  </dd>
</dl>

<figure title="MP_INFO Structure for Non-3GPP Device" anchor="mpinfo"><artwork  type="ascii-art"><![CDATA[ 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                         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

</section>
<section anchor="gpp-device-information"><name>3GPP Device Information</name>

<t>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<xref target="gNB"/>. So as shown in Figure 3, for the 3GPP path, 5G NR transmits equipment information to UPF through GTP-U <xref target="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<xref target="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.</t>

<figure title="Communication process between NR and UPF" anchor="Communication"><artwork><![CDATA[
+---------+    +---------+          +---------+           +---------+
|   UE    |    |    NR   |   GTP-U  |   UPF   |  MP_INFO  |  Server |
+---------+----+---------|----------|---------|-----------|---------|
|  MPTCP  |    |         |          |         |           |   MPTCP |
+---------+    +---------+          +---------+           +---------+
]]></artwork></figure>

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

<dl>
  <dt>Device Type:</dt>
  <dd>
    <t>The type of device, 0x2 represents the 3GPP path.</t>
  </dd>
  <dt>Rate:</dt>
  <dd>
    <t>The send rate of the 3GPP device, can be calculated by CQI.</t>
  </dd>
  <dt>RLC Buffer:</dt>
  <dd>
    <t>The sum of RLC buffer length, can be feedback through NR <xref target="RLC"/>.</t>
  </dd>
</dl>

<figure title="MP_INFO Structure for 3GPP Device" anchor="mpinfofor3gpp"><artwork  type="ascii-art"><![CDATA[ 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                          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

</section>
<section anchor="mpinfo-usage"><name>MP_INFO Usage</name>

<t>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. For 3GPP paths, we recommend feeding back the MP-INFO option every 10ms. Because 3GPP equipment generally uses fixed time slot allocation, the time of one frame is 10ms. Non-3GPP devices do not have fixed time slots, so the feedback time can be flexible.</t>

<t>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.</t>

<t>MP-INFO option is an incremental information. In multipath, some paths may do not support this option. For this case, the MPTCP scheduler can fall back to the MinRTT scheduler.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This draft adds the following subtype numbers to the MPTCP Option
Subtypess registry of <xref target="RFC8684"/>:</t>

<texttable title="MPTCP Option Subtypes" anchor="mptcp-option-registry">
      <ttcol align='right'>Value</ttcol>
      <ttcol align='left'>Symbol</ttcol>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>0x9</c>
      <c>MP_INFO</c>
      <c>Cross layer information of non-3GPP devices</c>
      <c><xref target="RFC8684"/></c>
</texttable>

<texttable title="Device Type in MP_INFO" anchor="Device-type-registry">
      <ttcol align='right'>Device Type Value</ttcol>
      <ttcol align='left'>Message</ttcol>
      <c>0x1</c>
      <c>Non-3GPP Path</c>
      <c>0x2</c>
      <c>3GPP Path</c>
</texttable>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

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

<t>Some wireless devices may send incorrect MP-INFO information, so the terminal should confirm the security of the path.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>

&RFC8684;


    </references>

    <references title='Informative References'>

<reference anchor="_5G-MPTCP" >
  <front>
    <title>System architecture for the 5G System (5GS) Release 17</title>
    <author >
      <organization>3GPP</organization>
    </author>
    <date year="2022"/>
  </front>
</reference>
<reference anchor="GTP-U" >
  <front>
    <title>General Packet Radio System (GPRS) Tunnelling Protocol User Plane (GTPv1-U) (Release 18)</title>
    <author >
      <organization>3GPP TS 29.281 V18.0.0 (2023-06)</organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="gNB" >
  <front>
    <title>NR and NG-RAN Overall description (Release 15)</title>
    <author >
      <organization>3GPP TS 38.300 (2023-06)</organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="RLC" >
  <front>
    <title>Radio Link Control (RLC) protocol specification (Release 15)</title>
    <author >
      <organization>3GPP TS 38.322 (2023-06)</organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>


    </references>


<?line 293?>

<section anchor="compat"><name>Historical Note</name>

</section>


  </back>

<!-- ##markdown-source:
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
Lt6+Ee/U4sXxj4IiK0/6DzU90Tf9LwAA

-->

</rfc>

