Bearer

SCPI Command :

CATalog:SIGNaling:LTE:UE:BEARer
class BearerCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Linked_Bearer_Id: List[int]: ID of the linked default bearer

  • Bearer_Id: List[int]: ID of the dedicated bearer

get(ue_id: str = None) GetStruct[source]
# SCPI: CATalog:SIGNaling:LTE:UE:BEARer
value: GetStruct = driver.catalog.signaling.lte.ue.bearer.get(ue_id = 'abc')

Queries a list of all established dedicated bearers. For each dedicated bearer, two IDs are returned: {<LinkedBearerId>, <BearerId>}bearer 1, {<LinkedBearerId>, <BearerId>}bearer 2, …

param ue_id:

No help available

return:

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