BSS/OSS Academy
← Back to Domain Examples

Network Domains

Every telco service traverses one or more network domains on its journey from customer to content. Understanding these domains is essential for knowing where BSS/OSS orchestration reaches into the network, and which systems own each layer.

Click a domain box for details. Toggle extended view to see example technologies.

BSS / OSS MANAGEMENT PLANECustomerCPE / DevicesAccessLast mileAggregationMetro / distributionIP CoreBackbone routingMobile CorePacket coreServicePlatformsTRANSPORTRAN (mobile)PON (fixed)

Customer

End-user devices and customer-premises equipment. Everything on the customer side of the UNI (User Network Interface). The operator typically supplies and manages CPE (ONT, router, STB) but does not own the customer's devices.

Technologies

  • CPE / ONT
  • Home router / Wi-Fi
  • Mobile handset
  • STB / Smart TV
  • IoT devices
1 / 6Use arrow keys or click domain names above

4G EPC vs 5G Core — What Changed

The mobile core architecture changed fundamentally between 4G and 5G. This matters for BSS/OSS because it changes how SOM provisions subscribers, how ROM activates network functions, and what APIs are available.

Aspect4G EPC5G 5GC
ArchitectureMonolithic network elements (MME, SGW, PGW) — tightly coupledService-based architecture (SBA) — microservices communicating via HTTP/2
Control / User PlaneCoupled — SGW/PGW handle both signalling and data forwardingFully separated (CUPS) — SMF controls, UPF forwards. UPF can be deployed at the edge independently
Subscriber DBHSS (Home Subscriber Server) — single monolithic databaseUDM (Unified Data Management) + UDR (data repository) — separated compute from storage
PolicyPCRF — Diameter Gx/Rx interfacesPCF — HTTP/2 SBI (Npcf). Supports network slicing policies per slice
MobilityMME handles all mobility, authentication, and bearer managementAMF (mobility/auth) + SMF (session) — split responsibilities. AUSF handles authentication separately
Network SlicingNot supported — single shared network for all subscribersNative — dedicated virtual networks per slice with isolated resources, QoS, and charging
SOM/ROM InterfaceProprietary vendor APIs or Diameter adapters. Each NE has its own activation interfaceRESTful SBI APIs (HTTP/2). NRF provides service discovery — SOM can discover available NFs dynamically
ScalingScale the whole node — vertical scaling, capacity planning per elementEach function scales independently — horizontal scaling, Kubernetes-native auto-scaling
DeploymentVNFs on OpenStack (Gen 1 NFVI) or dedicated hardwareCNFs on Kubernetes (Gen 2 NFVI) — cloud-native, CI/CD compatible
MME — Mobility Management Entity (signalling, auth, handover)
SGW — Serving Gateway (local user-plane anchor)
PGW — PDN Gateway (internet breakout, IP allocation)
HSS — Home Subscriber Server (subscriber profiles, auth keys)
PCRF — Policy & Charging Rules Function (QoS, data caps)
OCS — Online Charging System (real-time prepaid charging via Diameter Ro)
OFCS — Offline Charging System (postpaid CDR-based charging via Diameter Rf)
AMF — Access & Mobility Management Function (replaces MME mobility)
SMF — Session Management Function (replaces MME session + SGW control)
UPF — User Plane Function (replaces SGW + PGW user plane)
UDM — Unified Data Management (replaces HSS compute)
UDR — Unified Data Repository (separated data store from UDM — new in 5G)
AUSF — Authentication Server Function (authentication separated from AMF — new in 5G)
PCF — Policy Control Function (replaces PCRF)
CHF — Charging Function (converged online + offline charging — replaces OCS + OFCS)
NRF — Network Repository Function (service discovery — new in 5G)
NSSF — Network Slice Selection Function (slice routing — new in 5G)
NEF — Network Exposure Function (exposes 5G capabilities to external apps via APIs — new in 5G)
AF — Application Function (external application interacting with core via NEF — new in 5G)
SBI — Service-Based Interface. All 5G NFs communicate via HTTP/2 REST APIs over a common bus, replacing the point-to-point Diameter/GTP interfaces of 4G.

