Showing posts with label 5G-Advanced. Show all posts
Showing posts with label 5G-Advanced. Show all posts

Thursday, 17 September 2026

Post-Quantum Cryptography in 3GPP

Quantum computing often appears in discussions about 6G, but one area where its impact is already influencing 3GPP work is security.

Many of the public-key cryptographic algorithms used today rely on mathematical problems that are extremely difficult for conventional computers but could be solved much more efficiently by a sufficiently powerful quantum computer. RSA, Diffie-Hellman and elliptic-curve cryptography are the main examples. This does not mean that a future quantum computer suddenly breaks all 5G security.

The most immediate concern is public-key cryptography. Symmetric mechanisms such as those used for 5G authentication, NAS security and PDCP protection are affected differently and remain considerably more resistant. The main quantum threat to symmetric cryptography comes from Grover's algorithm, which provides a theoretical quadratic speed-up rather than the much more dramatic impact that Shor's algorithm has on RSA and elliptic-curve cryptography.

For 3GPP, the issue is therefore not simply "make 5G quantum safe". The first task is to identify where vulnerable public-key cryptography appears across the system and determine which standards organisation is responsible for replacing it. This work is now well underway in 3GPP SA3.

The main study is 3GPP TR 33.703, Study on Transitioning to Post Quantum Cryptography (PQC) in 3GPP. The latest published version at the time of writing is V20.0.1, Release 20.

Importantly, the study is generation agnostic. PQC should therefore not be thought of as a 6G-only feature. It affects existing 5G systems, 5G-Advanced evolution and future 6G networks.

3GPP had already prepared for this work through TR 33.938, 3GPP Cryptographic Inventory, which identifies where cryptography is used across the 5G System. The inventory includes mechanisms such as TLS, IKEv2, PKI certificates, JOSE, COSE, ECIES, EAP-TLS, EAP-AKA', 5G-AKA, NAS security, PDCP security and MIKEY-SAKKE.

At a simplified level:

3GPP area Typical mechanism Quantum relevance
Subscriber identity privacy SUCI / ECIES Directly affected by elliptic-curve cryptography
Primary authentication 5G-AKA / EAP-AKA' Primarily symmetric cryptography
NAS / PDCP protection Symmetric encryption and integrity Different quantum-security considerations
5G Core interfaces TLS Public-key key establishment and signatures
IPsec interfaces IKEv2 / IPsec Public-key or DH key establishment
Certificates PKI / X.509 Public-key signatures
API and application security JOSE / COSE Signatures and key establishment
Mission Critical Services MIKEY-SAKKE Existing asymmetric key-management mechanism

This distinction is important because much of the cryptography used by 3GPP is actually defined elsewhere. TLS, IKEv2, JOSE, COSE and PKI are mainly developed in the IETF and related standards bodies. 3GPP therefore does not need to invent new post-quantum versions of those protocols. Instead, SA3 can adopt and profile PQC-capable versions as they mature.

TR 33.703 consequently separates protocols largely dependent on other standards organisations from mechanisms that are more directly controlled by 3GPP.

The most important 3GPP-specific case is SUCI, the Subscription Concealed Identifier. 5G introduced SUCI to avoid routinely transmitting a subscriber's permanent identity, the SUPI, over the air. For an IMSI-based subscription, the part identifying the subscriber is concealed using a home-network public key. The home operator provisions the relevant public-key information into the USIM, and the home network later recovers the subscriber identity using the corresponding private key.

The currently standardised public-key SUCI protection schemes use ECIES, the Elliptic Curve Integrated Encryption Scheme.

TS 33.501 defines:

Scheme Identifier Public-key mechanism
Null scheme 0x0 No concealment
Profile A 0x1 X25519 / Curve25519
Profile B 0x2 secp256r1
Future standardised schemes 0x3–0xB Reserved
Proprietary schemes 0xC–0xF Home-operator specific

A simplified existing SUCI procedure is:

UE / USIM                                  Home Network

HN public key
      │
      ▼
Generate ephemeral EC key pair
      │
      ▼
Perform ECDH
      │
      ▼
Shared secret
      │
      ▼
KDF
      │
      ├── Encryption key
      ├── Initial counter
      └── MAC key
      │
      ▼
Protect subscriber-specific identity
(e.g. MSIN for an IMSI-based SUPI)
      │
      ▼
Create SUCI
      │
      └──────────────────────────────────► SIDF
                                             │
                                             ▼
                                    Use HN private key
                                             │
                                             ▼
                               Verify protection and
                                  reconstruct SUPI

The symmetric AES encryption inside this procedure is not the main quantum problem. The vulnerable component is the elliptic-curve key agreement used to establish the shared secret. That makes SUCI particularly interesting from a 3GPP perspective because it cannot simply wait for TLS or IKEv2 to be updated elsewhere. 3GPP needs new SUCI protection mechanisms of its own.

This is one reason a large part of TR 33.703 is devoted to possible future SUCI constructions. The obvious candidate from the post-quantum world is ML-KEM, the Module-Lattice-Based Key Encapsulation Mechanism standardised by NIST in FIPS 203. ML-KEM is a Key Encapsulation Mechanism rather than a conventional public-key encryption algorithm.

The basic idea is:

Home Network creates:
  Public key
  Private key

UE receives HN public key
          │
          ▼
     ML-KEM Encaps
       /       \
      /         \
     ▼           ▼
Shared secret   KEM ciphertext
     │               │
     │               └────────────► Home Network
     │                                  │
     ▼                                  ▼
Derive keys                       ML-KEM Decaps
     │                                  │
     ▼                                  ▼
Conceal SUPI                     Same shared secret

The UE and home network end up with the same shared secret, which can then be used to derive keys for protecting the subscriber identity.

TR 33.703 studies both standalone PQC and hybrid approaches. With standalone PQC, a mechanism such as ML-KEM could replace the elliptic-curve key agreement completely. With a hybrid approach, the new post-quantum mechanism operates alongside the traditional one:

X25519 shared secret ────┐
                         ├──► Combiner ───► Shared secret
ML-KEM shared secret ────┘

The attraction of a hybrid is that security does not depend entirely on one new algorithm during the migration period. If elliptic-curve cryptography eventually becomes vulnerable to quantum attack but ML-KEM remains secure, the post-quantum component protects the result. If a weakness were instead discovered in the newer PQC algorithm before large quantum computers became practical, the traditional component could still provide protection against conventional attackers. The trade-off is increased complexity, larger messages and more demanding interoperability.

