This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
meshdesk:lte [2022/11/23 07:30] admin [Getting Started] |
meshdesk:lte [2022/11/24 11:38] (current) admin [Getting Started] |
||
---|---|---|---|
Line 10: | Line 10: | ||
===== LTE modem in OpenWrt ===== | ===== LTE modem in OpenWrt ===== | ||
* You will need a modem that supports the **qmi** protocol. | * You will need a modem that supports the **qmi** protocol. | ||
- | * The modem will typically be a pcie card modem or a USB dongle. | + | * The modem will typically be a pcie card or a USB dongle. |
* You can get more information on the hardware and packages to include with OpenWrt from this page: https:// | * You can get more information on the hardware and packages to include with OpenWrt from this page: https:// | ||
* We assume you installed all the required packages as listed in the link above. | * We assume you installed all the required packages as listed in the link above. | ||
Line 25: | Line 25: | ||
* The once off action will require a WAN connection (Ethernet Cable) for the Access Point. | * The once off action will require a WAN connection (Ethernet Cable) for the Access Point. | ||
* When the Access Point shows up under the Unknown network devices you can then attach it to either a Mesh or AP Profile. | * When the Access Point shows up under the Unknown network devices you can then attach it to either a Mesh or AP Profile. | ||
- | * When you supply the info for attaching the Access Point there the **Internet Connect** option | + | * When you supply the info for attaching the Access Point, use the **Internet Connect** option |
{{: | {{: | ||
+ | * The detail which you have to supply like the **APN** and if required a **Username** and **Password** will depend on the mobile provider and sim card you use. | ||
+ | * Please have those handy before you attach the Access Point. | ||
+ | * The screenshot above is for **Cell-C** which is a mobile provider in South Africa. | ||
+ | <WRAP center round tip 100%> | ||
+ | Most mobile providers will have the value of their **APN** etc available from their website. | ||
+ | </ | ||
+ | * Now that the Access Point is attached to a Mesh or AP Profile you can give it a reboot (still with the cable in) to fetch these settings. | ||
+ | * Once those settings have been fetched you can disconnect the cable. | ||
+ | * Reboot the Access Point once again (This time without the cable) to confirm the LTE settings work. | ||
+ | * Should you wish to change things in future e.g. lets say you moved to another mobile provider you can repeat this once off action again for the Access Point to fetch those settings. | ||
+ | * The firmware is designed in such a way that it will always try the WAN connection (Ethernet cable) first before proceeding to the other connection options. | ||
+ | |||
+ | ===== Reporting on the signal ===== | ||
+ | * When the Access Point sends its heartbeats to the controller it will also send along information on its connection. | ||
+ | * You can then check the signal strength using the GUI | ||
+ | {{: | ||
+ | * There are four items reported on with four levels | ||
+ | * The items are | ||
+ | * **RSSI** | ||
+ | * **RSRP** | ||
+ | * **RSRQ** | ||
+ | * **SINR** Signal to Interference plus Noise Ratio | ||
+ | * The levels are | ||
+ | * Excellent | ||
+ | * Good | ||
+ | * Mid Cell | ||
+ | * Cell Edge | ||
+ | |||
+ | ===== The Provider' | ||
+ | * You might have noticed there is a logo of the provider we use in the screenshot of the tool-tip. | ||
+ | * This has to be configured in a config file of the RADIUSdesk server. | ||
+ | * We have by default the three big providers in South Africa as a reference. | ||
+ | * We use the MCC/MNC tuple to identify them and record it in the file /// | ||
+ | * This Wiki Page is a handy starting point: https:// | ||
+ | |||
+ | <code php> | ||
+ | $config[' | ||
+ | [' | ||
+ | [' | ||
+ | [' | ||
+ | ]; | ||
+ | </ | ||
+ | * Simply add the providers you might use to that list. | ||
+ | * The logo's are stored under /// | ||
+ | * The recommended height for the logo image is 24px. | ||
+ | * Once they are added to the list the tool-tip should be able to source the logo since the router will report the MCC and MNC values that enable the code logic to do a lookup. | ||
+ | |||
+ | |||
+ | |||
+ | |||