Why this matters for BSS/OSS: In 4G, SOM provisions each subscriber by calling proprietary vendor APIs or Diameter adapters on the HSS, PCRF, and OCS — each with its own interface. In 5G, SOM can use standardised HTTP/2 REST APIs via the SBI, and NRF provides dynamic service discovery so SOM doesn't need to hardcode NF endpoints. Network slicing adds a new dimension: SOM must now provision per-slice resources, policies, and charging — a CFS may decompose into slice-specific RFS items that didn't exist in 4G.

IMS — Voice in the Core Network

The IP Multimedia Subsystem (IMS) is the operator's voice and rich communication platform. It sits inside the core network alongside the packet core, providing three primary capabilities: voice (VoLTE, VoNR, VoWiFi, SIP trunking), Rich Communication Services (RCS — messaging, video, presence), and supplementary services (conferencing, call forwarding, voicemail). IMS was not replaced in 5G — 3GPP kept it as the voice platform, connected via the UPF instead of the PGW.

Connection path — UE connects to IMS via a dedicated APN (e.g. "ims"). The PGW routes SIP signalling to the P-CSCF.
Voice service — VoLTE. The UE registers with the IMS when it attaches to 4G. All voice calls are SIP sessions over the LTE data bearer.
Subscriber data — HSS serves both the EPC (S6a interface) and the IMS (Cx interface, Diameter). Single subscriber profile, dual consumers.
IMS signalling chain — P-CSCF (proxy, first contact) → I-CSCF (interrogating, routes to correct S-CSCF) → S-CSCF (serving, session control, invokes app servers via ISC).
SBC — Session Border Controller. Sits at the IMS edge facing enterprise SIP trunks and interconnect partners. Handles NAT traversal, codec transcoding, topology hiding, and security.
MGCF/MGW — Media Gateway Control Function / Media Gateway. Provides PSTN breakout for calls to landlines and non-VoLTE mobiles.
Connection path — UE connects to IMS via the UPF (replacing the PGW). The SMF establishes a PDU session for IMS signalling. Same IMS, different on-ramp.
Voice service — VoNR (Voice over New Radio). Functionally identical to VoLTE from the IMS perspective — SIP registration, SIP INVITE for calls. The UE and network simply use 5G NR as the radio bearer.
Subscriber data — UDM replaces HSS. The IMS can connect via the legacy Cx (Diameter) interface or via the new Nudm SBI interface, depending on IMS vendor maturity.
What didn't change — The IMS itself (P-CSCF, I-CSCF, S-CSCF, SBC, MGCF, app servers) is architecturally identical. 3GPP chose to keep IMS for voice in 5G rather than replace it. The signalling chain, SIP session handling, and supplementary services are the same.
What did change — The packet core connection point moved from PGW (Diameter Gx/Rx) to UPF/SMF (SBI). VoWiFi integration is simpler in 5G. Network slicing can provide a dedicated voice slice with guaranteed QoS for the IMS bearer.

Why this matters for BSS/OSS: SOM does not orchestrate inside the IMS at runtime — the IMS handles SIP session signalling autonomously. What SOM provisions is the subscriber profile (HSS/UDM record, SIP credentials, number assignment) and, for B2B SIP trunking, the SBC configuration (trunk capacity, codec policy, routing rules). The IMS internal signalling chain (P-CSCF → S-CSCF → I-CSCF) is self-orchestrating and does not require per-order configuration from BSS/OSS.

ETSI MANO: VNFs and CNFs running in the Mobile Core and Service Platforms domains are lifecycle-managed by the ETSI MANO framework — NFVO (orchestrates VNF/CNF deployment), VNFM (manages individual NF instances), and VIM (manages the underlying compute/storage/network infrastructure). MANO sits in the management plane, not the data plane — it does not carry traffic, but it controls which network functions exist, where they run, and how they scale. In 5G cloud-native deployments, NFVO increasingly delegates to Kubernetes for CNF lifecycle, but the orchestration responsibility remains.

Which Examples Touch Which Domains

Worked ExampleAccessAggreg.IP CoreMobileSvc Plat.
Enterprise VPN (L3VPN)···
Enterprise SD-WAN··
SIP Trunk / Hosted Voice···
IoT / M2M Connectivity···
Satellite (Maritime LEO)··
Mobile SIM Activation···
Broadband Internet (FTTH)··
IPTV / Triple-Play·
VOD / Streaming····
5G Network Slice (B2B)···