TR 33.703 therefore places considerable importance on cryptographic agility, meaning that algorithms need to be replaceable without redesigning the surrounding system every time cryptographic recommendations change. The SUCI study contains many possible approaches rather than a single selected solution. These include standalone PQC, hybrid PQC, nested hybrid schemes, symmetric-key approaches and mechanisms concerned with protection-profile selection. The presence of a proposal in TR 33.703 should therefore not be interpreted as meaning that 3GPP has standardised it.

One particularly useful proposal for understanding the direction of travel considers ML-KEM-768, either on its own or in combination with X25519. In the standalone case, ML-KEM replaces the ECDH operation used by today's ECIES-based profiles. In a hybrid case, the result from ML-KEM is combined with a conventional X25519 shared secret before deriving the keys used for SUCI protection.

There is, however, a major engineering problem. Post-quantum cryptography is much less compact than the elliptic-curve cryptography currently used for SUCI. For Profile A, the ephemeral X25519 public key is only 32 bytes. The transmitted MAC adds another 8 bytes, with the concealed subscriber identifier adding only a small amount more.

ML-KEM is very different:

Parameter set Public key Ciphertext
ML-KEM-512 800 bytes 768 bytes
ML-KEM-768 1,184 bytes 1,088 bytes
ML-KEM-1024 1,568 bytes 1,568 bytes

The ML-KEM-768 ciphertext alone is therefore more than thirty times larger than the ephemeral X25519 public key currently carried in SUCI Profile A. This creates a very practical 3GPP problem. A future PQC-protected SUCI could become larger than the limits assumed by protocols carrying the identity.

3GPP SA3 highlighted this to the IETF in 2026, noting that a PQC SUCI could exceed the 1020-byte EAP MTU and, depending on the selected algorithm and construction, potentially even exceed the size normally associated with a 1500-byte Ethernet MTU. This affects EAP-AKA' because EAP currently does not provide a suitable way to fragment the identity involved in this exchange.

The apparently simple migration:

X25519 → ML-KEM

can therefore turn into:

Larger PQC ciphertext
        ↓
Larger SUCI
        ↓
Larger EAP identity
        ↓
Existing MTU exceeded
        ↓
Fragmentation required
        ↓
EAP-AKA' changes
        ↓
IETF and 3GPP coordination

This is one of the most useful examples in TR 33.703 because it shows that PQC migration is not merely an algorithm substitution problem. It is a protocol and system-design problem. There is a similar issue inside the UE and USIM. The home-network public key used for SUCI protection has to be provisioned and stored somewhere accessible to the SUCI calculation function.

For X25519 this is only 32 bytes.

For ML-KEM-768 it is 1,184 bytes.

If SUCI calculation takes place inside the USIM, the USIM may also need to support the relevant post-quantum computation. If it takes place in the ME, both the ME and USIM still need to understand the new protection profile and associated provisioning.

This raises practical migration questions for 5G devices already in the field:

  • Can existing USIMs support the new profile?
  • Can the HN public key be updated remotely?
  • Can existing devices execute ML-KEM?
  • Does SUCI calculation happen in the ME or USIM?
  • How is algorithm capability indicated?
  • How are HN keys rotated?
  • How do old and new devices coexist?
  • What happens during roaming?

These issues are particularly important because mobile devices, IoT devices and SIMs can remain deployed for many years. SUCI is not the only part of the 5G security architecture that needs to evolve. TLS is extensively used within the 5G Service-Based Architecture. Post-quantum migration affects both TLS key establishment and, eventually, certificate signatures. IKEv2 and IPsec also need quantum-resistant key-establishment options. PKI migration affects CAs, certificates, trust stores, HSMs and network functions. JOSE and COSE also rely on public-key mechanisms that need to evolve.

In these areas, 3GPP is largely dependent on the work of the IETF and other standards organisations:

NIST
  │
  │ standardises PQ algorithms
  ▼
IETF and other SDOs
  │
  │ integrate them into protocols
  ▼
3GPP
  │
  │ profiles them for mobile systems
  ▼
Vendors and operators

This dependency explains why PQC transition work has to begin years before the cryptographic threat becomes immediate. It is also worth being precise about 5G-AKA. 5G-AKA does not simply need to be replaced by ML-KEM. The long-term subscription credential used by 5G-AKA is symmetric, and the resulting authentication and key hierarchy are based largely on symmetric cryptographic mechanisms. The same applies to NAS and PDCP encryption and integrity protection. The quantum-security question for these mechanisms is therefore different from the public-key problem affecting SUCI, TLS, certificates and IKEv2.

A useful simplified distinction is:

SUCI
 │
 └── ECIES / ECDH
       │
       ▼
  Public-key PQC problem


5G-AKA / NAS / PDCP
       │
       ▼
 Symmetric cryptography
       │
       ▼
Different quantum-security problem

This is why statements that "quantum computers will break 5G security" are too simplistic.

The second specifically 3GPP-related mechanism considered in TR 33.703 is MIKEY-SAKKE, which is used within Mission Critical Services. The current study identifies the post-quantum issue but does not provide the final migration solution. This is another reminder that TR 33.703 is a transition study, not the final quantum-safe security architecture. The work has already started moving beyond the study phase. 3GPP now has a Release 20 normative work item called Post-quantum Cryptography Migration Phase 1, or PQCMigration_Ph1-SEC.

The overall progression can therefore be seen as:

TR 33.938
Cryptographic Inventory
        │
        ▼
Where is cryptography used?
        │
        ▼
TR 33.703
PQC Transition Study
        │
        ▼
What needs to change?
        │
        ▼
Rel-20 PQC Migration Phase 1
        │
        ▼
Normative specification changes
        │
        ▼
Further migration phases

This is particularly relevant when looking towards 6G. Release 20 is the main 6G study release, but PQC is deliberately not being treated as something that starts only with a new 6G air interface or 6G Core. The migration needs to begin across existing 5G security mechanisms so that 5G, 5G-Advanced and 6G systems can coexist during what is likely to be a long cryptographic transition.

For mobile networks, the challenge is not just choosing a post-quantum algorithm. It is supporting old and new devices, existing and future SIMs, roaming partners, new certificate chains, larger protocol messages, multiple algorithm generations and potentially hybrid cryptography at the same time. That is why crypto-agility is likely to be one of the most important outcomes of the work.

