<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.31 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-dmm-srv6mob-arch-03" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="SRv6mob-arch">Architecture Discussion on SRv6 Mobile User plane</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-dmm-srv6mob-arch-03"/>
    <author initials="T." surname="Kamata" fullname="Teppei Kamata">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <postal>
          <country>Japan</country>
        </postal>
        <email>tkamata@cisco.com</email>
      </address>
    </author>
    <author initials="J." surname="Horn" fullname="Jakub Horn">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <postal>
          <country>Czech Republic</country>
        </postal>
        <email>jakuhorn@cisco.com</email>
      </address>
    </author>
    <author initials="L." surname="Jalil" fullname="Luay Jalil">
      <organization>Verizon</organization>
      <address>
        <postal>
          <country>USA</country>
        </postal>
        <email>luay.jalil@verizon.com</email>
      </address>
    </author>
    <author initials="W." surname="Cheng" fullname="Weiqiang Cheng">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>chengweiqiang@chinamobile.com</email>
      </address>
    </author>
    <author initials="M." surname="Kohno" fullname="Miya Kohno">
      <organization>Keio University</organization>
      <address>
        <postal>
          <country>Japan</country>
        </postal>
        <email>miya_kohno@keio.jp</email>
      </address>
    </author>
    <date year="2026" month="February" day="26"/>
    <area>Internet</area>
    <workgroup>DMM Working Group</workgroup>
    <abstract>
      <?line 123?>

<t>This document describes the solution approach and its architectural
benefits of transforming mobile session information into routing
information, leveraging segment routing capabilities, and operating
within the IP routing paradigm.</t>
    </abstract>
  </front>
  <middle>
    <?line 130?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The existing mobile user plane is currently defined as an overlay
tunnel session to a mobile anchor point (UPF: User Plane Function in
5G context).</t>
      <t>While this approach may be suited for use cases requiring frequent
mobile handover and functionality tied to session initiation/
termination, it proves challenging to cost-effectively and scalably
address the high traffic volumes of the 5G/Beyond 5G era and the
increasingly distributed data and computing demands in the future.</t>
      <t>The requirements for wireless systems are becoming more diverse, and
there are cases , such as some IoT and FWA (Fixed Wireless Access)
systems, where the frequent mobile handover is not necessarily
mandatory.</t>
      <t>This document describes the solution approach and its architectural
benefits of transforming mobile session information into routing
information, leveraging segment routing capabilities, and operating
within the IP routing paradigm.</t>
      <t>And this document clarifies the motivation for the MUP initiatives :
<xref target="RFC9433"/><xref target="I-D.mhkk-dmm-mup-architecture"/></t>
    </section>
    <section anchor="problem-definition">
      <name>Problem Definition</name>
      <t>The current tunnel session based mobile user plane has the following
limitations and is getting hard to support new application
requirements.</t>
      <ul spacing="normal">
        <li>
          <t>Less suited for any-to-any communication</t>
        </li>
        <li>
          <t>Less suited for edge/distributed computing</t>
        </li>
        <li>
          <t>Less suited for fixed and mobile convergence (FMC) /
wireless-wireline convergence (WWC)</t>
        </li>
        <li>
          <t>Limited control of the underlay path</t>
        </li>
      </ul>
      <t>Mobile session information is a function of M,N (GTP-U session start
point and end point), whereas routing information is a function of N
(destination). Therefore, for any-to-any communications, session
based paradigm yields O(N^2), whereas IP routing paradigm yields
O(N).</t>
      <t>Edge/distributed computing can be seen as a subset of any-to-any
communication. IP Routing paradigm naturally supports ubiquitous
computing.</t>
      <t>As for FMC/WWC, there is currently a coordinated standardization
effort between 3GPP WWC <xref target="TS.23316"/> and BBF <xref target="BBF407"/>. However, the
idea is to anchor even wireline traffic in the mobile packet core,
which compromises simplicity and scalability.</t>
      <t>In addition, the anchor point that terminates tunnel sessions becomes
a scaling bottleneck.</t>
      <t>The IP routing paradigm naturally removes these tunnel session based
restrictions. Segment Routing enables fast protection, policy,
multi-tenancy, and provide reliability and SLA differentiation.</t>
    </section>
    <section anchor="srv6-mup-and-the-5gbeyond-5g-use-cases">
      <name>SRv6 MUP and the 5G/Beyond 5G use cases</name>
      <t>This section describes the advantages of applying the SRv6 Mobile
