You are on page 1of 17

<Product Family>

Script to implement
Max eNB Call Count to 4500
Method of ProcedureMetho
d of Procedure
Network Systems
Samsung Telecommunications America

Document Version 1.0Adv Properties


09/18/2014

ADV PROPERTIES DRAFT <#>

Document Category: 817


Document Number:

2014 SAMSUNG Electronics Co. Ltd.


All Rights Reserved. No part of this document may be photocopied, reproduced, stored in a
retrieval system, or transmitted, in any form or by any means whether, electronic,
mechanical, or otherwise without the prior written permission of SAMSUNG Electronics Co.,
Ltd.
No warranty of accuracy is given concerning the contents of the information contained in this
publication. To the extent permitted by law no liability (including liability to any person by
reason of negligence) will be accepted by SAMSUNG Electronics Co., Ltd., its subsidiaries
or employees for any direct or indirect loss or damage caused by omissions from or
inaccuracies in this document.
SAMSUNG Electronics Co., Ltd. reserves the right to change details in this publication
without notice.
DRAFT <#>

<Product Name> Specialty Method of Procedure <Doc version> <DRAFT #>


Samsung Proprietary and Confidential

ii

This manual should be read and used as a guideline for properly installing and/or operating the
product.
This manual may be changed for system improvement, standardization and other technical
reasons without prior notice.
Updated manuals are available at:
https://systems.samsungwireless.com/

For questions on the manuals or their content, contact


NetSys Tech Writer@sta.samsung.com

Contents
Preface

6
Relevance......................................................................................................... 6
Conventions in this Document..........................................................................6
Revision History................................................................................................7
Organization of This Document........................................................................7
Related Documentation....................................................................................7

Chapter 1 Overview

References....................................................................................................... 8
Chapter 2 Implementation
Appendix Acronyms

9
11

List of Figures
No table of figures entries found.

List of Tables
No table of figures entries found.

Preface
This document provides MOP for using the script to implement the Max
ENB Call Count to 4500 using PLD.

Relevance
This manual applies to the following products/software.
Name

Type

SLR 2.5.4

Software

Conventions in this Document


Samsung Networks product documentation uses the following conventions.

Symbols
Symbol

Description
Indicates a task.
Indicates a shortcut or an alternative method.
Provides additional information.
Provides information or instructions that you should follow to avoid service
failure or damage to equipment.
Provides information or instructions that you should follow to avoid personal
injury or fatality.
Provides antistatic precautions that you should observe.

Menu Commands
menu | command
This indicates that you must select a command on a menu, where menu is
the name of the menu, and command is the name of the command on that
menu.

File Names and Paths


These are indicated by a bold typeface. For example:
Copy filename.ext into the /home/folder1/folder2/bin/ folder.

User Input and Console Screen Output Text


Input and output text is presented in the Courier font. For example,
context < designated epc-context-name>
CLI commands are presented in bold small caps. For example,
Type the RTRV-NE-STS command in the input field.

Revision History
The following table lists all versions of this document.
Version

Date

Description

Author

1.0

9/18/201
4

Initial Version

Arun Ramachandran

1.1

10/9/201
4

2nd Version with modification in script

Arun Ramachandran

**Draft Tracker**
Update the following sample text in the table for internal tracking of a
document during the review cycle. Remove this entire section before
final publication.

Create/Modify

Test

Approve

Remark

Review

Version
Date

Author

Date

Tester

1.0

9/18/2014

Arun
Ramachandra
n

09/29/2014

Zeki
Keles

1.1

10/9/2014

Arun
Ramachandra
n

Date

Approver

Date

Reviewer

Organization of This Document


Section

Title

Chapter 1

Overview

Chapter 2

Implementation

Appendix A

Title

Appendix B

Title

Description

Related Documentation

Kindly refer to "Sprint_FD_LTE_Max_ENB_Call_Count_4500_Change" MOP


for details on which parameter is being changed.

Chapter 1 Overview
This Method of Procedure (MOP) provides the detailed instructions for
executing the script that is used for setting Max ENB Call Count to 4500
using PLD.

References
Reference
#

Title

Chapter 2 Implementat
ion
Perform following changes on the LSM-R
Ste
p
1