The industry does not know exactly when a Cryptographically Relevant Quantum Computer will become available. It also cannot assume that today's preferred post-quantum algorithms will remain unchanged for the lifetime of a mobile-network generation. The network therefore needs to be designed so that cryptographic algorithms and profiles can evolve without requiring another fundamental redesign. Perhaps the most useful lesson from TR 33.703 is that the cryptographic mathematics may turn out to be the easy part.

Changing a 32-byte elliptic-curve value into a more than 1-kilobyte post-quantum ciphertext can affect SUCI, USIM provisioning, device implementations, EAP, MTUs, fragmentation, roaming and interoperability. And that is just one security procedure.

PQC in 3GPP is therefore not really a future 6G feature. It is an ongoing migration of the security foundations that 5G, 5G-Advanced and 6G will all depend on.

Related Posts: 

Tuesday, 1 September 2026

Energy Efficiency Improvements in 3GPP Technologies: From LTE to 5G-Advanced

Energy efficiency has become one of the most important topics in mobile networks. Operators need to support growing traffic, wider bandwidths, massive MIMO, better coverage and new services, while also reducing energy consumption, managing cost and meeting sustainability targets.

We have put together a five-part video series looking at Energy Efficiency Improvements in 3GPP Technologies, starting with LTE and then moving through 5G NR, 5G-Advanced Release 18 and 3GPP Release 19.

The aim of the series is to explain the topic in a structured way. Energy saving in mobile networks is not simply about switching equipment off. It requires careful coordination between radio design, traffic load, user experience, QoS, mobility, device behaviour, RAN hardware, network policies and service requirements.

The five videos in the playlist are:

  1. Energy Efficiency in Mobile Networks: The Basics - This introductory video explains why energy efficiency matters, why the RAN gets most attention, how energy saving differs from energy efficiency, and why measurements and KPIs are essential before optimisation.
  2. How LTE Networks Save Energy - This video looks at LTE energy-saving mechanisms including dormant mode, carrier switch-off, secondary antenna deactivation, common channel power control, Cell DTX, compensation cells, and OAM or signalling-based control.
  3. Why 5G NR Is More Energy Efficient by Design - This part explains the energy-efficiency improvements built into 5G NR, including lean carrier design, sleep opportunities, Bandwidth Parts, carrier aggregation, UE DRX, massive MIMO, beamforming and radio hardware evolution.
  4. 5G-Advanced Release 18 Network Energy Saving - This video looks at Release 18 Network Energy Saving features such as SSB-less SCells, Cell DTX/DRX, CSI enhancements, antenna adaptation, PDSCH power adaptation, Conditional Handover for NES cells and legacy UE handling.
  5. 3GPP Release 19 Energy Efficiency and Energy Saving - The final video looks at Release 19 enhancements including on-demand SSB operation for SCells, on-demand SIB1 for idle/inactive UEs, SSB periodicity adaptation, PRACH and paging adaptation, LP-WUS/WUR, Energy Information Function, OAM, slicing, charging and energy efficiency as a service criterion.

The overall message from the series is that mobile network energy efficiency has evolved from relatively simple resource switch-off mechanisms towards more intelligent, adaptive and service-aware optimisation. LTE introduced many of the early practical ideas. 5G NR provided a more flexible and energy-efficient foundation. 5G-Advanced Release 18 made RAN Network Energy Saving more explicit, and Release 19 expands the topic towards on-demand signalling, UE wake-up efficiency and system-wide energy awareness.

The complete playlist is embedded below.

The main references used for this series include 3GPP article, 3GPP TR 21.919, 3GPP TR 38.864, 3GPP TR 38.869, NGMN material on 5G energy efficiency best practices, and technical material from Nokia Bell Labs on 5G-Advanced Network Energy Saving.

Related Posts: 

Friday, 21 August 2026

Multi-Panel UE (MPUE) in 5G and 5G-Advanced

With the introduction of millimetre-wave spectrum in 5G NR, antenna design at the UE became significantly more complicated. At these higher frequencies, increased propagation and penetration losses mean that directional antenna arrays and beamforming are important not only at the base station but also at the device. A single directional antenna array on a smartphone, however, would provide good performance over only part of the surrounding space. Rotate the device, change the direction of the serving cell, or block the antenna with a hand, and the radio link could deteriorate rapidly.

One solution is to place several antenna panels around different parts of the device. This gives rise to the concept of the Multi-Panel User Equipment, or MPUE.

A useful definition appears in a patent on cell reselection for MPUEs. It describes a mobile UE using two or more differently oriented antenna panels, with each providing different angular coverage. Each panel can itself contain multiple closely spaced antenna elements forming an antenna array or antenna module.

In its simplest form, imagine three directional antenna panels positioned around different edges of a smartphone.

Depending on the orientation of the phone, location of the base station and blockage from the user's hand or body, one antenna panel may provide a significantly better radio path than the others.

This type of architecture is particularly interesting for 5G FR2, where directional antenna gain helps compensate for higher path and diffraction losses. Research into MPUE mobility has considered devices with several spatially distinct antenna panels, allowing the UE to exploit antenna directivity while potentially reducing interference arriving from other directions.

An important point is that MPUE should not be thought of simply as a separate type of UE defined by 3GPP.

The antenna-panel implementation has traditionally been largely hidden from the network. In Release 16, for example, antenna panel selection, activation, deactivation and switching were largely left to the UE implementation. Different MPUE hardware architectures can consequently have quite different capabilities and power-consumption characteristics.

Three MPUE assumptions have commonly been used in 3GPP-related work to represent these different hardware capabilities.

  • MPUE-Assumption 1 (MPUE-A1): multiple panels are present, but only one panel can be active at a time. Switching between panels therefore introduces some activation or switching delay.
  • MPUE-Assumption 2 (MPUE-A2): multiple panels can be active simultaneously, and one or more panels can be used for transmission.
  • MPUE-Assumption 3 (MPUE-A3): multiple panels can be active simultaneously for reception and measurements, but only one panel is used for transmission.

These assumptions are useful because having several physical antenna panels does not automatically mean that all of them can measure, receive or transmit simultaneously. The result depends on the RF and baseband architecture inside the device.

This leads to an interesting problem for mobility. If a UE has several antenna panels pointing in different directions, which panel should be used to measure the serving and neighbouring cells?

Research from Nokia and the Vodafone Chair at TU Dresden has looked at this question in multi-beam FR2 networks, particularly comparing MPUE-A1 and MPUE-A3.