User Plane approach for 5G/Beyond 5G use cases. These advantage comes
from the fact that it transforms mobile session information into
routing information, leverages Segment Routing, and operates within
the IP Routing Paradigm. Another advantage, not mentioned here, is
the ability to minimize overhead through SRv6 SID Compression.</t>
      <t>In particular, the adoption of the SRv6 uSID (NEXT-C-SID) flavor <xref target="RFC9800"/> significantly reduces encapsulation overhead and enhances packet efficiency. Since uSID allows multiple segments to be compressed into a single IPv6 Destination Address (DA), it optimizes forwarding performance and minimizes the MTU impact even when long Segment Lists are required. This efficiency is a critical enabler for the use cases described below.</t>
      <section anchor="network-slicing">
        <name>Network Slicing</name>
        <t>Network slicing enables network segmentation, isolation, and SLA
differentiation such as latency and availability. End-to-end slicing
will be achieved by mapping and coordinating IP network slicing, RAN
and mobile packet core slicing.</t>
        <t>But existing mobile user plane which is overlay tunnel does not have
underlying IP network awareness, which could lead to the inability in
meeting SLAs. Removing the tunnel and treating it with a IP routing
paradigm simplifies the problem.</t>
        <t>Segment Routing has a comprehensive set of slice engineering
technologies. How to build network slicing using the Segment Routing
technology is described in
<xref target="I-D.ali-teas-spring-ns-building-blocks"/>.</t>
        <t>Moreover, the stateless slice identifier encoding
<xref target="I-D.filsfils-spring-srv6-stateless-slice-id"/> can be applicable to
enable per-slice forwarding policy using the IPv6 header.</t>
        <t>The use of uSID facilitates efficient path steering for slice-specific policies. By compressing multiple service and topological SIDs into a compact header, it reduces the risk of fragmentation and MTU-related issues associated with deep SID stacks. This supports scalable deployment of strict SLAs—such as guaranteed latency and path isolation—across the transport network without compromising packet throughput.</t>
      </section>
      <section anchor="edge-computing">
        <name>Edge Computing</name>
        <t>Edge computing, where the computing workloads and datastores are
placed closer to users, is recognized as one of the key pillars to
meet demanding requirements of 5G/Beyond 5G era, with regard to low
latency, bandwidth efficiency, data locality and privacy.</t>
        <t>Edge computing is more important than ever. This is because no matter
how much New Radio improves access speeds, it won't improve
throughput, latency and user experiences because they are largely
bound to end-to-end round trip delay.</t>
        <t>Even with existing mobile architectures, it is possible to place UPFs
in a multi-tier, or to distribute UPFs, to achieve Edge Computing.
<xref target="TS.23548"/> and <xref target="ETSI-MEC"/> describes how to properly select the
UPF of adequate proximity. However, complicated and signaling-heavy
mechanisms are required to branch traffic or properly use different
UPFs. Also, if the UPF is distributed, seamless handover has to be
compromised.</t>
        <t>When it comes to IP routing paradigum, ubiquitous computing is
innately supported. uSID is particularly beneficial here, as edge computing frequently involves a high volume of small packets, such as those generated by IoT devices. Traditional SRv6 headers with long Segment Lists can impose a disproportionately high overhead on these small payloads. uSID minimizes this overhead, thereby maximizing effective throughput and ensuring efficient utilization of bandwidth-constrained links in distributed edge environments.</t>
      </section>
      <section anchor="urllc-ultra-reliable-low-latency-communication-support">
        <name>URLLC (Ultra-Reliable Low-Latency Communication) support</name>
        <t>3GPP <xref target="TR.23725"/> investigates the key issues for meeting the URLLC
requirements on latency, jitter and reliability in the 5G System. The
solutions provided in the document are focused at improving the
overlay protocol (GTP-U) and limits to provide a few hints into how
to map such tight-SLA into the transport network. These hints are
based on static configuration or static mapping for steering the
overlay packet into the right transport SLA. Such solutions do not
scale and hinder network economics.</t>
        <t>Another issue that deserves special mention is the ultra-reliability
issue. In order to support ultra-reliability with the tunnel session
paradigm, redundant user planes paths based on dual connectivity has
been proposed. The proposal has two main options.</t>
        <ul spacing="normal">
          <li>
            <t>Dual Connectivity based end-to-end Redundant User Plane Path</t>
          </li>
          <li>
            <t>Support of redundant transmission on N3/N9 interfaces</t>
          </li>
        </ul>
        <t>In the case of the former, UE and hosts have RHF(Redundancy Handling
Function). In sending, RFH is to replicate the traffic onto two GTP-U
tunnels, and in receiving, RHF is to merge the traffic.</t>
        <t>In the case of the latter, traffic are to be replicated and merged
