Fully Open Edge Cloud

Configure Amarisoft Software For Callbox

Configure Amarisoft Software For Callbox
  • Last Update:2023-11-07
  • Version:001
  • Language:en

Agenda

  • Update GIT repository
  • Configure Amarisoft
  • Restart LTE
  • Verification

This tutorial teaches how to configure Amarisoft Software for Callbox. Please make sure you can ssh to the callbox before start.

Update GIT repository

On the Callbox, as root:

$ cd
$ cd config-amarisoft/
$ git fetch --all
$ git reset --hard

Let's get the git repository of config-amarisoft up-to-date.

Configure Amarisoft

$ cd
$ cd enb/config/
$ ln -sf callbox/<config> enb.cfg #Choose a configuration in ~/enb/config/callbox, and make a link

Restart LTE

$ systemctl restart lte

Make sure LTE is started:

$ systemctl status lte
● lte.service - Amarisoft LTE
     Loaded: loaded (/lib/systemd/system/lte.service; enabled; vendor preset: enabled)
     Active: active (running) since Thu 2022-01-06 08:42:45 UTC; 26min ago
   Main PID: 589 (bash)
      Tasks: 3 (limit: 4464)
     Memory: 12.2M
     CGroup: /system.slice/lte.service
             ├─  589 /bin/bash /root/ots/ltestart.sh
             ├─  763 /bin/bash /root/ots/ltestart.sh
             └─17415 sleep 10

Jan 06 08:42:45 ORSx systemd[1]: Started Amarisoft LTE.

Verification

$ screen -x lte

You can refer How To Interpret ORS Logs to verify if the Amarisoft LTE service is working properly.