With MPUE-A1, only one panel makes measurements at a time. Measurements are therefore effectively obtained sequentially as the UE moves between its available antenna panels.

With MPUE-A3, multiple panels can make measurements simultaneously.

The difference sounds subtle, but it can have an important impact on mobility. Consider a three-panel UE moving through a network. Under MPUE-A3, measurements obtained through all three panels can remain relatively current.

Under MPUE-A1, while Panel 1 is measuring the radio environment, measurements previously obtained through Panels 2 and 3 are getting older. By the time one of those panels is used again, the UE may have moved and the surrounding radio conditions may have changed.

A handover decision can therefore potentially be based on outdated measurements.

The 2022 study Analysis and Performance Evaluation of Mobility for Multi-Panel User Equipment in 5G Networks found that the two MPUE schemes could provide significant mobility-performance gains compared with the reference traditional UE architecture used in the study. It also found that the different MPUE architectures required different mobility-parameter settings to achieve their best performance.

This is an important observation because simply adding more antenna panels does not automatically solve mobility problems. The network procedures and mobility parameters have to take account of how the particular UE actually performs its measurements.

The issue becomes even more interesting when UE-side receive beamforming is added.

Instead of merely selecting one directional antenna panel, the UE can potentially form or steer receive beams within the angular coverage of a panel.

A later study investigated three different UE-side receive-beamforming approaches for an MPUE equipped with three directional panels in a multi-beam FR2 network. In the system-level simulations used in the study, the proposed techniques reduced radio link failures by up to 53% and handover failures by up to 90%. These figures are specific to the assumptions and scenarios used in that research, but they illustrate the potential mobility benefits of combining multiple panels with UE-side beamforming.

There are also interesting implications for interference.

If the serving cell is received strongly through one UE panel while an interfering neighbouring cell lies in a substantially different direction, the directional response of the selected antenna panel can provide some spatial isolation between them.

Research into Fast Conditional Handover has similarly noted that if an MPUE can communicate using panels oriented towards its serving cell, inter-cell interference from neighbouring cells may be significantly suppressed.

A patent from Nokia takes this idea in another direction by proposing the use of spatial separation when performing cell reselection in a network supporting network slicing.

The proposed mechanism considers candidate cells and performs communication-quality measurements using one or more of the UE's antenna panels. It can then consider whether a candidate cell supporting a required network slice is sufficiently spatially separated, or orthogonal, from other candidate cells before selecting it.

It is important to stress that this is a patent proposal rather than functionality defined by current 3GPP cell-reselection procedures.

Cell reselection normally applies when the UE is in RRC_IDLE or RRC_INACTIVE, whereas most of the MPUE mobility research discussed above focuses on connected-mode handover. The patent is interesting precisely because it proposes extending the usefulness of directional MPUE measurements into the cell-reselection problem, particularly where slice availability and intra-frequency interference need to be considered.

The underlying point remains the same: for an MPUE, the radio environment seen by the device can depend not only on where the UE is located, but also on which antenna panel is observing the network and in which direction that panel is looking.

5G-Advanced takes the multi-panel concept another important step forward.

As part of the Release 18 MIMO enhancements, 3GPP introduced support for Simultaneous Transmission with Multi-Panel, or STxMP, for multi-TRP uplink operation.

This allows a capable UE to transmit simultaneously using different antenna panels towards two Transmission/Reception Points, or TRPs.

There are several possibilities.

For single-DCI STxMP Spatial Division Multiplexing (SDM) PUSCH transmission, different spatial layers of one PUSCH are separately transmitted towards the two TRPs.

For single-DCI STxMP Single Frequency Network (SFN) PUSCH transmission, the same layers of one PUSCH are transmitted towards the two TRPs. This provides transmission diversity and can improve robustness.

For multi-DCI STxMP PUSCH+PUSCH transmission, two PUSCH transmissions are transmitted towards the two TRPs.

This distinction is worth making carefully. Separate PUSCH transmissions belong to the multi-DCI PUSCH+PUSCH case; the single-DCI SDM case divides different layers of one PUSCH between the two TRPs.

Release 18 therefore represents an interesting evolution of the MPUE concept.

Initially, multiple antenna panels were largely about giving a highly directional UE better angular coverage and allowing it to select an appropriate panel as its orientation and radio environment changed.

The evolution can roughly be thought of as:

Multiple antenna panels
→ Broader angular coverage
→ Panel selection and switching
→ Panel-aware measurements
→ UE-side beamforming
→ Improved mobility and spatial interference isolation
→ Simultaneous multi-panel transmission

There are, of course, trade-offs.

Supporting several simultaneously active antenna panels may require additional RF chains and baseband processing, increasing hardware complexity and power consumption. MPUE-A1 avoids some of this complexity by using one panel at a time, but sequential measurements can become outdated and panel switching can introduce delay.

More capable architectures can provide fresher measurements and support simultaneous panel operation, but potentially at a higher implementation and energy cost.

The network and UE therefore need to balance radio performance, mobility robustness, measurement freshness, hardware capability and power consumption.

MPUE is consequently much more interesting than simply saying that a 5G smartphone contains several antenna arrays.

At FR2 in particular, the physical orientation and capabilities of those antenna panels can influence how the UE sees the network, how reliably it moves between cells and how effectively it exploits directional beamforming.

With 5G-Advanced Release 18 STxMP, multiple UE panels can now also become part of the simultaneous uplink transmission strategy towards multiple TRPs.

As mobile networks make greater use of beamforming, multi-TRP operation and increasingly sophisticated MIMO techniques, understanding the antennas and RF capabilities inside the UE becomes an increasingly important part of understanding how the overall radio network performs.

Related Posts: 

Thursday, 11 June 2026

Release 19 Takes Satellite, NTN and Aerial Connectivity Further

3GPP Release 19 continues the evolution of 5G-Advanced and, among many other areas, brings important enhancements for satellite access, Non-Terrestrial Networks (NTN), Uncrewed Aerial Systems (UAS), Air-to-Ground networks and positioning. While NTN was initially seen by many as a way of extending mobile coverage to remote areas, Release 19 shows that the ambition is now much broader. The aim is to make satellite and aerial connectivity more practical, more resilient and better integrated with the 5G ecosystem.