with the same sequence for specific QoS flow, which requires further
enhancements.</t>
        <t>And in either cases, the bigger problem is the lack of a reliable way
for the redundant sessions to get through the disjoint path: even
with the redundant sessions, if it ends up using the same
infrastructure at some points, the redundancy is meaningless.</t>
        <t>These issues can be solved more simply without GTP-U tunnel.</t>
        <t>Segment routing has some advantages for URLLC traffic.
First, traffic can be mapped to a disjoint path or low latency path
as needed. Second, Segment routing provides an automated reliability
protection mechanism known as TI-LFA, which is a sub-50ms FRR
mechanism that provides protection regardless of the topology through
the optimal backup path. It can be provisioned slice-aware.</t>
        <t>uSID further strengthens URLLC support by minimizing serialization delays and optimizing hardware processing at intermediate nodes. By shortening the overall packet length and reducing the number of required hardware lookups, uSID helps minimize jitter and provides more predictable end-to-end latency.</t>
      </section>
    </section>
    <section anchor="co-existence-and-incremental-deployability">
      <name>Co-existence and Incremental Deployability</name>
      <t>Mobile networks are composed of radio, mobile packet core, and IP
networks (access and backbone), with separate standard organizations
and communities. Therefore, in the steady state, it is difficult to
innovate to a new architecture and requires coexistence and
incremental deployment.</t>
      <t><xref target="RFC9433"/> defines the user plane convergence between GTP-U and
SRv6, so that it can co-exist with the existing user plane as needed.</t>
      <t><xref target="I-D.mhkk-dmm-mup-architecture"/> defines the MUP architecture
for Distributed Mobility Management, which can be plugged into the
existing mobile service architecture. In the architecture, mobile
session information is transformed to routing information, and
operated in L3VPN scheme.</t>
    </section>
    <section anchor="sec-security">
      <name>Security Considerations</name>
      <t>The deployment of this architecture is targeted in an administrative
