Skip to content

Commit 618d9f3

Browse files
Merge pull request #249122 from robswain/158607-mtu
ADO 158607 - configurable MTU
2 parents 8fb61ba + e266e87 commit 618d9f3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

articles/private-5g-core/modify-packet-core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The following changes will trigger the packet core to reinstall, during which yo
4646
- Detaching a data network from the packet core instance.
4747
- Changing the packet core instance's custom location.
4848
- Changing the N2, N3 or N6 interface configuration on an attached data network.
49+
- Changing the UE Maximum Transmission Unit (MTU).
4950

5051
The following changes require you to manually perform a reinstall, during which your service will be unavailable for up to two hours, before they take effect:
5152

articles/private-5g-core/private-mobile-network-design-requirements.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,15 @@ To avoid transmission issues caused by IPv4 fragmentation, a 4G or 5G packet cor
118118

119119
IP packets from UEs are tunneled through from the RAN, which adds overhead from encapsulation. The MTU value for the UE should therefore be smaller than the MTU value used between the RAN and the packet core to avoid transmission issues.
120120

121-
RANs typically come pre-configured with an MTU of 1500. The packet core’s default UE MTU is 1300 bytes to allow for encapsulation overhead. These values maximize RAN interoperability, but risk that certain UEs will not observe the default MTU and will generate larger packets that require IPv4 fragmentation and that may be dropped by the network.
121+
RANs typically come pre-configured with an MTU of 1500. The packet core’s default UE MTU is 1440 bytes to allow for encapsulation overhead. These values maximize RAN interoperability, but risk that certain UEs will not observe the default MTU and will generate larger packets that require IPv4 fragmentation and that may be dropped by the network. If you are affected by this issue, it is strongly recommended to configure the RAN to use an MTU of 1560 or higher, which allows a sufficient overhead for the encapsulation and avoids fragmentation with a UE using a standard MTU of 1500.
122122

123-
If you are affected by this issue, it is strongly recommended to configure the RAN to use an MTU of 1560 or higher, which allows a sufficient overhead for the encapsulation and avoids fragmentation with a UE using a standard MTU of 1500.
123+
You can also change the UE MTU signaled by the packet core. We recommend setting the MTU to a value within the range supported by your UEs and 60 bytes below the MTU signaled by the RAN. Note that:
124+
125+
- The data network (N6) is automatically updated to match the UE MTU.
126+
- The access network (N3) is automatically updated to match the UE MTU plus 60.
127+
- You can configure a value between 1280 and 1930 bytes.
128+
129+
To change the UE MTU signaled by the packet core, see [Modify a packet core instance](modify-packet-core.md).
124130

125131
### Signal coverage
126132

0 commit comments

Comments
 (0)