Interface SimPolicy.DefinitionStages.WithUeAmbr

All Known Subinterfaces:
SimPolicy.Definition
Enclosing interface:
SimPolicy.DefinitionStages

public static interface SimPolicy.DefinitionStages.WithUeAmbr
The stage of the SimPolicy definition allowing to specify ueAmbr.
  • Method Summary

    Modifier and Type
    Method
    Description
    withUeAmbr(Ambr ueAmbr)
    Specifies the ueAmbr property: Aggregate maximum bit rate across all non-GBR QoS flows of all PDU sessions of a given UE.
  • Method Details

    • withUeAmbr

      Specifies the ueAmbr property: Aggregate maximum bit rate across all non-GBR QoS flows of all PDU sessions of a given UE. See 3GPP TS23.501 section 5.7.2.6 for a full description of the UE-AMBR..
      Parameters:
      ueAmbr - Aggregate maximum bit rate across all non-GBR QoS flows of all PDU sessions of a given UE. See 3GPP TS23.501 section 5.7.2.6 for a full description of the UE-AMBR.
      Returns:
      the next definition stage.