← Back to API Documentation
Internal · Sales & Engineering

Telecom Industry Primer

Understanding the three parallel business models in telecom, how they interact, and where Signal Telecom Suite fits. Required reading for all sales and engineering team members.

1. The Three Business Models

Carriers and ISPs are parallel infrastructure owners. MVNOs sit above them as an abstraction layer — consuming infrastructure from both and presenting a unified service to the end customer.

MVNO

Abstraction layer — owns nothing physical
Buys mobile capacity from carrier + internet transit from ISP
Customer sees one brand, one bill, one app

▲ Abstraction — customer doesn’t see what’s below ▲
Mobile capacity
Internet transit

Carrier (MNO)

Owns spectrum license
Owns BTS towers
Owns core network (EPC/5GC)

ISP

Owns fiber/wireless infra
Owns routers, APs, OLTs
Owns backbone network

▼ Parallel infrastructure owners ▼

Downstream ISP

Buys wholesale from ISP
Resells under own brand

Hybrid ISP + MVNO

Owns fiber (ISP layer)
Buys mobile from a host carrier (MVNO layer)
Sells wholesale to downstream ISPs

EntityOwnsBuys FromSells ToExamples
Carrier (MNO)Spectrum, towers, coreMobile subscribers, MVNOsAirtel, MTN, Safaricom, Jio, AT&T
ISPFiber, routers, APs, OLTsUpstream transitInternet subscribers, downstream ISPsComcast, ACT Fibernet, regional fibre operators
MVNONothing physicalMobile capacity from carrierMobile subscribersGoogle Fi, Lycamobile, AeroVoyce
Downstream ISPMinimal (CPE only)Wholesale bandwidth from ISPLocal subscribersSmall regional ISPs
Key insight: Some companies operate in multiple models simultaneously. Jio is both a carrier AND an ISP (JioFiber). A regional ISP may also want to become an MVNO on a Tier-1 host. The platform supports both tracks side by side so a hybrid operator doesn't run two separate BSS stacks.

2. What Each Model Needs from Our Platform

ISP Needs

CapabilityOur ModuleWhat It Does
Customer managementSIG-IDCRM, KYC, lifecycle
Service plans & subscriptionsSIG-PROVBroadband plans with speed/data caps
Subscriber authenticationSIG-RADRADIUS AAA for WiFi/broadband access
Router/switch configurationSIG-NETNETCONF/YANG to Juniper, Cisco, etc.
CPE provisioningSIG-CPEREST APIs to Cambium, MikroTik, Ubiquiti, etc.
Usage meteringSIG-RATERADIUS accounting → usage records
BillingSIG-BILLInvoices with PDF generation
WiFi hotspot loginCaptive PortalSplash page for hotel/airport WiFi

MVNO Needs

CapabilityOur ModuleWhat It Does
Customer managementSIG-IDSame CRM — shared with ISP
Mobile plansSIG-PROVData/voice/SMS plans
SIM lifecycleSIG-SIMICCID, IMSI, Ki/OPc, activation
HSS/HLR integrationSIG-SIMAKA key sync to carrier HSS
Carrier interconnectSIG-ICXCDR settlement, wholesale rates
CDR processingSIG-RATECarrier CDR → rated charges
BillingSIG-BILLSubscriber invoices
Enterprise bulk SIMSIG-SIM + Enterprise500+ SIMs, departments, cost centers
Notice: An MVNO does NOT need SIG-RAD, SIG-NET, or SIG-CPE. The carrier owns the radio network and RADIUS. The MVNO only manages SIMs, billing, and customer relationships.

Wholesale ISP (B.Carried) Needs

CapabilityOur ModuleWhat It Does
Tenant managementTenant SystemEach downstream ISP = separate tenant
Schema isolationDatabasePostgreSQL schema-per-tenant
White-label portalsPortal SystemEach ISP gets own branded dashboard
Wholesale billingSIG-BILLBill downstream ISPs for bandwidth
Cross-tenant viewsOps PortalInfrastructure owner sees all tenants

3. Hardware at Each Layer

Our OSS needs to talk to different device types, each speaking a different protocol:

