Got it

Block cell and deactivate

Created: Jan 16, 2020 02:41:24Latest reply: Jan 16, 2020 06:35:29 1390 7 16 0 0
  Rewarded HiCoins: 0 (problem resolved)

What is difference between block cell and deactivate cell?


Featured Answers

Recommended answer

BetterMing
Created Jan 16, 2020 03:22:21

Hello, Unicef.

You can refer to the following information


Deactivate Cell (DEA CELL)

Function

Use this command to deactivate a cell. When a cell is deactivated, all the user-related services are disrupted.

Note

This is a high-risk MML command, and therefore exercise caution when executing this command. Running this command may cause the following major impacts:

When a cell is deactivated, all the user-related services are disrupted.

Parameters

IDNameDescription
LocalCellIdLocal Cell ID

Meaning: Indicates the local ID of the cell. It uniquely identifies a cell within a BS.

GUI Value Range: 0~255

Unit: None

Actual Value Range: 0~255

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode: L

Example

To deactivate a cell with local cell ID of 0, run the following command:
DEA CELL: LocalCellId=0;


Block Cell (BLK CELL)

Function

Use this command to block a cell.

Note

This is a high-risk MML command, and therefore exercise caution when executing this command. Running this command may cause the following major impacts:

If the CellAdminState parameter is set to CELL_HIGH_BLOCK, the cell is deactivated immediately. If the CellAdminState parameter is set to CELL_MIDDLE_BLOCK, new users are not allowed to access the cell and the cell is deactivated when it has no user to serve during the time period specified by the CellMidBlkTimer parameter, and is deactivated when the timer expires irrespective of whether it has users to serve. If the CellAdminState parameter is set to CELL_LOW_BLOCK, new users are not allowed to access the cell and the cell is deactivated only when the cell does not have any users to serve.

Parameters

IDNameDescription
LocalCellIdLocal Cell ID

Meaning: Indicates the local ID of the cell. It uniquely identifies a cell within a BS.

GUI Value Range: 0~255

Unit: None

Actual Value Range: 0~255

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode: L

CellAdminStateCell admin state

Meaning: Indicates the administrative state of the cell. If this parameter is set to CELL_HIGH_BLOCK, the cell is deactivated immediately. If this parameter is set to CELL_MIDDLE_BLOCK, new users are not allowed to access the cell and the cell is deactivated when it has no user to serve during the period specified by the CellMidBlkTimer parameter, or is deactivated when the timer expires irrespective of whether it has users to serve. If this parameter is set to CELL_LOW_BLOCK, new users are not allowed to access the cell and the cell is deactivated only when the cell has no user to serve.

GUI Value Range: CELL_HIGH_BLOCK(High block), CELL_MIDDLE_BLOCK(Middle block), CELL_LOW_BLOCK(Low block)

Unit: None

Actual Value Range: CELL_HIGH_BLOCK, CELL_MIDDLE_BLOCK, CELL_LOW_BLOCK

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: Yes

Impact on Radio Network Performance: None

Applicable Mode: L

CellMidBlkTimerCell middle block timer

Meaning: Indicates the length of the timer used to determine whether to block a middle-blocking-priority cell. If CellAdminState is set to CELL_MIDDLE_BLOCK, new users are not allowed to access the cell and the cell is deactivated when no user accesses the cell during the period of time specified by this parameter. The cell is also deactivated if the timer expires.

GUI Value Range: 1~1440

Unit: min

Actual Value Range: 1~1440

MML Default Value: None

Recommended Value: 60

Parameter Relationship: This parameter needs to be specified only when the middle-priority blocking is performed.

Service Interrupted After Modification: No (And no impact on the UE in idle mode)

Impact on Radio Network Performance: None

Applicable Mode: L

Example

Example 1: To block a cell with the parameters as follows: Local Cell ID: 0, Cell admin state: CELL_LOW_BLOCK, run the following command:
BLK CELL: LocalCellId=0, CellAdminState=CELL_LOW_BLOCK;
Example 2: To block a cell with the parameters as follows: Local Cell ID: 0, Cell admin state: CELL_HIGH_BLOCK, run the following command:
BLK CELL: LocalCellId=0, CellAdminState=CELL_HIGH_BLOCK;


For more information you can refer to the following link: https://support.huawei.com/hedex/hdx.do?tocLib=EDOC1000077948enodeben&docid=EDOC1000077948&tocV=11&lang=en&id=enodeben_11_24884&tocURL=resources/hert/mbts/mml/ratl/mml/dea_cell.html&p=t&fe=1&ui=3&keyword=deactiv&keyword=cell

Thanks!

View more
  • x
  • convention:

chantha
chantha Created Nov 16, 2021 04:36:46 (0) (0)
 
All Answers

Hello, Unicef.

You can refer to the following information


Deactivate Cell (DEA CELL)

Function

Use this command to deactivate a cell. When a cell is deactivated, all the user-related services are disrupted.

