Default

SCPI Command :

[CONFigure]:SIGNaling:TOPology:FGS:DEFault:VOICe
class DefaultCls[source]

Default commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_voice() VoiceHandling[source]
# SCPI: [CONFigure]:SIGNaling:TOPology:FGS:DEFault:VOICe
value: enums.VoiceHandling = driver.configure.signaling.topology.fgs.default.get_voice()

Defines the handling of voice calls for UE registered in a 5GS tracking area.

return:

voice_handling: UECap: The fallback decision is based on UE capabilities. VONR: Always voice over NR. EFRedirect: Always EPS fallback with redirection. EFHandover: Always EPS fallback with handover.

set_voice(voice_handling: VoiceHandling) None[source]
# SCPI: [CONFigure]:SIGNaling:TOPology:FGS:DEFault:VOICe
driver.configure.signaling.topology.fgs.default.set_voice(voice_handling = enums.VoiceHandling.EFHandover)

Defines the handling of voice calls for UE registered in a 5GS tracking area.

param voice_handling:

UECap: The fallback decision is based on UE capabilities. VONR: Always voice over NR. EFRedirect: Always EPS fallback with redirection. EFHandover: Always EPS fallback with handover.