Device TypePurposeProtocolVendorsWho Owns It
Core RouterBackbone routingNETCONF/YANGJuniper MX, Cisco ASRISP
Edge RouterCustomer gatewayNETCONF/YANGJuniper SRX, Cisco ISRISP
SwitchLAN / data centerNETCONF / SNMPJuniper EX, AristaISP
WiFi APWireless accessVendor REST APICambium, Ubiquiti, HFCLISP
OLTFiber to the homeSNMP / RESTCalix, DZS, STL, ADTRANISP
CPE / ONTCustomer premisesREST APIMikroTik, GrandstreamISP (managed)
MicrowaveTower backhaulSNMP / RESTCeragon, RADWINISP
BTS / eNodeBCellular radioVendor NMSC-DOT, Nokia, EricssonCarrier (MNO)
Small CellIndoor cellularREST APIBaicells, Lekha, ip.accessCarrier / Enterprise
RADIUS ServerAuth / accountingRADIUS protocolFreeRADIUSISP
HSS / HLRMobile subscriber authDiameter / S6aOpen5GSCarrier or Full MVNO
Key insight for sales: An MVNO does not need to talk to any physical network device. The carrier's BSS/OSS handles that. The MVNO only talks to the carrier's HSS (for SIM auth) and receives CDRs (for billing). Our SIG-NET, SIG-CPE, and SIG-RAD modules are ISP-only.

4. Integration Approach

We don't connect to each device individually. Where possible, we connect to vendor management platforms:

We Talk ToCoversProtocol
Junos Space / ParagonAll Juniper devicesREST API
cnMaestroAll Cambium devicesREST API
UniFi ControllerAll Ubiquiti devicesREST API
Calix CloudAll Calix OLTs/ONTsREST API
Direct NETCONFCisco, Nokia, HuaweiNETCONF/YANG
Direct SNMPLegacy / no NMSSNMP v2c/v3
FreeRADIUSSubscriber authRADIUS protocol
Open5GSMVNO mobile coreDiameter/S6a

5. The Hybrid Operator Archetype

A common shape we see across regional operators in emerging markets: a fibre/FWA ISP today, with an ambition to add mobile (MVNO on a host carrier) and a wholesale layer (downstream ISPs riding their backbone). This archetype is the one that benefits most from a single platform — they otherwise end up running three separate billing stacks.

Hybrid ISP → MVNO → wholesale operator

Today (data-only ISP):

Where this archetype wants to go:

Why no spectrum is needed for the ISP layer: data over WiFi/fibre doesn't require a spectrum licence. Only mobile cellular (4G/5G) needs spectrum, which only carriers hold. When this archetype adds an MVNO line, they buy capacity from a host carrier — they don't need their own spectrum.

Typical network: protected fibre rings, redundant upstream feeds, zero-contention or low-contention model, 24/7 NOC.

How the platform maps to this archetype

Business LinePlatform TrackModules Used
Residential + SME broadbandISP TrackSIG-ID, SIG-PROV, SIG-RAD, SIG-NET, SIG-CPE, SIG-RATE, SIG-BILL
MVNO (individual)MVNO TrackSIG-ID, SIG-PROV, SIG-SIM, SIG-ICX, SIG-RATE, SIG-BILL
MVNO (enterprise)Enterprise ExtensionAbove + Enterprise Accounts, bulk SIM, cost-centre billing
Wholesale to downstream ISPsTenant ManagementTenant system, schema isolation, ops portal, white-label
The platform pitch: most OSS/BSS stacks make a hybrid operator choose — ISP or MVNO or wholesale. Sigtel supports all three tracks in one platform, with a downstream ISP onboarded as a fully isolated tenant on the same infrastructure. One platform, three (or more) business lines.

6. Common Misconceptions

MisconceptionReality
MVNOs are parallel to ISPsNo. Carriers and ISPs are the parallel entities — both are infrastructure owners. MVNOs sit above them as an abstraction layer, consuming from both and presenting a unified service to the end customer.
You need one device type per adapterVendor NMS platforms (cnMaestro, Junos Space) manage all of a vendor's devices through one API.
Carrier and ISP are always separateSome companies do both (Jio is carrier + ISP, many regional fibre operators add an MVNO line on a host carrier).
An MVNO needs routers and RADIUSNo. The carrier handles radio/auth. MVNO only needs SIM lifecycle, CDR processing, and billing.
Enterprise = big individual customerEnterprise customers need their own infrastructure (dedicated hardware, SIM pools, cost center billing). They're not just "bigger" consumers.

Related Resources

Visual Glossary → MVNO Architecture & AKA → Integration Guide →
Signal AI Labs · Internal · Sales & Engineering Reference