Table of Contents

LTE Connection On MESHdesk and APdesk

Introduction

LTE modem in OpenWrt

Getting Started

Most mobile providers will have the value of their APN etc available from their website.

Reporting on the signal

$config['MESHdesk']['mobile_providers'] = [
        ['mcc' => 655,  "mnc" => 7,     'name' => 'Cell C',     'country' => 'ZA', 'logo' => 'za_cell_c.png' ],
        ['mcc' => 655,  "mnc" => 10,    'name' => 'MTN',        'country' => 'ZA', 'logo' => 'za_mtn.png' ],
        ['mcc' => 655,  "mnc" => 1,     'name' => 'Vodacom',    'country' => 'ZA', 'logo' => 'za_vodacom.png' ]
];