CALL:DPEDchannel

CALL:DPEDchannel

Last updated: January 7, 2010

This section is only applicable to the lab application.

GPIB Command Conventions

CALL[:CELL]:DPEDchannel:ASET:ADD:AUXiliary

Function

Adds the HSUPA Radio Link (Aux Node) to the Active Set.

The purpose of this event is to create a DPCH and E-DCH on the Aux node and signal to the UE to add it to the active set. This event is only valid when Multi-Cell UTRAN mode is active and a HSUPA call is active on the Main node (Main node is HSUPA Serving Cell) but no DPCH and E-DCH is currently assigned on the Aux node.

Requirements

Lab Application Revision: G.00 and above

Programming Example

 
OUTPUT 714;"CALL:DPEDchannel:ASET:ADD:AUXiliary" 
! Adds the HSUPA Radio Link (Aux Node) to the Active Set.

CALL[:CELL]:DPEDchannel:ASET:ADD:MAIN

Function

Adds the HSUPA Radio Link (Main Node) to the Active Set.

The purpose of this event is to create both a DPCH and E-DCH on the main node and signal to the UE to add it to the active set. This event is only valid when the Multi-Cell UTRAN mode is active and a HSUPA call is active on an Aux node (Aux node is the HSUPA Serving Cell) and no DPCH/E-DCH channel assigned on the Main node.

Requirements Lab Application Revision: G.00 and above

Programming Example

 
OUTPUT 714;"CALL:DPEDchannel:ASET:ADD:MAIN"
! Adds the HSUPA Radio Link (Main Node) to the Active Set.

CALL[:CELL]:DPEDchannel:ASET:REMove:AUXiliary

Function

Removes the HSUPA Radio Link (Aux Node) from Active Set.

The purpose of this event is to release the DPCH+E-DCH on the Aux node and signal to the UE to remove it from the active set. This event is only valid when Multi-Cell UTRAN mode is enabled and a HSUPA call is active in which a DPCH+E-DCH from both the Main node and Aux node is present in the active set and the Aux node is not the HSUPA Serving Cell.

Requirements

Lab Application Revision: G.00 and above

Programming Example

 
OUTPUT 714;"CALL[:CELL]:DPEDchannel:ASET:REMove:AUXiliary" 
! Removes the HSUPA Radio Link (Aux Node) from Active Set.

CALL[:CELL]:DPEDchannel:ASET:REMove:MAIN

Function

Removes the HSUPA Radio Link (Main Node) from the Active Set.

The purpose of this event is to release the DPCH+E-DCH on the main node and signal to the UE to remove it from the active set. This event is only valid when Multi-Cell UTRAN mode is enabled and a HSUPA call is active in which a DPCH+E-DCH from both the Main node and Aux node is present in the active set and the Main node is NOT the HSUPA Serving Cell.

Requirements

Lab Application Revision: G.00 and above

Programming Example

 
OUTPUT 714;"CALL:DPEDchannel:ASET:REMove:MAIN" 
! Removes the HSUPA Radio Link (Main Node) from the Active Set.