<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" 
    submissionType="IETF" 
    docName="draft-jz-dmm-mup-evolution-00" 
    category="info" ipr="trust200902" 
    obsoletes="" updates="" xml:lang="en" symRefs="true" 
    sortRefs="true" tocInclude="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <!-- Generated by id2xml 1.6.0 on 2026-06-24T00:36:29Z -->
	<front>
    <title abbrev="MUP Evolution">Mobile User Plane Evolution: 5G &amp; 6G</title>
    <seriesInfo name="Internet-Draft" value="draft-jz-dmm-mup-evolution-00"/>
    
    <author initials="T." surname="Jiang" fullname="Tianji Jiang">
      <organization>CMCC</organization>
      <address>
        <email>tianjijiang2012@gmail.com</email>
      </address>
    </author>
   
    <author initials="Z." surname="Zhang" fullname="Zhaohui Zhang">
      <organization>HP Enterprise</organization>
      <address>
        <email>zzhang@juniper.net</email>
      </address>
    </author>

    <date year="2026" month="" day=""/>
    <workgroup>dmm</workgroup>
    
 <abstract>
   <t>
       This document starts from the description
       of the 5G mobile user plane,
       including distributed User Plane Functions (UPFs). 
       Then, based on the 3GPP proposals for 6G UP architecture evolution, 
       the draft describes some potential enhancements
       revolving around the support of the 6G UP flexiblity, scalability 
       &amp; resilience. The draft also discusses the potential
       IETF work upon integrating the proposed enhancements
       of the 6G UP architecture.
   </t>
 </abstract>
  </front>
  <middle>