Release 17 introduced the first major NR NTN framework, largely focused on transparent satellite payloads. Release 18 added further improvements, including mobility and service continuity enhancements. Release 19 now moves the discussion towards more advanced capabilities, including regenerative payloads, Store-and-Forward satellite operation, UE-Satellite-UE communication, improved support for IoT NTN and better support for aircraft and drones.

One of the key areas in Release 19 is NR NTN Phase 3. Satellite links face challenges that are very different from terrestrial mobile networks. The distances are much greater, propagation delays are longer, satellite beams can cover very large geographical areas and satellite payload power is limited. Release 19 addresses these constraints through improved coverage and capacity mechanisms. For example, important control and system information can be repeated to improve the chance that devices can successfully receive and decode it. This is especially important for handset-type terminals and power-limited devices operating in challenging satellite conditions.

This also connects to the wider industry discussion around Direct-to-Device satellite connectivity. 3GPP does not always use the marketing phrase Direct-to-Device, but the work on improved downlink performance for handset-type terminals is clearly relevant to that vision. It is worth being careful with the abbreviation D2D, as in standards discussions it can also mean Device-to-Device. For this reason, Direct-to-Device is probably the clearer term when talking about phones or lightweight devices connecting directly to satellites.

Release 19 also improves uplink capacity in NTN through multiplexing techniques such as Orthogonal Cover Codes. This matters because a satellite beam can cover a large area with many potential users, while the available spectrum and power remain limited. Better multiplexing means more users and devices can be supported with the same satellite resources. This will become increasingly important as NTN expands beyond emergency messaging towards IoT, broadband and more diverse services.

Perhaps the most interesting architectural shift is the support for regenerative payloads and gNB functions on board the satellite. In a traditional transparent payload model, the satellite mainly acts as a relay, with most processing taking place on the ground. With regenerative payloads, more intelligence moves into space. The satellite can process, switch or route signals, making the network more flexible and less dependent on a continuous feeder link to the ground.

This helps enable one of the most distinctive Release 19 capabilities, Store-and-Forward satellite operation. In some non-geostationary satellite scenarios, the satellite may be visible to the UE but may not have a simultaneous active feeder link to the ground network. Store-and-Forward allows the satellite to temporarily store data and forward it later when connectivity to the ground segment becomes available. This is especially useful for delay-tolerant IoT applications such as asset tracking, environmental sensing, remote monitoring and logistics.

Another new area is UE-Satellite-UE communication. Normally, traffic between two users would travel via the satellite, the ground network and then back again. Release 19 starts enabling a more direct path via a regenerative satellite architecture. The initial scope is limited, including IMS voice and video services for users in the same PLMN and in non-roaming scenarios, but it is still an important step. It shows how NTN can evolve from simple coverage extension towards a more capable communication platform.

IoT NTN also receives significant attention in Release 19. Enhancements include Store-and-Forward operation for IoT, improved uplink capacity and support for Public Warning System messages over NB-IoT NTN. Release 19 also introduces IoT NTN TDD mode, which is important because earlier NB-IoT NTN work was focused on FDD operation. TDD support gives satellite operators more flexibility and opens the door to additional deployment scenarios.

Public warning support is another practical and important enhancement. Satellite connectivity can be extremely valuable in areas where terrestrial networks are unavailable, damaged or overloaded. Supporting warning messages over satellite and IoT NTN can help extend emergency alerting capabilities to remote regions, maritime environments and disaster-affected areas.

Release 19 is not only about satellites. It also includes enhancements for Air-to-Ground networks and UAS Phase 3. Air-to-Ground connectivity uses ground-based cellular infrastructure to serve aircraft, rather than relying on satellites. Release 19 work in this area supports improvements such as downlink carrier aggregation and MIMO for better throughput and more efficient spectrum use.

For UAS, Release 19 continues the work needed to make drones better integrated into mobile networks and service platforms. This includes support for pre-mission planning, in-mission monitoring, command and control reliability, network-assisted Detect and Avoid, No-Transmit Zones and interaction with UAS traffic management systems. These capabilities matter because drones are increasingly being used for inspection, logistics, public safety, disaster response, smart cities and future urban air mobility.

Positioning is another important part of the Release 19 satellite and aerial story. Enhancements include on-demand broadcast of GNSS assistance data, support for BeiDou B2b in A-GNSS for LTE and NR, and support for NavIC L1 SPS in NR and LTE. These improvements help make positioning more flexible and globally relevant, especially for NTN, IoT, maritime, aviation and UAS use cases.

Taken together, Release 19 shows how NTN is maturing. The focus is no longer just on whether a device can connect to a satellite. The bigger question is how satellite, aerial and terrestrial networks can work together as part of a wider 5G-Advanced system. With regenerative payloads, Store-and-Forward operation, UE-Satellite-UE communication, IoT NTN enhancements, public warning support, Air-to-Ground improvements and UAS integration, Release 19 takes another important step towards making non-terrestrial connectivity practical, resilient and service-rich.

The video below provides a visual walkthrough of these Release 19 satellite, NTN, UAS and aerial enhancements.

Related Posts: 

Tuesday, 28 April 2026

7 MHz Brings Much Needed Flexibility to 5G NR

The evolution of channel bandwidths in 5G NR has been relatively conservative compared to earlier generations, but recent developments in 3GPP Release 19 show that this is beginning to change. The introduction of 7 MHz channel bandwidth in FR1 marks an important step towards addressing practical spectrum realities that many operators have faced since the early days of NR.

In the original 5G NR specifications, channel bandwidths were defined in regular steps of 5 MHz, such as 5, 10, 15, 20 MHz and so on. This design choice simplified implementation and aligned well with clean spectrum allocations. However, real world spectrum holdings are rarely so neat. Many operators hold fragmented or irregular chunks of spectrum, particularly in low bands where legacy allocations and refarming have resulted in non standard bandwidths.

This was not a new problem. LTE had already addressed this challenge by supporting a wider range of channel bandwidths including 1.4 MHz and 3 MHz, in addition to the more common 5, 10, 15 and 20 MHz. Combined with carrier aggregation, LTE allowed operators to make efficient use of spectrum even when it was not aligned to neat multiples. When NR was introduced, this flexibility was initially reduced, creating a gap between specification and deployment reality.

Recognising this limitation, 3GPP introduced a 3 MHz channel bandwidth in Release 17 and continued refining spectrum flexibility in Release 18. The addition of 3 MHz was an important step, particularly for narrowband and coverage focused deployments, and it allowed combinations such as 8 MHz or 13 MHz to be better utilised through aggregation.

