Skip to content

Commit 91d8673

Browse files
Merge pull request #232764 from liumichelle/2303rn
AP5GC 2303 release notes and toc update
2 parents 3741be2 + 7294f44 commit 91d8673

File tree

3 files changed

+68
-10
lines changed

3 files changed

+68
-10
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Azure Private 5G Core 2303 release notes
3+
description: Discover what's new in the Azure Private 5G Core 2303 release
4+
author: liumichelle
5+
ms.author: limichel
6+
ms.service: private-5g-core
7+
ms.topic: release-notes
8+
ms.date: 03/29/2023
9+
---
10+
11+
# Azure Private 5G Core 2303 release notes
12+
13+
The following release notes identify the new features, critical open issues, and resolved issues for the 2303 release of Azure Private 5G Core (AP5GC). The release notes are continuously updated, with critical issues requiring a workaround added as they’re discovered. Before deploying this new version, please review the information contained in these release notes.
14+
15+
This article applies to the AP5GC 2303 release (PMN-2303-0). This release is compatible with the ASE Pro 1 GPU and ASE Pro 2 running the ASE 2301 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 2302 will end on May 31, 2023. Please be prepared to plan your packet core upgrade to a future version before 2303 goes out of support on this date.
22+
23+
## What's new
24+
25+
- **VLAN separation on ASE LAN and WAN ports** - This release delivers the ability to set VLAN tags on the external interfaces used by AP5GC, namely the S1-MME, N2, S1-U, N3, SGi, and N6 interfaces. VLAN tagging can also be set per data network configured on the N6/SGi interface, enabling layer 2 separation between these networks. For more details, see [Private mobile network design requirements](private-mobile-network-design-requirements.md).
26+
27+
- **Azure Stack Edge Pro 2 support** - This release (and releases going forward) officially supports compatibility with Azure Stack Edge Pro 2 devices running the ASE 2301 release (and subsequent ASE releases). This and subsequent AP5GC releases support all three models of ASE Pro 2 (Model 64G2T, Model 128G4T1GPU, and Model 256G6T2GPU). All models of the ASE Pro 2 have four ports, instead of the six ports found on the ASE Pro 1 GPU.
28+
29+
- **Web Proxy support** - This feature allows running AP5GC on an ASE configured to use a Web Proxy. For more details on how to configure a Web Proxy on ASE, see [Tutorial: Configure network for Azure Stack Edge Pro with GPU](../databox-online/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md).
30+
31+
## Issues fixed in the AP5GC 2303 release
32+
33+
The following table provides a summary of issues fixed in this release.
34+
35+
|No. |Feature | Issue |
36+
|-----|-----|-----|
37+
| 1 | Install/Upgrade | Modifications to the Attached Data Network resource in an existing deployment may cause service disruption unless the packet core is reinstalled. This issue has been fixed in this release. |
38+
| 2 | 4G/5G Signaling | In rare scenarios of continuous high load over several days on a 4G multi-data network setup, the packet core may experience slight disruption resulting in some call failures. This issue has been fixed in this release. |
39+
40+
## Known issues from previous releases
41+
42+
The following table provides a summary of known issues carried over from the previous releases.
43+
44+
|No. |Feature | Issue | Workaround/comments |
45+
|-----|-----|-----|-----|
46+
| 1 | Packet forwarding | AP5GC may not forward buffered packets if NAT is enabled. | Not applicable. |
47+
| 2 | 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). | Not applicable. |
48+
| 3 | Install/upgrade | Changing the technology type of a deployment from 4G (EPC) to 5G using upgrade or site delete and add is not supported. | Please contact support for the required steps to change the technology type. |
49+
| 4 | Packet forwarding | In scenarios of sustained high load (for example, continuous setup of 100s of TCP flows per second) combined with NAT pinhole exhaustion, AP5GC can encounter a memory leak, leading to a short period of service disruption resulting in some call failures. | In most cases, the system will recover automatically and be ready to handle new requests after a few seconds' disruption. UEs will need to re-establish any dropped connections. |
50+
| 5 | Install/Upgrade | In some cases, the packet core reports successful installation even when the underlying platform or networking is misconfigured. | Not applicable. |
51+
52+
## Next steps
53+
54+
- [Upgrade the packet core instance in a site - Azure portal](upgrade-packet-core-azure-portal.md)
55+
- [Upgrade the packet core instance in a site - ARM template](upgrade-packet-core-arm-template.md)

