Skip to content

Commit 970a517

Browse files
authored
Merge pull request #252563 from robswain/releasenotesfix
AP5GC 2308 release notes
2 parents 0a81a75 + bc95691 commit 970a517

File tree

5 files changed

+170
-16
lines changed

5 files changed

+170
-16
lines changed
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
---
2+
title: Azure Private 5G Core 2308 release notes
3+
description: Discover what's new in the Azure Private 5G Core 2308 release
4+
author: paulcarter
5+
ms.author: paulcarter
6+
ms.service: private-5g-core
7+
ms.topic: release-notes
8+
ms.date: 09/21/2023
9+
---
10+
11+
# Azure Private 5G Core 2308 release notes
12+
13+
The following release notes identify the new features, critical open issues, and resolved issues for the 2308 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, review the information contained in these release notes.
14+
15+
This article applies to the AP5GC 2308 release (2308.0-4). This release is compatible with the Azure Stack Edge Pro 1 GPU and Azure Stack Edge Pro 2 running the ASE 2303 and ASE 2309 releases and is supported by the 2023-06-01 and 2022-11-01 [Microsoft.MobileNetwork](/rest/api/mobilenetwork) API versions.
16+
17+
For more details about compatibility, see [Packet core and Azure Stack Edge compatibility](azure-stack-edge-packet-core-compatibility.md).
18+
19+
With this release, there's a new naming scheme and Packet Core versions are now called ‘2308.0-1’ rather than ‘PMN-2308.’
20+
21+
> [!WARNING]
22+
> For this release, it's important that the packet core version is upgraded to the AP5GC 2308 release before the upgrading to the ASE 2309 release. Upgrading to ASE 2309 before upgrading to Packet Core 2308.0.1 causes a total system outage. Recovery requires you to delete and re-create the AKS cluster on your ASE.
23+
24+
## Support lifetime
25+
26+
Packet core versions are supported until two subsequent versions have been released (unless otherwise noted), which is typically two months after the release date. You should plan to upgrade your packet core in this time frame to avoid losing support.
27+
28+
### Currently supported packet core versions
29+
The following table shows the support status for different Packet Core releases.
30+
31+
| Release | Support Status |
32+
|---------|----------------|
33+
| AP5GC 2308 | Supported until AP5GC 2311 released |
34+
| AP5GC 2307 | Supported until AP5GC 2310 released |
35+
| AP5GC 2306 and earlier | Out of Support |
36+
37+
## What's new
38+
39+
### 10 DNs
40+
In this release, the number of supported data networks (DNs) increases from three to 10, including with layer 2 traffic separation. If more than 6 DNs are required, a shared switch for access and core traffic is needed.
41+
42+
To add a data network to your packet core, see [Modify a packet core instance](modify-packet-core.md).
43+
44+
### Default MTU values
45+
In this release, the default MTU values are changed as follows:
46+
- UE MTU: 1440 (was 1300)
47+
- Access MTU: 1500 (was 1500)
48+
- Data MTU: 1440 (was 1500)
49+
50+
Customers upgrading to 2308 see a change in the MTU values on their packet core.
51+
52+
When the UE MTU is set to any valid value (see API Spec), then the other MTUs are set to:
53+
- Access MTU: UE MTU + 60
54+
- Data MTU: UE MTU
55+
56+
Rollbacks to Packet Core versions earlier than 2308 are not possible if the UE MTU field is changed following an upgrade.
57+
58+
To change the UE MTU signaled by the packet core, see [Modify a packet core instance](modify-packet-core.md).
59+
60+
### MTU Interop setting
61+
In this release the MTU Interop setting is deprecated and can't be set for Packet Core versions 2308 and above.
62+
63+
<!-- Removed as no issues fixed in the AP5GC2308 release>
64+
## Issues fixed in the AP5GC 2308 release
65+
66+
The following table provides a summary of issues fixed in this release.
67+
68+
|No. |Feature | Issue |
69+
|-----|-----|-----|
70+
| 1 | | |
71+
<-->
72+
73+
## Known issues in the AP5GC 2308 release
74+
|No. |Feature | Issue | Workaround/comments |
75+
|-----|-----|-----|-----|
76+
| 1 | Packet Forwarding | A slight(0.01%) increase in packet drops is observed in latest AP5GC release installed on ASE Platform Pro2 with ASE-2309 for throughput higher than 3.0 Gbps. | None |
77+
| 2 | Local distributed tracing | In Multi PDN session establishment/Release call flows with different DNs, the distributed tracing web GUI fails to display some of 4G NAS messages (Activate/deactivate Default EPS Bearer Context Request) and some S1AP messages (ERAB request, ERAB Release). | None |
78+
| 3 | Local distributed tracing | When a web proxy is enabled on the Azure Stack Edge appliance that the packet core is running on and Azure Active Directory is used to authenticate access to AP5GC Local Dashboards, the traffic to Azure Active Directory doesn't transmit via the web proxy. If there's a firewall blocking traffic that does not go via the web proxy then enabling Azure Active Directory causes the packet core install to fail. | Disable Azure Active Directory and use password based authentication to authenticate access to AP5GC Local Dashboards instead. |
79+
| 4 | Packet Forwarding | In scenarios of sustained high load (for example, continuous setup of 100's of TCP flows per second) in 4G setups, AP5GC may encounter an internal error, leading to a short period of service disruption resulting in some call failures. | In most cases, the system will recover on its own and be able to handle new requests after a few seconds' disruption. For existing connections that are dropped the UEs need to re-establish the connection. |
80+
81+
82+
The following table provides a summary of known issues carried over from the previous releases.
83+
84+
|No. |Feature | Issue | Workaround/comments |
85+
|-----|-----|-----|-----|
86+
| 1 | Local Dashboards | When a web proxy is enabled on the Azure Stack Edge appliance that the packet core is running on and Azure Active Directory is used to authenticate access to AP5GC Local Dashboards, the traffic to Azure Active Directory doesn't transmit via the web proxy. If there's a firewall blocking traffic that doesn't go via the web proxy then enabling Azure Active Directory causes the packet core install to fail. | Disable Azure Active Directory and use password based authentication to authenticate access to AP5GC Local Dashboards instead. |
87+
88+
89+
## Next steps
90+
91+
- [Upgrade the packet core instance in a site - Azure portal](upgrade-packet-core-azure-portal.md)
92+
- [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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: robswain
55
ms.author: robswain
66
ms.service: private-5g-core
77
ms.topic: conceptual
8-
ms.date: 05/31/2023
8+
ms.date: 09/07/2023
99
---
1010

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

3131
| Packet core version | ASE Pro GPU compatible versions | ASE Pro 2 compatible versions |
3232
|-----|-----|-----|
33+
| 2308 | 2303, 2309 | 2303, 2309 |
3334
| 2307 | 2303 | 2303 |
3435
| 2306 | 2303 | 2303 |
3536
| 2305 | 2303 | 2303 |

articles/private-5g-core/support-lifetime.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: robswain
66
ms.author: robswain
77
ms.service: private-5g-core
88
ms.topic: conceptual
9-
ms.date: 06/19/2023
9+
ms.date: 09/21/2023
1010
ms.custom: template-concept
1111
---
1212

@@ -19,6 +19,6 @@ The following table shows the support status for different Packet Core releases.
1919

2020
| Release | Support Status |
2121
|---------|----------------|
22-
| AP5GC 2307 | Supported until AP5GC 2309 released |
23-
| AP5GC 2306 | Supported until AP5GC 2308 released |
24-
| AP5GC 2305 and earlier | Out of Support |
22+
| AP5GC 2308 | Supported until AP5GC 2311 released |
23+
| AP5GC 2307 | Supported until AP5GC 2310 released |
24+
| AP5GC 2306 and earlier | Out of Support |

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,27 @@ items:
1010
href: whats-new.md
1111
- name: Packet core release notes
1212
items:
13-
- name: 2307 - Current
13+
- name: 2308 - Current
14+
href: azure-private-5g-core-release-notes-2308.md
15+
- name: '2307'
1416
href: azure-private-5g-core-release-notes-2307.md
15-
- name: 2306
17+
- name: '2306'
1618
href: azure-private-5g-core-release-notes-2306.md
17-
- name: 2305
19+
- name: '2305'
1820
href: azure-private-5g-core-release-notes-2305.md
19-
- name: 2303
21+
- name: '2303'
2022
href: azure-private-5g-core-release-notes-2303.md
21-
- name: 2302
23+
- name: '2302'
2224
href: azure-private-5g-core-release-notes-2302.md
23-
- name: 2301
25+
- name: '2301'
2426
href: azure-private-5g-core-release-notes-2301.md
25-
- name: 2211
27+
- name: '2211'
2628
href: azure-private-5g-core-release-notes-2211.md
27-
- name: 2210
29+
- name: '2210'
2830
href: azure-private-5g-core-release-notes-2210.md
29-
- name: 2209
31+
- name: '2209'
3032
href: azure-private-5g-core-release-notes-2209.md
31-
- name: 2208
33+
- name: '2208'
3234
href: azure-private-5g-core-release-notes-2208.md
3335
- name: Packet core and Azure Stack Edge compatibility
3436
href: azure-stack-edge-packet-core-compatibility.md

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

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: paulcarter
55
ms.author: paulcarter
66
ms.service: private-5g-core
77
ms.topic: how-to
8-
ms.date: 08/10/2023
8+
ms.date: 09/21/2023
99
---
1010

1111
# What's new in Azure Private 5G Core?
@@ -22,6 +22,50 @@ To help you stay up to date with the latest developments, this article covers:
2222

2323
This page is updated regularly with the latest developments in Azure Private 5G Core.
2424

25+
## September 2023
26+
### Packet core 2308
27+
28+
**Type:** New release
29+
30+
**Date available:** September 21, 2023
31+
32+
The 2308 release for the Azure Private 5G Core packet core is now available. For more information, see [Azure Private 5G Core 2308 release notes](azure-private-5g-core-release-notes-2308.md).
33+
34+
### 10 DNs
35+
36+
**Type:** New feature
37+
38+
**Date available:** September 07, 2023
39+
40+
In this release, the number of supported data networks (DNs) increases from three to ten, including with layer 2 traffic separation. If more than 6 DNs are required, a shared switch for access and core traffic is needed.
41+
42+
### Default MTU values
43+
44+
**Type:** New feature
45+
46+
**Date available:** September 07, 2023
47+
48+
In this release, the default MTU values are changed as follows:
49+
- UE MTU: 1440 (was 1300)
50+
- Access MTU: 1500 (was 1500)
51+
- Data MTU: 1440 (was 1500)
52+
53+
Customers upgrading to 2308 see a change in the MTU values on their packet core.
54+
55+
When the UE MTU is set to any valid value (see API Spec) then the other MTUs will be set to:
56+
- Access MTU: UE MTU + 60
57+
- Data MTU: UE MTU
58+
59+
Rollbacks to Packet Core versions earlier than 2308 are not possible if the UE MTU field is changed following an upgrade.
60+
61+
### MTU Interop setting
62+
63+
**Type:** New feature
64+
65+
**Date available:** September 07, 2023
66+
67+
In this release, the MTU Interop setting is deprecated and cannot be set for Packet Core versions 2308 and above.
68+
2569
## July 2023
2670
### Packet core 2307
2771

@@ -31,6 +75,21 @@ This page is updated regularly with the latest developments in Azure Private 5G
3175

3276
The 2307 release for the Azure Private 5G Core packet core is now available. For more information, see [Azure Private 5G Core 2307 release notes](azure-private-5g-core-release-notes-2307.md).
3377

78+
### UE usage tracking
79+
80+
**Type:** New feature
81+
82+
**Date available:** July 31, 2023
83+
84+
The UE usage tracking messages in Azure Event Hubs are now encoded in AVRO file container format, which enables you to consume these events via Power BI or Azure Stream Analytics (ASA). If you want to enable this feature for your deployment, contact your support representative.
85+
86+
### Unknown User cause code mapping in 4G deployments
87+
88+
**Type:** New feature
89+
90+
**Date available:** July 31, 2023
91+
92+
In this release, the 4G NAS EMM cause code for “unknown user” (subscriber not provisioned on AP5GC) changes to “no-suitable-cells-in-ta-15” by default. This provides better interworking in scenarios where a single PLMN is used for multiple, independent mobile networks.
3493
### 2023-06-01 API
3594

3695
**Type:** New release

0 commit comments

Comments
 (0)