domain, and the functionality is domain specific.</t>
    </section>
    <section anchor="sec-iana">
      <name>IANA Considerations</name>
      <t>This memo includes no request to IANA.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9433">
          <front>
            <title>Segment Routing over IPv6 for the Mobile User Plane</title>
            <author fullname="S. Matsushima" initials="S." role="editor" surname="Matsushima"/>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="M. Kohno" initials="M." surname="Kohno"/>
            <author fullname="P. Camarillo" initials="P." role="editor" surname="Camarillo"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>This document discusses the applicability of Segment Routing over IPv6 (SRv6) to the user plane of mobile networks. The network programming nature of SRv6 accomplishes mobile user-plane functions in a simple manner. The statelessness of SRv6 and its ability to control both service layer path and underlying transport can be beneficial to the mobile user plane, providing flexibility, end-to-end network slicing, and Service Level Agreement (SLA) control for various applications.</t>
              <t>This document discusses how SRv6 could be used as the user plane of mobile networks. This document also specifies the SRv6 Endpoint Behaviors required for mobility use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9433"/>
          <seriesInfo name="DOI" value="10.17487/RFC9433"/>
        </reference>
        <reference anchor="RFC9800">
          <front>
            <title>Compressed SRv6 Segment List Encoding</title>
            <author fullname="W. Cheng" initials="W." role="editor" surname="Cheng"/>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="Z. Li" initials="Z." surname="Li"/>
            <author fullname="B. Decraene" initials="B." surname="Decraene"/>
            <author fullname="F. Clad" initials="F." role="editor" surname="Clad"/>
            <date month="June" year="2025"/>
            <abstract>
              <t>Segment Routing over IPv6 (SRv6) is the instantiation of Segment Routing (SR) on the IPv6 data plane. This document specifies new flavors for the SRv6 endpoint behaviors defined in RFC 8986, which enable the compression of an SRv6 segment list. Such compression significantly reduces the size of the SRv6 encapsulation needed to steer packets over long segment lists.</t>
              <t>This document updates RFC 8754 by allowing a Segment List entry in the Segment Routing Header (SRH) to be either an IPv6 address, as specified in RFC 8754, or a REPLACE-CSID container in packed format, as specified in this document.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9800"/>
          <seriesInfo name="DOI" value="10.17487/RFC9800"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.ali-teas-spring-ns-building-blocks">
          <front>
            <title>Building blocks for Network Slice Realization in Segment Routing Network</title>
            <author fullname="Zafar Ali" initials="Z." surname="Ali">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Clarence Filsfils" initials="C." surname="Filsfils">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Pablo Camarillo" initials="P." surname="Camarillo">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Daniel Voyer" initials="D." surname="Voyer">
              <organization>Bell Canada</organization>
            </author>
            <author fullname="Satoru Matsushima" initials="S." surname="Matsushima">
              <organization>Softbank</organization>
            </author>
            <author fullname="Reza Rokui" initials="R." surname="Rokui">
              <organization>Ciena</organization>
            </author>
            <author fullname="Amit Dhamija" initials="" surname="Dhamija">
              <organization>Rakuten</organization>
            </author>
            <author fullname="Praveen Maheshwari" initials="P." surname="Maheshwari">
              <organization>Airtel</organization>
            </author>
            <date day="7" month="September" year="2022"/>
            <abstract>
              <t>   This document describes how to realize the IETF network slice using the
   Segment Routing based technology. It explains how the
   building blocks specified for the Segment Routing can be used for
   this purpose.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ali-teas-spring-ns-building-blocks-03"/>
        </reference>
        <reference anchor="I-D.filsfils-spring-srv6-stateless-slice-id">
          <front>
            <title>Stateless and Scalable Network Slice Identification for SRv6</title>
            <author fullname="Clarence Filsfils" initials="C." surname="Filsfils">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Francois Clad" initials="F." surname="Clad">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Pablo Camarillo" initials="P." surname="Camarillo">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Syed Kamran Raza" initials="S. K." surname="Raza">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Daniel Voyer" initials="D." surname="Voyer">
              <organization>Bell Canada</organization>
            </author>
            <author fullname="Reza Rokui" initials="R." surname="Rokui">
              <organization>Ciena</organization>
            </author>
            <date day="22" month="July" year="2024"/>
            <abstract>
              <t>   This document defines a stateless and scalable solution to achieve
   network slicing with SRv6.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-filsfils-spring-srv6-stateless-slice-id-10"/>
        </reference>
        <reference anchor="I-D.mhkk-dmm-mup-architecture">
          <front>
            <title>Mobile User Plane Architecture 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">
         </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="Jakub Horn" initials="J." surname="Horn">
              <organization>Cisco Systems</organization>
            </author>
            <date day="2" month="March" year="2025"/>
            <abstract>
              <t>   This document defines the Mobile User Plane (MUP) architecture for
   Distributed Mobility Management.  The requirements for Distributed
   Mobility Management described in [RFC7333] can be satisfied by
   routing fashion.

   In MUP Architecture, session information between the entities of the
   mobile user plane is turned to routing information so that mobile
   user plane can be integrated into dataplane.

   MUP architecture is designed to be pluggable user plane part of
   existing mobile service architectures, enabled by auto-discovery for
   the use plane.  Segment Routing provides network programmability for
   a scalable option with it.

   While MUP architecture itself is independent from a specific
   dataplane protocol, several dataplane options are available for the
   architecture.  This document describes IPv6 dataplane in Segment
   Routing case (SRv6 MUP) due to the DMM requirement, and is suitable
   for mobile services which require a large IP address space.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-mhkk-dmm-mup-architecture-02"/>
        </reference>
        <reference anchor="BBF407">
          <front>
            <title>5G Wireless Wireline Convergence Architecture</title>
            <author>
              <organization>BBF</organization>
            </author>
            <date year="2020" month="August"/>
          </front>
          <seriesInfo name="BBF TR-407" value="Issue:1"/>
        </reference>
        <reference anchor="ETSI-MEC">
          <front>
            <title>MEC in 5G Networks</title>
            <author>
              <organization>ETSI</organization>
            </author>
            <date year="2018" month="June"/>
          </front>
          <seriesInfo name="ETSI White Paper" value="No.28"/>
        </reference>
        <reference anchor="TR.23725">
          <front>
            <title>Study on enhancement of Ultra-Reliable Low-Latency Communication (URLLC) support in the 5G Core network (5GC)</title>
            <author>
              <organization>3GPP</organization>
            </author>
            <date year="2019" month="June"/>
          </front>
          <seriesInfo name="3GPP TR 23.725" value="16.2.0"/>
        </reference>
        <reference anchor="TS.23316">
          <front>
            <title>Wireless and wireline convergence access support for the 5G System (5GS)</title>
            <author>
              <organization>3GPP</organization>
            </author>
            <date year="2021" month="September"/>
          </front>
          <seriesInfo name="3GPP TS 23.316" value="16.7.0"/>
        </reference>
        <reference anchor="TS.23548">
          <front>
            <title>5G system Enhacements for Edge Computing</title>
            <author>
              <organization>3GPP</organization>
            </author>
            <date year="2021" month="September"/>
          </front>
          <seriesInfo name="3GPP TS 23.548" value="17.0.0"/>
        </reference>
      </references>
    </references>
    <?line 323?>