articles/private-5g-core/azure-stack-edge-packet-core-compatibility.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Packet core and Azure Stack Edge compatibility
33
description: Discover which Azure Stack Edge versions are compatible with each packet core version
4-
author: b-branco
5-
ms.author: biancabranco
4+
author: liumichelle
5+
ms.author: limichel
66
ms.service: private-5g-core
77
ms.topic: conceptual
8-
ms.date: 12/16/2022
8+
ms.date: 03/30/2023
99
---
1010

1111
# Packet core and Azure Stack Edge (ASE) compatibility
@@ -18,6 +18,7 @@ The following table provides information on which versions of the ASE device are
1818

1919
| Packet core version | Compatible ASE versions |
2020
|-----|-----|
21+
| 2303 | 2301 |
2122
| 2302 | 2301 |
2223
| 2301 | 2210, 2301 |
2324
| 2211 | 2210 |

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

Lines changed: 9 additions & 7 deletions
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: 2302 - Current
13+
- name: 2303 - Current
14+
href: azure-private-5g-core-release-notes-2303.md
15+
- name: 2302
1416
href: azure-private-5g-core-release-notes-2302.md
1517
- name: 2301
1618
href: azure-private-5g-core-release-notes-2301.md
@@ -20,7 +22,7 @@ items:
2022
href: azure-private-5g-core-release-notes-2210.md
2123
- name: 2209
2224
href: azure-private-5g-core-release-notes-2209.md
23-
- name: 2208
25+
- name: 2208
2426
href: azure-private-5g-core-release-notes-2208.md
2527
- name: Packet core and Azure Stack Edge compatibility
2628
href: azure-stack-edge-packet-core-compatibility.md
@@ -45,7 +47,7 @@ items:
4547
- name: Default service and SIM policy
4648
href: default-service-sim-policy.md
4749
- name: Monitor Azure Private 5G Core using Log Analytics
48-
href: monitor-private-5g-core-with-log-analytics.md
50+
href: monitor-private-5g-core-with-log-analytics.md
4951
- name: Local monitoring tools
5052
items:
5153
- name: Distributed tracing
@@ -56,7 +58,7 @@ items:
5658
href: reliability-private-5g-core.md
5759
- name: Security
5860
href: security.md
59-
- name: Azure Stack Edge disconnects
61+
- name: Azure Stack Edge disconnects
6062
href: azure-stack-edge-disconnects.md
6163
- name: How-to guides
6264
items:
@@ -81,11 +83,11 @@ items:
8183
- name: Sites
8284
items:
8385
- name: Collect the required information for a site
84-
href: collect-required-information-for-a-site.md
86+
href: collect-required-information-for-a-site.md
8587
- name: Create a site - Azure portal
8688
href: create-a-site.md
8789
- name: Create a site - ARM template
88-
href: create-site-arm-template.md
90+
href: create-site-arm-template.md
8991
- name: Create additional Packet Core instances for a site - Azure portal
9092
href: create-additional-packet-core.md
9193
- name: Modify a service plan
@@ -167,4 +169,4 @@ items:
167169
- name: Azure Roadmap
168170
href: https://azure.microsoft.com/roadmap/
169171
- name: Blog
170-
href: https://azure.microsoft.com/blog/topics/networking
172+
href: https://azure.microsoft.com/blog/topics/networking

0 commit comments

Comments
 (0)