However, this still did not fully solve the problem. Operators continued to highlight the need to support other irregular bandwidths such as 6, 7, 11 and 12 MHz. These are not edge cases but reflect actual spectrum holdings in several bands. Release 19 addresses this directly by introducing native 7 MHz channel bandwidth.

The standardisation of 7 MHz focuses on FR1 operation, initially targeting bands such as n5 and n26. Rather than relying on workarounds such as overlapping channels or using the next larger bandwidth, this approach defines 7 MHz as a native channel bandwidth within NR. This avoids some of the practical issues associated with earlier approaches, including blocking from adjacent operators and compatibility challenges with legacy devices.

The work also includes a comprehensive set of requirements covering both core and performance aspects. These span RF requirements for user equipment and base stations, spectrum utilisation considerations, and the necessary signalling updates across the protocol stack. The effort is led by RAN4, with coordination from RAN2 and RAN3 to ensure seamless integration into the NR framework.

An interesting aspect of this development is the constraint to 15 kHz subcarrier spacing. This reflects the focus on low band and coverage scenarios where such numerology is most relevant. It also helps to limit complexity while still delivering the intended benefit of improved spectrum utilisation.

From a deployment perspective, the introduction of 7 MHz fills an important gap. While 3 MHz enabled some additional flexibility, it was not sufficient to address all irregular spectrum cases. With 7 MHz, operators gain a more practical option that aligns better with real spectrum allocations, especially in bands where 6 or 7 MHz chunks are common.

It is also worth noting that this is likely not the end of the story. Earlier study work identified several other irregular bandwidths that could be useful. The inclusion of 7 MHz in Release 19 can be seen as a pragmatic step, with the possibility of extending similar support to other bandwidths in future releases once the framework is established.

In many ways, this development reflects a broader trend in 5G and beyond. Early specifications tend to favour simplicity and clean design, but as deployments mature, practical considerations drive the need for greater flexibility. Spectrum is one of the most valuable assets for operators, and the ability to use it efficiently, regardless of how it is fragmented, is critical.

The addition of 3 MHz in earlier releases and the introduction of 7 MHz in Release 19 shows that NR is evolving in that direction. It is a reminder that standardisation is not just about defining ideal systems, but also about adapting to the realities of how networks are deployed and operated.

Ericsson’s blog provides a useful background on the introduction of 3 MHz bandwidth in Release 18, available here. Further technical details on the 7 MHz enhancement can be found in RP-251453, which describes the NR FR1 7 MHz channel bandwidth Work Item.

Related Posts: 

Thursday, 9 April 2026

3GPP Release 19 Description and Summary of Work Items

As the journey towards 3GPP Release 20 and 6G (3GPP Rel-21) continues to gather pace, the recently concluded Release 19 comes with a clearer view of what the next phase of 5G evolution, often referred to as 5G-Advanced, will look like in practice. One of the most useful artefacts in this process is the recently published technical report 3GPP TR 21.919, which offers a consolidated snapshot of the features and work items currently shaping this release.

Rather than focusing on detailed specifications, this report takes a step back and provides accessible summaries of the agreed work items. Each summary is intended to answer two simple but important questions: what problem is being addressed, and what impact the feature will have on the overall system. This makes the document particularly valuable not only for specialists deeply involved in standardisation work, but also for a broader audience trying to keep track of where the industry is heading.

It is worth noting that this is still very much a work in progress (50% complete). At the time of publication, just over 60 summaries have been included, with many more expected in future updates. Even so, the current version already highlights the sheer breadth of activity in Release 19, spanning everything from energy efficiency and non-terrestrial networks to AI, immersive services, and advanced radio capabilities.

In this post, I will not attempt to reinterpret or condense the summaries themselves. Instead, I am sharing the full list of topics covered in the report below, which provides a useful index into the areas that 3GPP worked on as part of Release 19.

It should be noted that the technical report (TR) presents the "initial state" of the Features introduced in Release 19, i.e. as they are by the time of publication of this document. Each Feature is subject to be later modified or enhanced, over several years, by the means of Change Requests (CRs). To further outline a feature at a given time, it is recommended to retrieve all the CRs which relate to the given Feature, as explained in its Reference section. 

Below is the list of all topics covered in this report. Some of the topics may be missing a summary, which will be added later in the later updates.  

5 Rel-19 Energy Efficiency, Energy Saving
5.1   Enhancements of Network energy savings for NR
5.2   Low-power wake-up signal and receiver for NR (LP-WUS/WUR)
5.3   Energy Efficiency as Service Criteria

6   Rel-19 Satellite (5GSAT), NTN, UAS, Aerial
6.1   Satellite access Phase 3
6.1.1   Security Aspects of 5G Satellite Access Phase 3
6.1.2   Charging aspects of satellite access Phase 3
6.2   Non-Terrestrial Networks (NTN) for NR Phase 3
6.3   Enhancements for Air-to-ground network for NR
6.4   Inter-RAT mode mobility support from E-UTRAN TN to NR NTN
6.5   Non-Terrestrial Networks (NTN) for Internet of Things (IoT) Phase 3 (for LTE)
6.6   Introduction of IoT-NTN TDD mode
6.7   Enhanced requirements and test methodology for NR NTN and IoT NTN
6.8   On-demand broadcast of GNSS assistance data
6.9   Uncrewed Aerial System Phase 3
6.10   Support for PWS in Satellite E-UTRAN and Satellite NG-RAN
6.11   Introduction of BDS (BeiDou Navigation Satellite System) B2b Signal in A-GNSS for LTE and NR
6.12   Introduction of A-GNSS support for NavIC (Navigation with Indian Constellation) L1 SPS (Standard Positioning Service) in NR & LTE
6.13   Management Aspects of Rel-18's NTN Phase 2
6.14   Lower Selection-priority for PLMN Selection
6.15   New LTE band for 5G broadcast for region 3 utilizing a geosynchronous satellite
6.16   Satellite band-related items
6.16.1   Introduction of Ku bands for NR NTN
6.16.2   Introduction of additional operating NR bands for HAPS (High Altitude Platform Station)
6.16.3   Introduction of another NR NTN S-band (MSS band 2000-2020 MHz UL and 2180-2200 MHz DL)
6.16.4   New NR NTN bands to support Extended L-band and combined MSS L-band and Extended L-band ranges
6.16.5   Introduction of another IoT-NTN S-band (MSS band 2000-2020 MHz UL and 2180-2200 MHz DL)

