Table of Contents

LTE Connection On MESHdesk and APdesk

Introduction

LTE modem in OpenWrt

  • The intention of this page is to get your Access Point working with LTE on MESHdesk and APdesk.
  • There is a dedicated technical page for more in dept discussions on LTE

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' ]
];