Action and Expected Result


Action
1. Transfer the attached script to either the user's home directory (/home/<ADID>) within the user's
home directory in the LSM-R.

: Check

2. Extract the contents of the file by using the following command - "tar -xvf
ChgEnbCacInfoTuple.tar.gz". This will result in a directory - ChgEnbCacInfoTuple/ - inside which
you will have the files related to the script.

: Check

3. Change to the ChgEnbCacInfoTuple/ directory using the "cd ChgEnbCacInfoTuple/" command


and open REMOTE_EXEC_CONFIG file inside the "ChgEnbCacInfoTuple/" directory and make
sure that the following parameters are set appropriately:
SCRIPT_ARGS="/pkg/2.5.0/ENB/r-01/DB"
HOME=/home/<ADID of User>

: Check

4. Open ENB_IP_LIST.txt and add the list of IPs for eNBs where the Max eNB Call Count needs to
be changed.

: Check

5. Execute the following in the ChgEnbCacInfoTuple directory chmod +x REMOTE_EXEC*

: Check

6. Execute the script as follows in the ChgEnbCacInfoTuple directory ./REMOTE_EXEC_ALL.sh ENB_IP_LIST.txt

Ste
p

Action and Expected Result

: Check

Expected Result
The script executes successfully without any errors and displays a summary
showing the MaxEnbCallCount parameter in the PLD to be changed to 4500
from 750.
Example
#########################################################################
# REMOTE_EXEC_ALL.sh: FINISH (0): Thu Sep 18 14:06:02 EDT 2014
#########################################################################
#########################################################################
###############################################
# SUMMARY 1
#########################################################################
###############################################
# START: ./REMOTE_EXEC_ALL.sh ENB_IP_LIST.txt
# START_TIME: Thu Sep 18 14:00:43 EDT 2014
#---------------------------------------------------------------------------------------------------------------------111.23.94.34:NOK (telnet connection failure)
# REMOTE_EXEC_ALL.sh: FINISH (0): Thu Sep 18 14:00:58 EDT 2014
#########################################################################
###############################################
# START: ./REMOTE_EXEC_ALL.sh ENB_IP_LIST.txt
# START_TIME: Thu Sep 18 14:05:49 EDT 2014
#---------------------------------------------------------------------------------------------------------------------111.23.94.34:OK
# REMOTE_EXEC_ALL.sh: FINISH (0): Thu Sep 18 14:06:02 EDT 2014
#########################################################################
###############################################

#########################################################################
###############################################
# SUMMARY 2
#----------------------------------------------------------------------------------------------------------------------

Ste
p

Action and Expected Result


# ./REMOTE_EXEC.sh 111.23.94.34
Current MaxEnbCallCount in PLDEnbCacInfoFunc is 750
# Final Current MaxEnbCallCount is 4500
#########################################################################
###############################################

Appendix

Acronyms

LSM-R

LTE System Manager-RAN

PLD

Parameter List Database

IP

Internet Protocol

eNB

Evolved Node B/E-UTRAN Node B

CAC

Call Admission Control

LTE

Long Term Evolution

Review Check List


N
o

Check List

check(Yes/No)

Comment

Revision
History is
updated

Preface

21

Document
Conventions,
Related

22

Produce Safety
Information

Removed since not applicable


for Software MOP

23

Cautions &
Restrictions

N/A for this MOP

24

Test condition is
described

The MOP to be verified in the


lab

Prerequisites

31

PKG
information

N/A for this MOP

32

Time Table

N/A for this MOP

33

The whole flow


included

N/A for this MOP

Installation
Procedure

N/A for this MOP

41

Mulit-task on
GUI

N/A for this MOP

42

Check list for


the jobs

43

Solution for
exception
cases

44

Restriction &
Caution

N/A for this MOP

45

Check if there
is warning or
remarks

Provided backout procedure

817 Sprint_FD_LTE _Script_to_implement_


Max_ENB_Call_Count_4500_Change
Specialty Method of Procedure Method of
Procedure
Document Version 1.0 Adv Properties
2014 Samsung Electronics Co., Ltd.
All rights reserved.

You might also like