Nas

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CELL:NAS:EPSNetwork
CONFigure:LTE:SIGNaling<instance>:CELL:NAS:IMSVops
CONFigure:LTE:SIGNaling<instance>:CELL:NAS:EMCBs
CONFigure:LTE:SIGNaling<instance>:CELL:NAS:EPCLcs
CONFigure:LTE:SIGNaling<instance>:CELL:NAS:CSLCs
class NasCls[source]

Nas commands group definition. 5 total commands, 0 Subgroups, 5 group commands

get_cslcs() SupportedExt[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:NAS:CSLCs
value: enums.SupportedExt = driver.configure.cell.nas.get_cslcs()

Configures the field ‘Location services indicator in CS’ of the information element ‘EPS Network Feature Support’.

return:

support: NSUPported | SUPPorted | NINFormation NSUPported: not supported SUPPorted: supported NINFormation: no information

get_emcbs() SupportedLong[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:NAS:EMCBs
value: enums.SupportedLong = driver.configure.cell.nas.get_emcbs()

Configures the field ‘Emergency bearer services indicator’ of the information element ‘EPS Network Feature Support’.

return:

support: NSUPported | SUPPorted NSUPported: not supported SUPPorted: supported

get_epclcs() SupportedLong[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:NAS:EPCLcs
value: enums.SupportedLong = driver.configure.cell.nas.get_epclcs()

Configures the field ‘Location services indicator in EPC’ of the information element ‘EPS Network Feature Support’.

return:

support: NSUPported | SUPPorted NSUPported: not supported SUPPorted: supported

get_eps_network() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:NAS:EPSNetwork
value: bool = driver.configure.cell.nas.get_eps_network()

Enables or disables sending of the information element ‘EPS Network Feature Support’ to the UE in the ATTACH ACCEPT message. For configuration of the information element contents, see other CONFigure:LTE:SIGN<i>:CELL:NAS:… commands.

return:

enable: OFF | ON

get_imsvops() SupportedLong[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:NAS:IMSVops
value: enums.SupportedLong = driver.configure.cell.nas.get_imsvops()

Configures the field ‘IMS voice over PS session indicator’ of the information element ‘EPS Network Feature Support’.

return:

support: NSUPported | SUPPorted NSUPported: not supported SUPPorted: supported

set_cslcs(support: SupportedExt) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:NAS:CSLCs
driver.configure.cell.nas.set_cslcs(support = enums.SupportedExt.NINFormation)

Configures the field ‘Location services indicator in CS’ of the information element ‘EPS Network Feature Support’.

param support:

NSUPported | SUPPorted | NINFormation NSUPported: not supported SUPPorted: supported NINFormation: no information

set_emcbs(support: SupportedLong) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:NAS:EMCBs
driver.configure.cell.nas.set_emcbs(support = enums.SupportedLong.NSUPported)

Configures the field ‘Emergency bearer services indicator’ of the information element ‘EPS Network Feature Support’.

param support:

NSUPported | SUPPorted NSUPported: not supported SUPPorted: supported

set_epclcs(support: SupportedLong) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:NAS:EPCLcs
driver.configure.cell.nas.set_epclcs(support = enums.SupportedLong.NSUPported)

Configures the field ‘Location services indicator in EPC’ of the information element ‘EPS Network Feature Support’.

param support:

NSUPported | SUPPorted NSUPported: not supported SUPPorted: supported

set_eps_network(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:NAS:EPSNetwork
driver.configure.cell.nas.set_eps_network(enable = False)

Enables or disables sending of the information element ‘EPS Network Feature Support’ to the UE in the ATTACH ACCEPT message. For configuration of the information element contents, see other CONFigure:LTE:SIGN<i>:CELL:NAS:… commands.

param enable:

OFF | ON

set_imsvops(support: SupportedLong) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:NAS:IMSVops
driver.configure.cell.nas.set_imsvops(support = enums.SupportedLong.NSUPported)

Configures the field ‘IMS voice over PS session indicator’ of the information element ‘EPS Network Feature Support’.

param support:

NSUPported | SUPPorted NSUPported: not supported SUPPorted: supported