Security

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CELL:SECurity:AUTHenticat
CONFigure:GSM:SIGNaling<Instance>:CELL:SECurity:SKEY
CONFigure:GSM:SIGNaling<Instance>:CELL:SECurity:SIMCard
class Security[source]

Security commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_authenticate()bool[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:SECurity:AUTHenticat
value: bool = driver.configure.cell.security.get_authenticate()

Enables or disables authentication, to be performed during location update or attach.

return

enable: OFF | ON

get_sim_card()RsCmwGsmSig.enums.SimCardType[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:CELL:SECurity:SIMCard
value: enums.SimCardType = driver.configure.cell.security.get_sim_card()

Selects the type of the used SIM card.

return

sim_card_type: C3G | C2G C3G: 3G USIM C2G: 2G SIM

get_skey()float[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:CELL:SECurity:SKEY
value: float = driver.configure.cell.security.get_skey()

Defines the secret key Ki as 32-digit hexadecimal number. Leading zeros can be omitted.

return

secret_key: Range: #H0 to #HFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

set_authenticate(enable: bool)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:SECurity:AUTHenticat
driver.configure.cell.security.set_authenticate(enable = False)

Enables or disables authentication, to be performed during location update or attach.

param enable

OFF | ON

set_sim_card(sim_card_type: RsCmwGsmSig.enums.SimCardType)None[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:CELL:SECurity:SIMCard
driver.configure.cell.security.set_sim_card(sim_card_type = enums.SimCardType.C2G)

Selects the type of the used SIM card.

param sim_card_type

C3G | C2G C3G: 3G USIM C2G: 2G SIM

set_skey(secret_key: float)None[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:CELL:SECurity:SKEY
driver.configure.cell.security.set_skey(secret_key = 1.0)

Defines the secret key Ki as 32-digit hexadecimal number. Leading zeros can be omitted.

param secret_key

Range: #H0 to #HFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF