blob: e5272a71328df74920f3b1cffd3cab6abee7d847 [file] [log] [blame]
Hung-Wei Chiu77c969e2020-10-23 18:13:07 +00001..
2 SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3 SPDX-License-Identifier: Apache-2.0
4
Woojoong Kim6bfbf8a2020-11-25 15:32:15 -08005================
Hung-Wei Chiu77c969e2020-10-23 18:13:07 +00006eNB Installation
7================
Woojoong Kim63484012020-11-11 17:20:55 -08008This section describes how to install and configure the Sercomm eNB
9which is the default eNB device for Aether/Pronto project.
10
Woojoong Kim6bfbf8a2020-11-25 15:32:15 -080011.. _enb-installation:
12
Woojoong Kim63484012020-11-11 17:20:55 -080013Preliminaries
14=============
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070015Prepare the following devices:
Woojoong Kim63484012020-11-11 17:20:55 -080016
Woojoong Kim63484012020-11-11 17:20:55 -080017* Sercomm eNB
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070018* 10GbE SFP+ to 1/10GbE copper media converter
19* Workstation to remotely access and configure the eNB
Woojoong Kim63484012020-11-11 17:20:55 -080020
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070021Collect the following information:
Woojoong Kim63484012020-11-11 17:20:55 -080022
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070023* eNB IP address
Woojoong Kim63484012020-11-11 17:20:55 -080024* MME IP address (10.168.0.6 by default)
25* TAC
26* Cell ID
27
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070028.. warning::
Woojoong Kim63484012020-11-11 17:20:55 -080029
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070030 ``Cell ID`` and ``TAC`` are critical parameters and the values must
31 be assigned the by OPs team.
Woojoong Kim63484012020-11-11 17:20:55 -080032
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070033Connect the eNB
34===============
Woojoong Kim63484012020-11-11 17:20:55 -080035
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070036Connect the eNB to the fabric switch through the media converter and power on,
37then it will automatically get pre-configured IP address using DHCP.
38Verify that you can access the web-based configuration(`https://<eNB IP>`) from your workstation.
39If the eNB address is not directly reachable, use the management server as a jump host.
Woojoong Kim63484012020-11-11 17:20:55 -080040
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070041The default credentials for the Sercomm eNB are:
Woojoong Kim63484012020-11-11 17:20:55 -080042
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070043* Username: ``sc_femto``
Zack Williams34c30e52020-11-16 10:55:00 -070044* Password: ``scHt3pp`` (or ``sc_femto``)
Woojoong Kim63484012020-11-11 17:20:55 -080045
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070046.. image:: images/enb-sercomm-home.png
47 :width: 800
Woojoong Kim63484012020-11-11 17:20:55 -080048
49LTE configuration
50=================
Woojoong Kim63484012020-11-11 17:20:55 -080051
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070052Go to **Manage > LTE Basic Settings** tab and change the parameters as shown below.
53Click ``Save`` at the bottom after making the changes.
54
55.. image:: images/enb-sercomm-lte.png
56 :width: 800
Woojoong Kim63484012020-11-11 17:20:55 -080057 :alt: Sercomm eNB UI LTE configuration page
58
Woojoong Kim53081342020-11-19 11:17:05 -080059* Carrier Number: `2`
60* Carrier Aggregation: `unchecked`
61* BandWidth: `20`
62* FrequencyBand: `48,48`
63* EARFCN: `55440,55640`
64* CellIdentity: `assigned Cell ID`
65* PCI: `100,101`
66* TxPower: `20`
67* Tunnel Type: `IPv4`
68* MME IP Address: `10.168.0.6`
69* TAC: `assigned TAC`
70* PLMNID: `315010`
71* Sync Source: `FREE_RUNNING`
72* Enable CWMP: `unchecked`
Woojoong Kim63484012020-11-11 17:20:55 -080073
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070074SAS configuration
75=================
Woojoong Kim63484012020-11-11 17:20:55 -080076
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070077Go to **Manage > SAS Configuration** tab and change the parameters as shown below.
78Click ``Save`` at the bottom after making the changes.
Woojoong Kim63484012020-11-11 17:20:55 -080079
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070080.. image:: images/enb-sercomm-sas.png
81 :width: 800
Woojoong Kim63484012020-11-11 17:20:55 -080082 :alt: Sercomm eNB UI SAS configuration page
83
Woojoong Kim53081342020-11-19 11:17:05 -080084* Location: `Indoor`
85* Location Source: `Manual`
86* Latitude: `0`
87* Longitude: `0`
88* Elevation: `-18000`
Woojoong Kim63484012020-11-11 17:20:55 -080089
Woojoong Kim63484012020-11-11 17:20:55 -080090
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070091Other Settings
92==============
Woojoong Kim63484012020-11-11 17:20:55 -080093
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -070094Go to **TR098 > SysPara** tab and set ``fsminitd`` parameter setting to ``2``.
95Click ``Modify`` button right next to the parameter value, and ``Save`` button at the bottom.
96
97.. image:: images/enb-sercomm-syspara.png
98 :width: 800
99
100Go to **FAPService > FAPControl** tab and check the box next to the ``AdminState``.
101Click ``Save`` button at the bottom after making the change.
102
103.. image:: images/enb-sercomm-admin-state.png
104 :width: 800
Woojoong Kim63484012020-11-11 17:20:55 -0800105 :alt: Sercomm eNB UI FAP Control page
106
Woojoong Kim63484012020-11-11 17:20:55 -0800107
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -0700108Reboot the eNB
109==============
Woojoong Kim63484012020-11-11 17:20:55 -0800110
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -0700111Reboot the eNB to make all changes take effect.
Woojoong Kim63484012020-11-11 17:20:55 -0800112
113Troubleshooting
114===============
115
116Connectivity check
117^^^^^^^^^^^^^^^^^^
118In order to check the connectivity, we can use the Sercomm eNB admin UI.
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -0700119Go to **Manage > IP Diagnose** tab.
Woojoong Kim63484012020-11-11 17:20:55 -0800120
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -0700121.. image:: images/enb-sercomm-ip-diagnose.png
122 :width: 800
Woojoong Kim63484012020-11-11 17:20:55 -0800123 :alt: Sercomm eNB UI IP Diagnose page
124
Hyunsun Mooncd0d42f2021-10-18 19:08:41 -0700125In this page, check the ``ping`` menu, put IP address to test in the text box, and click ``Run`` button.
Woojoong Kim63484012020-11-11 17:20:55 -0800126After a few seconds, we can see the ping results.