<section anchor="MUP-5G-Evolution" numbered="true" toc="default">
      <name>5G MUP Evolution &amp; Distributed UPFs</name>

 <section anchor="sect-1" numbered="true" toc="default">
  <name>Current User Plane in 5G</name>
  <t>
   Mobile User Plane (MUP) in 5G <xref target="TS.23.501"/>
    has two distinct parts:
   the Access Network part between UE and gNB, and the Core Network
   part between gNB and UPF.
   As shown in the <xref target="fig-5G-architecture"/>, 
   for the core network (CN) part, N3 interface extends the PDU layer
   from AN/gNB towards the PSA UPF, optionally through 
   intermediate UPF or I-UPFs and in
   that case N9 interface is used between I-UPF and PSA UPF.
   Traditionally, UPFs are deployed at central locations and the N3/N9
   tunnels extend the PDU layer to them.  The N3/N9 interface uses GTP-U
   tunnels that are typically over a VPN over a transport
   infrastructure.  The N6 interface connects 5GS CN directly
   to the transport network (TN) and further to 
   the data network (DN).
  </t>
  
  <figure anchor="fig-5G-architecture">
        <name> 5G Architecture w/ DN &amp; TN </name>
    <artwork name="" type="" align="left" alt=""><![CDATA[
                                    
        5G AN: Access Network      5G CN: Core Network
        TN:    Transport Network   DN:    Data Network
        PSA UPF: Anchor UPF        I-UPF: Intermediate UPF 
              .................................
              :                               :
              :   [--  5GS AN/CN --]          :
              : /  |         | N4 \           :  /------------\ 
              N1   N2        |     \          :  |            | 
             /:    |         |      \         :  |  Transport | 
            / :    |         |      +-----+   :  | Network(TN)|
       +----+ : +---+ N3 +-----+ N9 | PSA |   :  |      :     |
       | UE |---|gNB|----|I-UPF|----| UPF +-(N6)-+    Data    |
       +----+ : +---\    +-----+    /-----+   :  | Network(DN)|
              :      \----(N3)-----/          :  |            |
              .................................  \------------/
    ]]></artwork>
  </figure>

  <t>
   At a gNB, relay is done between the radio layer and the GTP-U
   layer.  At the PSA UPF, routing/switching is done for IP/Ethernet
   before GTP-U encapsulation (for downlink traffic) or after GTP-U
   decapsulation (for uplink traffic).</t>
 </section> <!-- End of Current 5G UP -->

 <section anchor="dUPF-in-5G" numbered="true" toc="default">
      <name>Distributed UPFs in 5G</name>
      
   <t>
       5G has standardized some features, 
       e.g., Multi-access Edge Computing or MEC, which has UPFs
       deployed closer to gNBs <xref target="TS.23.501"/>.
       In fact, even PSA UPFs could be distributed closer to gNBs and then
       the N3 interface becomes very simple – over a direct or short
       transport connection between gNB and UPF.  On the
       other hand, since the UPF connects to DN (via TN
       as in <xref target="fig-5G-architecture"/>), the DN becomes
       a VPN (e.g., IP VPN in case of IP PDU sessions or EVPN in case of
       Ethernet PDU sessions) over a transport infrastructure, most likely
       the same transport infrastructure for the VPN supporting 
       the (GTP-U based) N3/N9
       tunneling in centralized PSA UPF case. 
   </t>

   <t>
       UEs may keep their persistent IP addresses even when they re-anchor
       from one PSA UPF to another.  In that case, for downlink traffic to
       be sent to the right UPF, when a UE anchors at a UPF the UPF
       advertises a host route for the UE and when a UE de-anchors from a UPF
       the UPF withdraws the host route.
   </t>
   
   <t>
       While this relies on host routes to direct to-UE traffic to the right
       UPF, it does not introduce additional scaling burden compared to
       centralized PSA UPF model, as the centralized UPFs need to maintain
       per-UE forwarding state (e.g., PDRs, FARs, etc. as shown
       in <xref target="TS.23.501"/>) and the number is
       the same as the number of host routes that a hub TN router 
       need to maintain in the distributed PSA
       UPFs model.  Since the host routes may be lighter-weighted than the
       PDRs/FARs, the total amount of state may be actually smaller in the
       distributed model.
   </t>

   <t>
       For UE-UE traffic, the distributed PSA UPFs may maintain host routes
       that they learn from each other.  With that the UE-UE traffic may
       take direct UPF-UPF path instead of going through a hub router in the
       transport network (TN).  That is important in LAN-type
       services with the requirement of low delay.  
       Alternatively, the distributed UPFs
       may maintain only a default route pointing to the hub router in TN
       (besides the host routes for locally anchored UEs).  That way, they
       don't need to maintain many host routes though UPF-UPF traffic has to
       go through the hub router (and that is similar to all traffic going
       through a central PSA UPF).
   </t>

 <!--
   <t>
       Optionally, even the host routes for locally anchored UEs can be
       omitted in the FIB of local UPF.  Traffic among local UEs can be
       simply routed to the hub router following the default route, who will
       then send back to local UPF using VPN tunnels (MPLS or SRv6) that are
       stitched to GTP tunnels for destination UEs.
   </t>
  -->

   <t>
       The distributed UPFs must be able to advertise host routes in the
       TN.  This should not be a problem since a UPF is essentially a router
       in that it routes traffic between TN and UEs (that are connected via
       PDU sessions).
   </t>

   <t>
       Please reference the draft <xref target="I-D.dmm-mup-evolution"/>
       for more details as well as possible extensions for distributed UPFs.
   </t>

  </section> <!-- End of 5G Distributed UPFs -->

</section> <!-- End of 5G MUP Evolution & Distributed UPFs -->


<!-- Section for 6G UP Architecture Enhancement -->

<section anchor="MUP-6G-Evolution" numbered="true" toc="default">
      <name>MUP Evolution for 6G</name>
 <t>
   This section talks about the current proposals for the 6G UP
   architecture enhancement. It
   mainly targets at the user plane evolution revolving around the support 
   of the UP flexiblity, scalability &amp; resilience. The latter
   part of the section also discusses the
   possible IETF work upon integrating the proposed enhancements
   for 6G UP architecture.
  </t>

   

