Pdcp

SCPI Commands :

SENSe:LTE:SIGNaling<instance>:UECapability:PDCP:SRPRofiles
SENSe:LTE:SIGNaling<instance>:UECapability:PDCP:MRCSessions
SENSe:LTE:SIGNaling<instance>:UECapability:PDCP:SNEXtension
SENSe:LTE:SIGNaling<instance>:UECapability:PDCP:SRCContinue
class PdcpCls[source]

Pdcp commands group definition. 4 total commands, 0 Subgroups, 4 group commands

class SrprofilesStruct[source]

Structure for reading output parameters. Fields:

  • Rohc_Rtp: bool: OFF | ON Support of profile 0x0001, ROHC RTP

  • Rohc_Udp: bool: OFF | ON Support of profile 0x0002, ROHC UDP

  • Rohc_Esp: bool: OFF | ON Support of profile 0x0003, ROHC ESP

  • Rohc_Ip: bool: OFF | ON Support of profile 0x0004, ROHC IP

  • Rohc_Tcp: bool: OFF | ON Support of profile 0x0006, ROHC TCP

  • Rohc_V_2_Rtp: bool: OFF | ON Support of profile 0x0101, ROHCv2 RTP

  • Rohc_V_2_Udp: bool: OFF | ON Support of profile 0x0102, ROHCv2 UDP

  • Rohc_V_2_Esp: bool: OFF | ON Support of profile 0x0103, ROHCv2 ESP

  • Rohc_V_2_Ip: bool: OFF | ON Support of profile 0x0104, ROHCv2 IP

get_mrc_sessions() MaxNuRohcConSes[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:PDCP:MRCSessions
value: enums.MaxNuRohcConSes = driver.sense.ueCapability.pdcp.get_mrc_sessions()

Returns the maximum number of ROHC context sessions supported by the UE.

return:

max_nu_rohc_con_ses: CS2 | CS4 | CS8 | CS12 | CS16 | CS24 | CS32 | CS48 | CS64 | CS128 | CS256 | CS512 | CS1024 | CS16384

get_sn_extension() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:PDCP:SNEXtension
value: bool = driver.sense.ueCapability.pdcp.get_sn_extension()

Returns whether the UE supports PDCP SN extension.

return:

extension: OFF | ON

get_srccontinue() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:PDCP:SRCContinue
value: bool = driver.sense.ueCapability.pdcp.get_srccontinue()

Returns whether the UE supports ROHC context continuation during handover.

return:

support_rcc: OFF | ON

get_srprofiles() SrprofilesStruct[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:PDCP:SRPRofiles
value: SrprofilesStruct = driver.sense.ueCapability.pdcp.get_srprofiles()

Returns UE capability information indicating the support of the individual robust header compression (ROHC) profiles.

return:

structure: for return value, see the help for SrprofilesStruct structure arguments.