7   Rel-19 Internet of Things (IoT) and Reduced Capability (RedCap) UE
7.1   NR power class 2 RedCap (Reduced Capability) UE in FR1
7.2   NAS layer overhead reduction for data transfer using CP CIoT
7.3   Management Aspects of RedCap features

8   Ambient power-enabled Internet of Things (IoT)
8.1   Ambient power-enabled Internet of Things (IoT) (SA and CT)
8.1.1   Charging for Ambient power-enabled Internet of Things
8.1.2   Security Aspects of Ambient IoT Services in 5G for Isolated Private Networks
8.2   Solutions for Ambient IoT (Internet of Things) in NR

9   Rel-19 Artificial Intelligence (AI)/Machine Learning (ML)
9.1   AI/ML Model Transfer Phase 2
9.2   Core Network Enhanced Support for Artificial Intelligence (AI)/Machine Learning (ML)
9.3   Application enablement for AI/ML services
9.4   Artificial Intelligence (AI)/Machine Learning (ML) for NR air interface
9.5   Artificial Intelligence (AI)/Machine Learning (ML) for NR air interface
9.6   Enhancements for Artificial Intelligence (AI)/Machine Learning (ML) for NG-RAN
9.7   AI/ML Management Phase 2
9.8   Protocol for AI Data Collection from UPF

10   Rel-19 Verticals and Non Public Network
10.1   Rel-19 Enhancements of 3GPP Northbound and Application Layer Interfaces and APIs
10.2   SEAL DD (Data Delivery) Phase 2
10.3   Common Application Programming Interface (API) Framework (CAPIF) Phase 3
10.4   Enhanced OAM for management service exposure to external consumers through CAPIF
10.5   Non-Public Network (NPN) security considerations
10.6   Security for PLMN hosting a NPN
10.7   Interconnect of SNPN
10.8   ProSe support in NPN

11   Rel-19 communications services
11.1   Media Messaging Enhancements
11.2   Terminal Audio quality performance and Test methods for Immersive Audio Services, Phase 2
11.3   EVS Codec Extension for Immersive Voice and Audio Services, Phase 2
11.4   5GMSG Service phase 3
11.5   Video Operating Points - Harmonization and Stereo MV-HEVC
11.6   Advanced Media Delivery
11.7   5G Real-time Transport Protocol Configurations, Phase 2
11.8   Next Generation Real time Communication services Phase 2
11.8.1   System architecture for Next Generation Real time Communication services Phase 2
11.8.2   Security support for the Next Generation Real Time Communication services Phase 2
11.8.3   Application enablement aspects for MMTel

12   Rel-19 XR (eXtended Reality), Augmented Reality (AR), Metaverse, Edge Computing
12.1   Localized Mobile Metaverse Services
12.2   Extended Reality and Media
12.3   XR (eXtended Reality) for NR Phase 3
12.4   Avatar Communications in AR Calls
12.5   Split rendering over IMS
12.6   Enhancement of support for Edge Computing in 5G Core network - Phase 3
12.7   Edge Computing for Industrial Scenarios
12.8   Edge Computing Considering the Operational Needs of Service Hosting Environment
12.9   Architecture for enabling Edge Applications Phase 3

13   Rel-19 High Power UEs (HPUE)
13.1   Rel-19 High power UE (power class 1.5 or 2) for NR intra-band CA or NR inter-band CA/DC band combinations with/without NR Supplementary Uplink (UL)
13.2   Rel-19 High power UE (power class 1.5 and 2) for NR FR1 TDD/FDD single band for handheld/FWA UEs, and high power UE operation (power class 1) for FWVM (fixed-wireless/vehicle-mounted) use cases in a single NR band
13.3   Introduction of Power Class 2 and UE 40MHz Channel Bandwidth in NR band n28
13.4   Rel-19 High power UE (power class 1.5 or 2) for DC combinations of LTE band(s) and NR band(s)
13.5   Rel-19 High power UE (power class 2) and high power operation (power class 1) for fixed-wireless/vehicle-mounted use cases in a single LTE band

14   Rel-19 RAN topology
14.1   5G NR Femto
14.2   Additional topological enhancements for NR
14.3   Vehicle Mounted Relays Phase 2

15   Rel-19 Sidelink, Proximity
15.1   NR sidelink multi-hop relay
15.2   UE-to-UE multi-hop relay
15.3   NR Sidelink: Intra-band Carrier Aggregation in ITS band
15.4   Charging Aspects of Ranging and Sidelink Positioning
15.5   Multi-path relay
15.6   Proximity-based Services in 5GS Phase 3

16   NR and LTE Dual Connectivity (DC)
16.1   UE RF enhancements for NR FR1/FR2 and EN-DC, Phase 4
16.2   Support of intra-band non-collocated EN-DC/NR-CA deployment Phase2: new receiver type(s)
16.3   Rel-19 downlink interruption for NR and EN-DC band combinations at dynamic Tx Switching in Uplink
16.4   Rel-19 DC of x LTE band(s), y NR band(s) (1<=x<6, 1<=y<6, x+y<=6) and single or two NR Supplementary Uplink (SUL) bands
16.5   Simultaneous Rx/Tx band combinations for NR CA/DC, NR SUL and LTE/NR DC in Rel-19
16.6   UE Conformance - Rel-19 NR CA and DC; and NR and LTE DC Configurations

17   Rel-19 Other NR and LTE Radio
17.1   Adding channel bandwidth(s) support to existing NR bands and CA/ENDC combinations in REL-19
17.2   Data collection for SON (Self-Organising Networks)/MDT (Minimization of Drive Tests) in NR standalone and MR-DC (Multi-Radio Dual Connectivity) Phase 4

18   Rel-19 NR Radio
18.1   NR mobility enhancements Phase 4
18.2   Evolution of NR duplex operation: Sub-band full duplex (SBFD)
18.3   NR Radio Resource Management (RRM) Phase 5
18.4   Multi-carrier enhancements for NR Phase 3
18.5   NR demodulation performance Phase 5
18.6   NR MIMO Phase 5
18.7   FR1 TRP, TRS and MIMO OTA testing enhancement Phase 3
18.8   Rel-19 NR CA/DC for x bands DL with y bands UL (x<7, y<3) and SUL/CA band combinations with a single SUL or two SUL cells
18.9   Low band carrier aggregation via switching
18.10  NR channel BW less than 5MHz for FR1 Phase 2
18.11  mmWave in NR: UE spurious emissions and EESS (Earth Exploration Satellite Service) protection
18.12  NR base station (BS) RF requirement evolution for FR1/FR2 and testing
18.13  UE Conformance - New Rel-19 NR licensed bands and extension of existing NR bands
18.14  Other band-related items
18.14.1   7MHz Channel Bandwidth for n26 and n5
18.14.2   Introduction of the NR FDD 1.4 GHz band
18.14.3   Introduction of NR bands n87 and n88
18.14.4   Introduction of NR band n68
18.14.5   Additional NR bands for NR features in Rel-19
18.15  Study on spatial channel model for demodulation performance requirements for NR