<section anchor="Objectives-6G-UP-Arc" numbered="true" toc="default">
        <name>Objectives of 6G UP Architecture  </name>
    <t>
     As specified in the 6G system architecture document 
     <xref target="TR.23.801"/>, the 6G user plane architecture 
     strikes for improvements to support a more diverse set of 
     applications and traffic patterns. Specifically, it targets at:
    </t>
     <ul spacing="normal">
       <li>
         <t> Enhance the control-plane (CP) and the user-plane (UP) functional
             split and interaction for better multi-vendor operability.
         </t>
       </li>
       <li>
         <t>Enhance the UP flexilibty, resilience and scalability with the 
            consideration of UP function capability and path performance
            between the (wireless 6G) core network and data network.
         </t>
       </li>
     </ul>
</section>


<section anchor="Interoperability-6G-mVendor" numbered="true" toc="default">
        <name>6G Multi-vendor Interoperability  </name>
    <t>
      This multi-vendor interoperability objective focuses on the interaction
      between two 6G network functions, i.e., the 6G SMF and the 6G UPF. As we 
      know, the same reference point in 5G is the N4 interface, with the PFCP
      as the base protocol for interactions (the 6G architecture is similar
      to the 5G's as in 
      <xref target="fig-5G-architecture"/>). Currently 
      there are some proprietary information that needs to be exchanged via PFCP
      between the 5G SMF and UPF, which has fundamentally laid down the requirement
      that both the 5G SMF and UPF are from the same vendor. The 6G system wants
      to disaggregate the proprietary-based NF coupling to achieve
      better multi-vendor interoperability.
    </t>

    <t>
      The 6G architecture document <xref target="TR.23.801"/> 
      identifies unnecessary options in PFCP, and proposes
      to remove them in CP (6G SMF)- UP (6G UPF) functional split. The specific options
      are:
    </t>
    <ul spacing="normal">
       <li>
         <t> To NOT support the CP buffering in 6GS, but only in 6G UPF,
             for UE's downlink traffic. CP buffering involves more signalling 
             than the UPF alternative.
         </t>
       </li>
       <li>
         <t> To NOT support the CP constructing the End Marker packets in 6GS,
             but only in 6G UPF. The "Sending of end marker" is a functionality
             to assist the reordering function in the RAN 
             <xref target="TS.23.501"/>, which was also discussed in the
             draft <xref target="I-D.dmm-5g-end-marker"/>.
             UPF constructing and sending the End-Marker packet upon request 
             from SMF will be much simpler.
         </t>
       </li>
     </ul>

   <t>
      Evidently the removal of unnecessary options simplifies the CP-UP 
      interactions and achieves better multi-vendor interoperability. 
      For example, the IETF draft 
      <xref target="I-D.dmm-mup-architecture" format="default"/> 
      specifies a SRv6 based MUP architecture.  
      The new functional-split proposal for 6GS can better help the
      deployment of MUP controller.
      When a MUP controller is applied to the 5G or 6G mobile
      architecture, the BGP signaling from the MUP Controller can replace
      the CP signaling (N4 signaling in 5G and similar signaling in 6G) 
      from (5G/6G-) SMF. The same CP signaling is still used between
      the MUP Controller and SMF - from SMF's point of view, 
      the existence of the MUP controller is transparent, and
      the SMF is just interacting with a traditional UPF as usual.
   </t>   

</section> <!-- End of subsection: 6G multi-vendor interoperability -->

