Interface PacketCoreControlPlane.DefinitionStages.WithUeMtu

All Known Subinterfaces:
PacketCoreControlPlane.Definition, PacketCoreControlPlane.DefinitionStages.WithCreate
Enclosing interface:
PacketCoreControlPlane.DefinitionStages

public static interface PacketCoreControlPlane.DefinitionStages.WithUeMtu
The stage of the PacketCoreControlPlane definition allowing to specify ueMtu.
  • Method Details

    • withUeMtu

      Specifies the ueMtu property: The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation..
      Parameters:
      ueMtu - The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation.
      Returns:
      the next definition stage.