Skip to content

Commit b30f4d7

Browse files
authored
Merge pull request #221469 from robswain/2211releasenotes
AP5GC 2211 release notes
2 parents dd34eb8 + 88818a5 commit b30f4d7

File tree

3 files changed

+93
-3
lines changed

3 files changed

+93
-3
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: Azure Private 5G Core 2211 release notes
3+
description: Discover what's new in the Azure Private 5G Core 2211 release
4+
author: robswain
5+
ms.author: robswain
6+
ms.service: private-5g-core
7+
ms.topic: release-notes
8+
ms.date: 12/12/2022
9+
---
10+
11+
# Azure Private 5G Core 2211 release notes
12+
13+
The following release notes identify the new features, critical open issues, and resolved issues for the 2211 release of Azure Private 5G Core (AP5GC). The release notes are continuously updated, and as critical issues requiring a workaround are discovered, they’re added. Before deploying this new version, please review the information contained in these release notes.
14+
15+
This article applies to the AP5GC 2211 release (PMN-2211-0). This release is compatible with the ASE Pro GPU running the ASE 2210 release and is supported by the 2022-04-01-preview and 2022-11-01 [Microsoft.MobileNetwork](/rest/api/mobilenetwork) API versions.
16+
17+
## Support
18+
19+
The default support lifetime for a Packet Core version is roughly two calendar months from release.
20+
21+
The support lifetime for version 2211 is extended – due to the December holiday period – to three calendar months and will end on February 28, 2023. Please be prepared to plan your Packet Core upgrade to a future version before 2211 goes out of support on this date.
22+
23+
## What's new
24+
25+
**Multiple data networks** - This release extends AP5GC to support connectivity to up to three Attached Data Networks for each Packet Core instead of one.
26+
27+
The operator can provision UEs as subscribed in one or more Data Networks and apply Data Network-specific policy and QoS, allowing UEs to use multiple Layer 3 uplink networks selected based on policy or UE preference.
28+
29+
Each Data Network can have its own configuration for DNS, UE IP address pools, N6 IP, and NAT. This concept also maps directly to 4G APNs.
30+
31+
This feature has the following limitations:
32+
33+
- Once more than a single Data Network is configured, further configuration changes require the packet core to be reinstalled. To ensure this reinstall happens only after you have made all your changes, you must follow the process for installing and modifying as described in the documentation.
34+
35+
- VLAN separation of Data Networks is not supported. Only Layer 3 separation is supported (meaning overlapping IP address spaces across the Data Networks are not possible).
36+
37+
- Metrics are not yet reported on a per-Data Network basis.
38+
39+
To add data networks to an existing site, see [Modify the packet core instance in a site](modify-packet-core.md). To create a new site, see [Create a site](create-a-site.md).
40+
41+
## Issues fixed in the AP5GC 2211 release
42+
43+
The following table provides a summary of issues fixed in this release.
44+
45+
|No. |Feature | Issue |
46+
|-----|-----|-----|
47+
| 1 | 4G/5G Signaling | In rare scenarios when a significant number of UEs are bulk-registered and send continuous data, the core may incorrectly release data sessions. This issue has been fixed in this release. |
48+
| 2 | 4G/5G Signaling | Azure Private 5G Core may perform an unnecessary PDU Session Resource Setup Transaction following a UE-initiated service request. This issue has been fixed in this release. |
49+
| 3 | Local distributed tracing | The distributed tracing web GUI fails to display and decode 'Request Type' and 'DNN' information elements in 4G/5G NAS messages. This issue has been fixed in this release. |
50+
| 4 | Performance | Very rarely, CPU allocation can result in some signaling processing workloads sharing a logical CPU core with data plane processing workloads. This results in session creation failures and packet processing latency or failures at a moderate load. This issue has been fixed in this release. |
51+
| 5 | Local dashboards | Azure Private 5G Core local dashboards may show incorrect values in some graphs (e.g. session counts) after a power cycle of the server. This issue has been fixed in this release. |
52+
53+
## Known issues in the AP5GC 2211 release
54+
55+
The following table provides a summary of known issues in this release.
56+
57+
|No. |Feature | Issue |
58+
|-----|-----|-----|
59+
| 1 | Packet forwarding | If Azure Private 5G Core is deployed into a network where the gNodeB is on the same subnet as the Packet Core's N3 interface address (that is, there is no gateway router between them) then all downstream traffic is broken.  |
60+
| 2 | Local dashboards | In deployments with multiple Data Networks, **UPF Downstream CPU Utilization** is incorrectly reported on the local dashboards when running calls using single Data Network. |
61+
| 3 | Local dashboards | In some scenarios, the local dashboards don't show session rejection under the **Device and Session Statistics** panel if Session Establishment requests are rejected due to invalid PDU type (e.g. IPv6 when only IPv4 supported).  |
62+
63+
64+
## Known issues from previous releases
65+
66+
The following table provides a summary of known issues carried over from the previous releases.
67+
68+
|No. |Feature | Issue |
69+
|-----|-----|-----|
70+
| 1 | Policy configuration | Azure Private 5G Core may ignore non-default QoS and Policy configuration when handling 4G subscribers. |
71+
| 2 | Packet forwarding | Azure Private 5G Core local dashboards may show incorrect values in some graphs (e.g. session counts) after a power cycle of the server.  |
72+
| 3 | Local dashboards | Azure Private 5G Core local dashboards may show incorrect values in some graphs (e.g. session counts) after a power cycle of the server.  |
73+
74+
75+
76+
77+
## Next steps
78+
79+
- [Upgrade the packet core instance in a site - Azure portal](upgrade-packet-core-azure-portal.md)
80+
- [Upgrade the packet core instance in a site - ARM template](upgrade-packet-core-arm-template.md)

