Auth

SCPI Commands :

[CONFigure]:SIGNaling:FGS:NAS:AUTH:ENABle
[CONFigure]:SIGNaling:FGS:NAS:AUTH:RAND
[CONFigure]:SIGNaling:FGS:NAS:AUTH:IRES
class AuthCls[source]

Auth commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_enable() bool[source]
# SCPI: [CONFigure]:SIGNaling:FGS:NAS:AUTH:ENABle
value: bool = driver.configure.signaling.fgs.nas.auth.get_enable()

Enables authentication for 5GS tracking areas.

return:

enable: No help available

get_ires() bool[source]
# SCPI: [CONFigure]:SIGNaling:FGS:NAS:AUTH:IRES
value: bool = driver.configure.signaling.fgs.nas.auth.get_ires()

Enables ignoring the RES* in 5GS tracking areas (successful authentication, even if the UE returns a wrong RES* value) .

return:

enable: No help available

get_rand() str[source]
# SCPI: [CONFigure]:SIGNaling:FGS:NAS:AUTH:RAND
value: str = driver.configure.signaling.fgs.nas.auth.get_rand()

Defines the random number (RAND) to be used for authentication in 5GS tracking areas.

return:

rand: No help available

set_enable(enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:FGS:NAS:AUTH:ENABle
driver.configure.signaling.fgs.nas.auth.set_enable(enable = False)

Enables authentication for 5GS tracking areas.

param enable:

No help available

set_ires(enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:FGS:NAS:AUTH:IRES
driver.configure.signaling.fgs.nas.auth.set_ires(enable = False)

Enables ignoring the RES* in 5GS tracking areas (successful authentication, even if the UE returns a wrong RES* value) .

param enable:

No help available

set_rand(rand: str) None[source]
# SCPI: [CONFigure]:SIGNaling:FGS:NAS:AUTH:RAND
driver.configure.signaling.fgs.nas.auth.set_rand(rand = 'abc')

Defines the random number (RAND) to be used for authentication in 5GS tracking areas.

param rand:

No help available