<!-- # Title of Appendix A -->

<section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Authors would like to thank Satoru Matsushima, Shunsuke Homma, Yuji
Tochio and Jeffrey Zhang, for their insights and comments.</t>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="F." surname="Clad" fullname="Francois Clad">
        <organization>Cisco Systems, Inc.</organization>
        <address>
          <postal>
            <country>France</country>
          </postal>
          <email>fclad.ietf@gmail.com</email>
        </address>
      </contact>
      <contact initials="P." surname="Camarillo" fullname="Pablo Camarillo Garvia">
        <organization>Cisco Systems, Inc.</organization>
        <address>
          <postal>
            <country>Spain</country>
          </postal>
          <email>pcamaril@cisco.com</email>
        </address>
      </contact>
      <contact initials="Z." surname="Ali" fullname="Zafar Ali">
        <organization>Cisco Systems, Inc.</organization>
        <address>
          <postal>
            <country>USA</country>
          </postal>
          <email>zali@cisco.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+Va227cyHZ9r6+oWA+RgGZblsYztpAE7pEsWzOSjqLLcXKC
5KCarO4ui2TxsEi124KAfES+MF+StXdVkex22+MAgV8CzKVFFov7uvbau5gk
iXg4kofCNarM/qpyW+oj2dStFqaq+ZdrDvb3X+8fiMocyX9rbDqSztZNrWcO
v1YF/fh3IVw7LYxzxpa3qwp7nL29PRWq1upIPjsrG12XunkmlnP8eXJxIT/Y
+t6Uc/mutm31TKSqOZKmnFmxk6kGj+9IW5hGNlbmupGfivygnqVyZvJcNgst
07auddlIWixtLZ3mtZl2ptYZXxaiMU2OrSZ1ujCNTpu21vLEuLRlMSX+ubl+
+Fle2KnJtbxzupZVrkot1HRaa5iFbhd2mijsIDKblqrAflmtZk1idDNLsqJI
XN0vSvYPxc69Xi1tnZEOKsukcrLUOtOZEKptFramG7WutGrkDKKrciX9DSET
IeVObUlqnZkGd3dkW6a2KEhZM5OqqnKTqmmuaaUpHW1GytO9trGFakwKQ5rG
qNxJg3/wOGyVNnjAy3+rq0ob+bvCYoWrtoZTjmEXK29WrtEF/HpWpmPc0oUy
OaLgnte+SWnRGOLgVmrbsqlXR/I3VanyB4n+m7pvp/K9rcvvkvsjlsOu5XbB
jz/rdCGvddVOIdgP0uC8VSuokZs8avBnXZvPtuylzrFk/JGWvHnw9zYlv7uZ
/CBxP2jzN6OQp8cLXc47oy9MqULe9HKntGQZHniT0pqCl3xheLr1gxS4MCsl
f7eL0kbhf9fGyrvSwLbONKte/gJL/3pPS9/cY834Y/VlmIvU4k8zxdvrmOCD
S05OdW6XyOsc/yN8c5CC0hyyEhL4RHc/SPnTWuEabh3nKvuujJmlWDkmbHsz
pyubruMd9f9WfJb+aiyPASM1INx2El5hhe2vy3eqfjDfB0pV6p/antw3lTI/
CpX+omaqlpPcfJfcn5HZ22XmtJai5GhBfMYA6y6gbMw06l6qQ6Bh+fXp8euf
Dg+Pws9X+/tHQlAl3dhkcGnbNmfJyRiCJY1WLnFVjdhNSpdMW5Nn9BtuSu/d
UViJOuzo37iSamACCtHoXDtchUl1YrK4vFjc33OtLNqK62Qsx0cSK3799fSn
/V9orZShZL98Jz+gkNNm/ocptTy2JXJ2TnKv1XR+MJRW/h28gH35T08oDvYP
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
+kaXeLuLH9oEovI/gZCu+iEyAAA=

-->

</rfc>