articles/private-5g-core/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ items:
1010
href: whats-new.md
1111
- name: Packet core release notes
1212
items:
13-
- name: 2210 - Current
13+
- name: 2211 - Current
14+
href: azure-private-5g-core-release-notes-2211.md
15+
- name: 2210
1416
href: azure-private-5g-core-release-notes-2210.md
1517
- name: 2209
1618
href: azure-private-5g-core-release-notes-2209.md

articles/private-5g-core/whats-new.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,14 @@ The following is a comparison of templates using the 2022-04-01-preview and the
156156

157157
---
158158

159+
### Packet core 2211
160+
161+
**Type:** New release
162+
163+
**Date available:** December 5, 2022
164+
165+
The 2211 release for the Azure Private 5G Core packet core is now available. For more information, see [Azure Private 5G Core 2211 release notes](azure-private-5g-core-release-notes-2211.md).
166+
159167
### Multiple data networks
160168

161169
**Type:** Feature
@@ -166,11 +174,11 @@ You can now configure up to three Attached Data Networks for each Packet Core in
166174

167175
The operator can provision UEs as subscribed in one or more Data Networks and apply Data Network-specific policy and QoS, allowing UEs to use multiple Layer 3 uplink networks selected based on policy or UE preference.
168176

169-
Each Data Network can have its own configuration for DNS, UE IP address pools, N6 IP configuration, and NAT. This concept also maps directly to 4G APNs.
177+
Each Data Network can have its own configuration for DNS, UE IP address pools, N6 IP, and NAT. This concept also maps directly to 4G APNs.
170178

171179
This feature has the following limitations:
172180

173-
- Once more than a single Data Network is configured, further configuration changes require the packet core to be reinstalled.
181+
- Once more than a single Data Network is configured, further configuration changes require the packet core to be reinstalled. To ensure this reinstall happens only after you have made all your changes, you must follow the process for installing and modifying as described in the documentation.
174182

175183
- VLAN separation of Data Networks is not supported. Only Layer 3 separation is supported (meaning you can't have overlapping IP address spaces across the Data Networks).
176184

0 commit comments

Comments
 (0)