19   Rel-19 LTE Radio
19.1   LTE-based 5G Broadcast Phase 2
19.2   Rel-19 LTE-Advanced Carrier Aggregation for x bands (1<=x<= 6) DL with y bands (y=1, 2) UL
19.3   Band-related items
19.3.1   New bands for LTE based 5G terrestrial broadcast for early deployments
19.3.2   Introduction of LTE FDD band in 1800–1830 MHz for Canada

20   Rel-19 Mission Critical, eCall, Emergency
20.1   Enhanced Mission Critical Architecture
20.2   Enhanced Mission Critical Location Management
20.3   Alignment of eCall over IMS with CEN
20.4   UE Conformance - Alignment of eCall over IMS with CEN
20.5   Multiple Location Procedure for Emergency LCS Routing
20.6   Multimedia Priority Service (MPS) for Messaging services
20.7   Mission Critical (MC) services for generic support on Isolated Operation for Public Safety (IOPS) mode of operation
20.8   Sharing of administrative configuration between interconnected MC service systems
20.9   Future Railway Mobile Communication System (FRMCS) Phase 5
20.10   Mission critical security enhancements for release 19
20.11   Protocol enhancements for Mission Critical Services

21   Rel-19 Network Slicing
21.1   Network Controlled Network Slice Selection

22   Rel-19 Service-Based Architecture (SBA)
22.1   UPF enhancement for Exposure And SBA Phase 2
22.2   Automatic Certificate Management Environment (ACME) for the Service Based Architecture (SBA)
22.3   Reducing Information Exposure over SBI
22.4   Service Based Interface Protocol Improvements Release 19

23   Rel-19 QoS and Policy
23.1   Rel-19 Enhancements of UE Policy
23.2   Rel-19 Enhancements of Session Management (SM) Policy
23.3   Minimize the Number of Policy Associations
23.4   Spending Limits for UE Policies in Roaming scenario
23.5   Enhancing Parameter Provisioning with static UE IP address and UP security policy
23.6   Providing per-subscriber VLAN instructions from UDM and DN-AAA
23.7   QoS monitoring enhancement

24   Rel-19 multi-access
24.1   Upper layer traffic steering and switching over dual 3GPP access
24.2   Multi-Access (ATSSS_Ph4)
24.3   ATSSS Rule Provisioning via 3GPP access connected to EPC
24.4   Local traffic routing for multi-access UE

25   Other topics
25.1   Deferred 5GC-MT-LR Procedure for Periodic Location Events based NRPPa Periodic Measurement Reports
25.2   Subscription control for reference time distribution in EPS
25.3   Rel-19 IMS:
25.3.1   PS Data Off for IMS Data Channel Service
25.3.2   IMS Disaster Prevention and Restoration Enhancement
25.3.3   IMS Stage-3 IETF Protocol Alignment
25.4   Identifying non-3GPP Devices Connecting behind a UE or 5G-RG
25.5   Integrated Sensing and Communication
25.6   Rel-19 Application Data Analytics Enablement Service
25.7   Interworking of Non-3GPP Digital Terrestrial Broadcast Networks with 5GS Multicast Broadcast Services
25.8   Minimization of Service Interruption During Core Network Failure Phase 2
25.9   Measurement Data Collection
25.10  Enhanced application layer support for location services
25.11  NF discovery and selection by target PLMN
25.12  MSISDN verification operation support to Nnef_UEId Service
25.13  Rel-19 Enhancements of Network Automation Enablers
25.14  Enhancement of controlling RAT utilization
25.15  CT Aspects for IP Domain usage
25.16  Indirect Network Sharing
25.17  Management of Network Sharing Phase 3
25.18  Roaming Value-Added Services
25.19  Monitoring of signalling traffic in 5G
25.20  Roaming traffic offloading via session breakout in HPLMN
25.21  Stage-3 5GS NAS protocol development 18
25.22  Stage-3 SAE Protocol Development
25.23  Harmonization of test case definitions for cross-RAT usability
25.24  Data management regarding subscriptions and reporting
25.25  PRU Usage Extension supported by Core Network

26   Rel-19 miscellaneous Security
26.1   Security Assurance Specification for maintenance of 5G features
26.2   5G Security Assurance Specification (SCAS) for the Unified Data Repository (UDR)
26.3   5G Security Assurance Specification (SCAS) for the Short Message Service Function (SMSF)
26.4   Addition of 256-bit security Algorithms
26.5   Addition of Milenage-256 algorithm
26.6   Roaming and interconnect authorization aspects in indirect communication
26.7   Public key distribution and Issuer claim verification of the Access Token
26.8   3GPP profiles for cryptographic algorithms and security protocols
26.9   Mobility over non-3GPP access to avoid full primary authentication
26.10  LI Handling of Protected Services
26.11  Lawful Interception Rel-19
26.12  Lawful Interception Guidance Rel-19
26.13  Specification of example algorithm for alternative f5* (f5**) function

27   Rel-19 miscellaneous OAM&charging
27.1   Charging aspects for Multi-Operator Core Network (MOCN) Network Sharing
27.2   Service Based Management Architecture enhancement phase 3
27.3   Management Data Analytics phase 3
27.4   Intent driven management services for mobile network phase 3
27.5   Management of planned configurations
27.6   Management aspects of Network Digital Twins
27.7   Closed Control Loop Management
27.8   Data management phase 2
27.9   5G performance measurements and KPIs phase 4
27.10  5G Advanced NRM features phase 3
27.11  Subscriber and Equipment Trace and QoE collection management
27.12  Management of IAB nodes
27.13  Enhancement of Management Aspects Related of NWDAF Phase 2
27.14  CHF Segmentation
27.15  Subscriber Data Migration

You can download the latest version of the specs from here.

Related Post: