Installation - UEsim
The purpose of this tutorial is to show you how to install a new release on the UEsim. Even with sophisticated functionality, the size of the installation package is pretty small (comparing to the package that comes with other equipment) and installation process is simple and reliable.
There are a few ways of the installation that are most commonly used as follows. In terms of the installation software (installation script), there is no differences between them. The differences come from the option parameter used with install.sh
- ./install.sh : Run the installation scrip without any option. If you install in this way, the script would let you to respond to questions for each step of the installation (this is mainly for you to select the which component to install).
- ./install.sh --default : Run the installation scrip with the option '--default'. With this, the script would install all the components defined in 'default' option and you don't need to manually specify anything during the installation. The installation script will install every components based on default configuration.
Table of Contents
- Installation - UEsim
Directory Structure of Installed Release
In most cases you may have a software release already installed on your machine (UEsim). If there is an existing installation, you would see the directory struction in /root directory something similar to following.
Download the New Release
You can download the installation package (Tarball) from Amarisoft Extranet account as shown below.
You can place the downloaded package anywhere you like. In this tutorial, I put it in /tmp directory as shown below.
Install
Untar the package as shown below
You will get the untared directory as shown below. You will see all the software packages for installation in this directory
Go to the untarred directory and list the files in it. You will see the installation shell program and other files required for installation
Run the installation shell program as below
Installation Progress as below
Wait until you see 'Installation Successful' as shown below
Now if you go to /root directory, you will find following directories installed. These are the directories for Amari Callbox
Once installation is done, you can check on the status of lte service and should get the result as follows
NOTE : 'service lte status' just shows the status of the application layer program. Even if you see the same result as shown above, it does not guarantee that UEsim works properly.