<section anchor="Flexbility-dUPF-6G-UP-Arc" numbered="true" toc="default">
        <name>6G UP Flexbility with UPF Distribution</name>
  <t>
   In order to enhance the 6G UP flexilibty, resilience and scalability,
   the 6G architecture document <xref target="TR.23.801"/>
   has proposals to introduce four new
    network functions, consisting of two UP NFs, i.e., the
    6G Serving UPF (S-UPF) and the Anchor UPF (A-UPF), and
    two corresponding CP NFs, i.e., the 6G Serving SMF (S-SMF)
    and the Anchor SMF (A-SMF). A 6G S-SMF manages the corresponding S-UPF
    and an A-SMF manages the corresponding A-UPF. The architecture is shown in
    the <xref target="fig-dUPF-6G-architecture"/>.
  </t>

<figure anchor="fig-dUPF-6G-architecture">
        <name>6G Flexible Architecture w/ Distributed UPF</name>
        <artwork name="" type="" align="left" alt=""><![CDATA[
         
         S-SMF: Serving SMF       A-SMF: Anchor SMF
         S-UPF: Serving UPF       A-UPF: Anchor UPF                           
                    +-------+       +-------+             
                    | S-SMF |       | A-SMF |
                    +---:---+       +---:---+
                        :               :            transport   Data
                        v           +---v---+         Network   Network 
                    +-------+       |       |          (TN)      (DN)
  Mobile  +-----+   |       | /-->>-+ A-UPF +--\      +-----+   
   User---+ RAN +---+ S-UPF |/      |       |   \     |C-PE/|   +----+
   (UE)   +-----+   |       +       +-------+    +->>-+ PE  +---+ DN |
                    +-------+\                  /     +-----+   +----+
                              \                /
                               \=====>>>======/

        ]]></artwork>
  </figure>

  <t>
    The proposal has the following UP characteristics:
  </t>
    <ul spacing="normal">
       <li>
         <t> S-UPF is deployed in the distributed way. A 6G UPF close to
             the UE will be selected as the S-UPF to enable UE access
             application service in an efficient way.
             It may support basic UP functionalities only. Comparably, 
             an A-UPF is deployed toward the 6G core network. It can support
             more advanced functionalites (being specific services e.g., 
             MoQ Relay functionality, 
             CONNECT-UDP HTTP client, etc.).
         </t>
       </li>
       <li>
         <t> As shown in the <xref target="fig-dUPF-6G-architecture"/>,
             both the 6G S-UPF and the 6G A-UPF can interface directly, 
             via the transport network or TN (showing C-PE/PE in
             the figure), to the data network or DN.
             Further, to access application servers (AS'es) in DN that are 
             deployed far away from UEs, a S-UPF may detect and forward 
             the application service traffic to a selected A-UPF, which
             will switch the traffic further to AS'es.
         </t>
       </li>
       
     </ul>

 </section>

<section anchor="Scalability-Resilience-6G-UP-Arc" numbered="true" toc="default">
        <name>6G UP Scalability &amp; Resilience</name>
   <t>
    The 6G UP architecture intends to achieve both the scalabilty and
    resilience. Toward this purpose, an enhanced architecture has been
    introduced as shown in the 
    <xref target="fig-dUPF-6G-UPFset-architecture"/>
   </t>

<figure anchor="fig-dUPF-6G-UPFset-architecture">
        <name>6G Flexible Architecture w/ S/A-UPF Set.</name>
        <artwork name="" type="" align="left" alt=""><![CDATA[
                                    
                     Serving         Anchor
                     UPF Set         UPF Set
                                    +-------+        transport   Data
                    +-------+       |A-UPF-1|         Network   Network 
                    |S-UPF-1|       |  ...  |          (TN)      (DN)
  Mobile  +-----+   |  ...  | /-->>-+A-UPF-y+--\      +-----+   
   User---+ RAN +---+S-UPF-x|/      |  ...  |   \     |C-PE/|   +----+
   (UE)   +-----+   |  ...  +       |A-UPF-n|    +->>-+ PE  +---+ DN |
                    |S-UPF-m|\      +-------+   /     +-----+   +----+
                    +-------+ \                /
                               \=====>>>======/
        ]]></artwork>
  </figure>

     <ul spacing="normal">
       <li>
         <t> The concept 'UPF set' (or another name 'UPF virtual group')
             is defined in the 3GPP document <xref target="TR.23.801"/>.
             Basically, A UPF set
             is a set of functionally equivalent UPF(s) that have exactly 
             the same capability/functionalities, and back-haul connection 
             to RAN(s) and the same configuration of DNN(s), Slices(s) etc.
             Note that the concepts of DNN, Slices can be referenced in
             the 3GPP document <xref target="TS.23.501"/>
         </t>
       </li>
       <li>
         <t> The <xref target="fig-dUPF-6G-UPFset-architecture"/> shows
             the serving-UPF set and the anchor-UPF set. A serving-UPF set
             is comprised of a group of serving-UPFs and an anchor-UPF set
             is comprised of a group of anchor-UPFs. For each PDU session,
             one S-UPF (close to UE) will be selected from the S-UPF set,
             and one A-UPF, if deemed necessary, is selected from 
             the A-UPF set.             
         </t>
       </li>
       <li>
         <t> Both the resilience and scalability are managed across 
             the scope of a UPF-set, 
             e.g., achieving load balancing across packet-processing UPF 
             instances of the same UPF-set, with the high-availability (HA)
             settings Active/Standby and/or Active/Active.
         </t>
       </li>
     </ul>

</section>

<section anchor="IETF-Impact-6G-UP-Arc" numbered="true" toc="default">
        <name>IETF Impact to 6G UP Architecture </name>
   <t>
    On one aspect, 
    the 3GPP 6G document <xref target="TR.23.801"/>
    clearly emphasizes the agnostic 
    requirement of the transport nework (or TN). 
    It targets at avoiding the tight coupling between the 3GPP core
    network and the underlaying transport technologies. 
    That is, the 6G UP does
    not restrict to specific IETF transport mechanisms, e.g., MPLS, SRv6,
    Metro Ethernet, etc.
   </t>

   <t>
    On the other aspect, while the 3GPP 6G UP does NOT mandate how transport 
    paths are computed or controlled and does NOT assume the 
    presence of a centralized transport network (TN)
    controller, it does suggests 
    considering the TN capabilities for transport path optimization in 
    both access &amp; core networks. The transport capabilities represent 
    a set of transport properties that can be fulfilled
    by one or more transport paths, including e.g. latency, bandwidth, 
    availability, or packet loss.  Further, transport capabilities are NOT 
    specific to any underlying transport technology (e.g. pure-IP routing,
    MPLS, SRv6, etc.). 
   </t>

   <t>
    We can use the <xref target="fig-dUPF-6G-UPFset-architecture"/>
    to elucidate how the transport layer may reach path 
    computation results for UP path optimization
    by considering those TN properties.
    Suppose the path performance measurements between S/A-UPFs and AS, 
    e.g. bandwidth, loss, load, etc., are incorporated. Then, to 
    take advantage of these metrics, 
    the IETF CATS technology (https://datatracker.ietf.org/wg/cats/about/)
    can be applied to achieve the better service differentiation for diverse 
    set of applications and traffic requirements. 
    In term of the control plane interactions between the 6GS and the TN,
    the 5G-similar AF->NEF->PCF->SMF->UPF communication channel can be 
    leveraged. Regardless, this type of integration is applicable to
    dedicated, decentralized, and hybrid TN control deployments as
    shown in <xref target="I-D.dmm-mts"/>.
   </t>
       
   <t>
    While the 5G specifies that all tunneling (e.g.  N3/N9) use GTP-U, 
    currently the 6G UP is considering alternative transport options for
    both access &amp; core networks. For
    example, some proposals in <xref target="TR.23.801"/>
    prefer having the GTP-U transported over 
    SRv6 (as overlay, instead of SRv6 replacing GTP), while
    others recommend to natively replace GTP with SRv6.  
    The SRv6 tunnels, instead of GTP which has additional multi-layer 
    encapsulation including IP header, UDP header and GTP header, 
    bring in some prominent benefits, e.g., Traffic Engineering (TE) 
    and Service Function Chaining (SFC) capability provided by SRv6, 
    bandwidth savings because of the removal of UDP and GTP headers, etc.
   </t>
    
</section>

</section> <!-- End of section MUP Evolution for 6G -->

 

<section anchor="Security-Consideration" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>
   To be provided.</t>
</section>

<section anchor="Acknowledgements" numbered="true" toc="default">
      <name>Acknowledgements</name>
  <t>
   To be provided.
   <!-- The authors thank Arda Akman, Constantine Polychronopoulos, 
   Jari Mutikainen, Kashif Islam, Keyur Patel, 
   Luay Jalil, Luis M. Contreras, Ori Prio Sejati, 
   Sandeep Patel, Shay Zadok and Shraman Adhikary 
   for their contributions, review, comments and suggestions
   to make this document more complete. -->
  </t>
</section>

</middle>
<back>

<references>
      <name>Informative References</name>

      <reference anchor="I-D.dmm-mup-architecture" 
        target="https://datatracker.ietf.org/doc/draft-ietf-dmm-mup-architecture/" 
        xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.dmm-mup-architecture.xml">
        <front>
          <title>Mobile User Plane Architecture using Segment Routing for Distributed Mobility Management</title>
          <author fullname="Satoru Matsushima" initials="S." surname="Matsushima">
            <organization>SoftBank</organization>
          </author>
          <author fullname="Katsuhiro Horiba" initials="K." surname="Horiba">
            <organization>SoftBank</organization>
          </author>
          <author fullname="Ashiq Khan" initials="A." surname="Khan">
            <organization>SoftBank</organization>
          </author>
          <author fullname="Yuya Kawakami" initials="Y." surname="Kawakami">
            <organization>SoftBank</organization>
          </author>
          <author fullname="Tetsuya Murakami" initials="T." surname="Murakami">
            <organization>Arrcus, Inc.</organization>
          </author>
          <author fullname="Keyur Patel" initials="K." surname="Patel">
            <organization>Arrcus, Inc.</organization>
          </author>
          <author fullname="Miya Kohno" initials="M." surname="Kohno">
            <organization>Cisco Systems, Inc.</organization>
          </author>
          <author fullname="Teppei Kamata" initials="T." surname="Kamata">
            <organization>Cisco Systems, Inc.</organization>
          </author>
          <author fullname="Pablo Camarillo" initials="P." surname="Camarillo">
            <organization>Cisco Systems, Inc.</organization>
          </author>
          <author fullname="Jakub Horn" initials="J." surname="Horn">
            <organization>Cisco Systems, Inc.</organization>
          </author>
          <author fullname="Daniel Voyer" initials="D." surname="Voyer">
            <organization>Bell Canada</organization>
          </author>
          <author fullname="Shay Zadok" initials="S." surname="Zadok">
            <organization>Broadcom</organization>
          </author>
          <author fullname="Israel Meilik" initials="I." surname="Meilik">
            <organization>Broadcom</organization>
          </author>
          <author fullname="Ashutosh Agrawal" initials="A." surname="Agrawal">
            <organization>Intel</organization>
          </author>
          <author fullname="Kumaresh Perumal" initials="K." surname="Perumal">
            <organization>Intel</organization>
          </author>
          <date day="20" month="October" year="2025"/>
          <abstract>
            <t>This document defines the Mobile User Plane (MUP) architecture using Segment Routing (SR) for Distributed Mobility Management. The requirements for Distributed Mobility Management described in [RFC7333] can be satisfied by routing fashion. Mobile services are deployed over several parts of IP networks. An SR network can accommodate a part of those networks, or all those networks. IPv6 dataplane option (SRv6) is suitable for both cases especially for the latter case thanks to the large address space, so this document illustrates the MUP deployment cases with IPv6 dataplane. MUP Architecture can incorporate existing session based mobile networks. By leveraging Segment Routing, mobile user plane can be integrated into the dataplane. In that routing paradigm, session information between the entities of the mobile user plane is turned to routing information.</t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-dmm-mup-architecture-01"/>
      </reference>

     

      <reference anchor="I-D.dmm-mts" 
        target="https://datatracker.ietf.org/doc/draft-ietf-dmm-mts/">
        <front>
          <title>Mobile Traffic Steering</title>
          <author fullname="Marco Liebsch" initials="M." surname="Liebsch"> 
          </author>
          <author fullname="Jari Mutikainen" initials="J." surname="Mutikainen">
          </author>
          <author fullname="Zhaohui(Jeffrey) Zhang" initials="J." surname="Zhang">
          </author>
          <author fullname="Tianji Jiang" initials="T." surname="Jiang">
          </author>
          <date day="2" month="March" year="2026"/>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-dmm-mts-01"/>
      </reference>

     <reference anchor="I-D.dmm-5g-end-marker" 
        target="https://datatracker.ietf.org/doc/draft-zzhang-dmm-5gdn-end-marker//">
        <front>
          <title>Mobile Traffic Steering</title>
          <author fullname="Zhaohui(Jeffrey) Zhang" initials="J." surname="Zhang">
          </author>
           <author fullname="Marco Liebsch" initials="M." surname="Liebsch"> 
          </author>
          <author fullname="Tianji Jiang" initials="T." surname="Jiang">
          </author>
          <date day="" month="Aug" year="2024"/>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-zzhang-dmm-5gdn-end-marker-01"/>
      </reference>

      <reference anchor="I-D.dmm-mup-evolution" 
        target="https://datatracker.ietf.org/doc/draft-zzhang-dmm-mup-evolution/">
        <front>
          <title>Mobile Traffic Steering</title>
          <author fullname="Zhaohui(Jeffrey) Zhang" initials="J." surname="Zhang">
          </author>
          <author fullname="et al.">
          </author>
          <date day="" month="July" year="2024"/>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-zzhang-dmm-5gdn-end-marker-01"/>
      </reference>
     
</references> <!-- end of informative references -->

<references>
      <name>Normative References</name>
    
    <reference anchor="RFC7024" target="https://www.rfc-editor.org/info/rfc7024" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7024.xml">
        <front>
          <title>Virtual Hub-and-Spoke in BGP/MPLS VPNs</title>
          <author fullname="H. Jeng" initials="H." surname="Jeng"/>
          <author fullname="J. Uttaro" initials="J." surname="Uttaro"/>
          <author fullname="L. Jalil" initials="L." surname="Jalil"/>
          <author fullname="B. Decraene" initials="B." surname="Decraene"/>
          <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
          <author fullname="R. Aggarwal" initials="R." surname="Aggarwal"/>
          <date month="October" year="2013"/>
        </front>
        <seriesInfo name="RFC" value="7024"/>
        <seriesInfo name="DOI" value="10.17487/RFC7024"/>
    </reference>

    <reference anchor="TS.23.501">
        <front>
          <title>3GPP TS 23.501: System Architecture for 5G System; Stage 2</title>

          <author initials="3GPP">
            <organization/>
          </author>

          <date month="June" year="2026"/>
        </front>

        <seriesInfo name="" value="3GPP TS 23.501"/>
    </reference>

    <reference anchor="TR.23.801">
        <front>
          <title>3GPP TS 23.801: Study on Architecture for 6G System; Stage 2</title>

          <author initials="3GPP">
            <organization/>
          </author>

          <date month="June" year="2026"/>
        </front>

        <seriesInfo name="" value="3GPP TR 23.801"/>
    </reference>

</references> <!-- end of Normative references -->
</back>

</rfc>