Note

This is a high-risk MML command, and therefore exercise caution when executing this command. Running this command may cause the following major impacts:

When a cell is deactivated, all the user-related services are disrupted.

Parameters

IDNameDescription
LocalCellIdLocal Cell ID

Meaning: Indicates the local ID of the cell. It uniquely identifies a cell within a BS.

GUI Value Range: 0~255

Unit: None

Actual Value Range: 0~255

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode: L

Example

To deactivate a cell with local cell ID of 0, run the following command:
DEA CELL: LocalCellId=0;


Block Cell (BLK CELL)

Function

Use this command to block a cell.

Note

This is a high-risk MML command, and therefore exercise caution when executing this command. Running this command may cause the following major impacts:

If the CellAdminState parameter is set to CELL_HIGH_BLOCK, the cell is deactivated immediately. If the CellAdminState parameter is set to CELL_MIDDLE_BLOCK, new users are not allowed to access the cell and the cell is deactivated when it has no user to serve during the time period specified by the CellMidBlkTimer parameter, and is deactivated when the timer expires irrespective of whether it has users to serve. If the CellAdminState parameter is set to CELL_LOW_BLOCK, new users are not allowed to access the cell and the cell is deactivated only when the cell does not have any users to serve.

Parameters

IDNameDescription
LocalCellIdLocal Cell ID

Meaning: Indicates the local ID of the cell. It uniquely identifies a cell within a BS.

GUI Value Range: 0~255

Unit: None

Actual Value Range: 0~255

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode: L

CellAdminStateCell admin state

Meaning: Indicates the administrative state of the cell. If this parameter is set to CELL_HIGH_BLOCK, the cell is deactivated immediately. If this parameter is set to CELL_MIDDLE_BLOCK, new users are not allowed to access the cell and the cell is deactivated when it has no user to serve during the period specified by the CellMidBlkTimer parameter, or is deactivated when the timer expires irrespective of whether it has users to serve. If this parameter is set to CELL_LOW_BLOCK, new users are not allowed to access the cell and the cell is deactivated only when the cell has no user to serve.

GUI Value Range: CELL_HIGH_BLOCK(High block), CELL_MIDDLE_BLOCK(Middle block), CELL_LOW_BLOCK(Low block)

Unit: None

Actual Value Range: CELL_HIGH_BLOCK, CELL_MIDDLE_BLOCK, CELL_LOW_BLOCK

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: Yes

Impact on Radio Network Performance: None

Applicable Mode: L

CellMidBlkTimerCell middle block timer

Meaning: Indicates the length of the timer used to determine whether to block a middle-blocking-priority cell. If CellAdminState is set to CELL_MIDDLE_BLOCK, new users are not allowed to access the cell and the cell is deactivated when no user accesses the cell during the period of time specified by this parameter. The cell is also deactivated if the timer expires.

GUI Value Range: 1~1440

Unit: min

Actual Value Range: 1~1440

MML Default Value: None

Recommended Value: 60

Parameter Relationship: This parameter needs to be specified only when the middle-priority blocking is performed.

Service Interrupted After Modification: No (And no impact on the UE in idle mode)

Impact on Radio Network Performance: None

Applicable Mode: L

Example

Example 1: To block a cell with the parameters as follows: Local Cell ID: 0, Cell admin state: CELL_LOW_BLOCK, run the following command:
BLK CELL: LocalCellId=0, CellAdminState=CELL_LOW_BLOCK;
Example 2: To block a cell with the parameters as follows: Local Cell ID: 0, Cell admin state: CELL_HIGH_BLOCK, run the following command:
BLK CELL: LocalCellId=0, CellAdminState=CELL_HIGH_BLOCK;


For more information you can refer to the following link: https://support.huawei.com/hedex/hdx.do?tocLib=EDOC1000077948enodeben&docid=EDOC1000077948&tocV=11&lang=en&id=enodeben_11_24884&tocURL=resources/hert/mbts/mml/ratl/mml/dea_cell.html&p=t&fe=1&ui=3&keyword=deactiv&keyword=cell

Thanks!

View more
  • x
  • convention:

chantha
chantha Created Nov 16, 2021 04:36:46 (0) (0)
 
Wow very clear explanation
thx q @BetterMing
View more
  • x
  • convention:

Hello,
Difference between BLOCK CELL and DEACTIVATE CELL only one thing, with block cell set to high block, means immediate deactivation of cell (immediate calls dropped). Middle block is timed (calls dropped after timer expiry), and low block is no user then block (no calls dropped, wait for cell idle state, then block).
View more
  • x
  • convention:

Chanbora
Chanbora Created Nov 16, 2021 05:01:40 (0) (0)
 
@wisal thx so much fo ur explanation and another experience
View more
  • x
  • convention:

Chanbora
Chanbora Created Nov 16, 2021 05:01:48 (0) (0)
 

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.