Telecom OSS Glossary

All Levels Reference Tool 100+ OSS & Telecom Terms Deep Links to Topics

📌 Purpose: A comprehensive reference of Telecom OSS terms, acronyms, and concepts. Use this glossary to quickly look up definitions while studying or working with OSS systems. Click "Learn More" links to explore detailed topic pages.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

Accounting Management

FCAPS

FCAPS area focused on usage tracking, operational accounting, capacity planning, and resource utilization reporting.

AIOps (Artificial Intelligence for IT Operations)

Modern OSS

Uses machine learning to analyze telemetry, detect anomalies, predict failures, and support automated or operator-assisted remediation workflows.

Alarm

FMS

An actionable abnormal condition requiring operator attention. Has severity (critical, major, minor) and state (raised, updated, cleared). Differs from a raw event.

Alarm Correlation

FMS

Process of grouping related alarms to identify probable root-cause relationships and reduce operational noise.

Alarm Storm

FMS

Thousands of alarms generated from a single fault when correlation is poor. Overwhelms NOC operators and hides the root cause.

API-First Architecture

Modern OSS

Architecture approach where systems are designed around reusable APIs instead of tightly coupled integrations. A key architectural principle in TM Forum ODA and modern OSS/BSS integration strategies.

B

Batch Processing

Data processing at scheduled intervals (daily, hourly, 15-min). Used for PM counters, billing files, and historical reporting. Contrast with streaming.

BSS (Business Support Systems)

Business

Systems that manage customers, products, commercial operations, orders, billing, charging, and revenue management.

C

Canonical Model

Architecture

Internal, vendor-neutral data representation that normalizes information from multiple sources. Decouples OSS applications from vendor-specific formats.

CI/CD (Continuous Integration / Continuous Delivery)

Cloud-Native

Automated software delivery pipeline: code commit → build → test → deploy → validate. Helps streamline software delivery, testing, deployment, and operational update workflows.

Closed-Loop Automation

Orchestration

Observe → Analyze → Decide → Act → Verify cycle with varying levels of automation and human oversight. Enables automated or semi-automated remediation workflows.

Cloud-Native OSS

Modern OSS

OSS commonly using microservices, containers (Docker), Kubernetes orchestration, CI/CD pipelines, API-first integration, and DevOps practices. Supports scalable deployment models, operational resilience, and modular software evolution.

CNF (Cloud-Native Network Function)

Cloud-Native

Containerized network function running on Kubernetes instead of traditional VNFs on virtual machines. Part of cloud-native telecom evolution.

Configuration Management

FCAPS

FCAPS area managing device configurations, software versions, compliance, and resource discovery.

Correlation

FMS

Grouping related events and alarms to identify root cause and reduce noise. A key function of modern OSS assurance platforms.

CRM (Customer Relationship Management)

BSS

BSS system managing customer data, interactions, sales, and support. Integrates with OSS for service status and fault notifications.

D

Data Lake

Data & Analytics

Centralized repository storing raw telecom telemetry (gNMI streams, PM counters, syslogs, alarms) in native format. Uses three-zone architecture: Raw (original data), Processed (normalized), Curated (business-ready). Enables ML training, root cause analysis, and long-term audits.

Day-0 / Day-1 / Day-2 Operations

Orchestration

Day-0: Planning and onboarding of services, templates, and infrastructure before deployment. Day-1: Initial provisioning, activation, and service deployment across domains. Day-2: Ongoing operations including scaling, healing, optimization, upgrades, and assurance.

Delta Lake

Data & Analytics

Open-source storage layer that brings ACID transactions to data lakes. Enables reliable upserts, deletes, and time travel (accessing historical data versions). Commonly used for Curated Zone in telecom data lakes.

Digital Twin

Modern OSS

Virtual replica of a physical network, fed by operational telemetry, inventory, topology, and network-state data. Used for simulation, what-if analysis, and predictive maintenance.

Docker

Cloud-Native

Container platform that packages OSS services and dependencies into lightweight, portable containers. Ensures consistency across environments.

E

East-West Interface

Architecture

Peer-to-peer communication between OSS domains, orchestration platforms, and domain controllers at the same or adjacent architectural layers. Essential for cross-domain orchestration.

EMS (Element Management System)

Network Mgmt

Vendor-focused management platform for a network technology family. Handles element-level configuration, software upgrades, telemetry, and fault collection. Examples: Nokia NetAct, Ericsson ENM.

eTOM (Enhanced Telecom Operations Map)

TM Forum

TM Forum business process framework. Organizes telecom operations into Fulfillment, Assurance, and Billing (FAB) verticals with supporting cross-functional processes.

ETSI NFV MANO

Standards

Management and Orchestration framework for NFV – orchestrating virtualized network functions and evolving cloud-native deployment environments across NFV infrastructure.

Event

FMS

Raw occurrence or state change in the network. Large telecom OSS environments may process extremely high operational event volumes continuously. Not all events become alarms – only actionable ones that require operational attention.

F

FAB (Fulfillment, Assurance, Billing)

eTOM

The three vertical process areas in eTOM: Fulfillment (order to activation), Assurance (service monitoring), Billing (usage to invoicing).

Fault

FMS

Underlying problem that caused alarms. Root cause. One fault may generate many alarms. Fault identification requires correlation across domains.

FCAPS

Framework

ISO standard framework for network management: Fault, Configuration, Accounting, Performance, Security. ISO/IEC 10040 defines the functional areas of network management.

FMS (Fault Management System)

OSS

OSS component that detects failures, correlates alarms, suppresses noise, creates tickets, and tracks resolution. Goal is to minimize MTTR/T2R.

G

GitOps

Cloud-Native

Infrastructure and OSS configurations managed declaratively through Git repositories and automated deployment pipelines. Improves auditability, version control, and deployment consistency.

gNB (5G Base Station)

5G

Next-generation Node B – the 5G base station. Generates alarms, performance counters, and streaming telemetry via modern telemetry and management interfaces. Managed via SA5 NRM models.

gNMI (gRPC Network Management Interface)

Telemetry

Modern streaming telemetry protocol widely adopted for cloud-native and 5G networks. Uses gRPC and YANG models for configuration and real-time data collection.

gRPC

Protocol

High-performance RPC framework used by gNMI for streaming telemetry and microservice communication.

H

HLR (Home Location Register)

4G

Central database in 4G core networks storing subscriber information, service profiles, and location data. Managed via OSS provisioning and activation workflows.

HSS (Home Subscriber Server)

4G/5G

Evolution of HLR in 4G/5G core networks. Manages subscriber authentication, authorization, and service profiles.

I

Intent-Based Networking (IBN)

Orchestration

Advanced orchestration approach where operators declare business intent (what to achieve) rather than low-level configurations. Orchestration translates intent into policies and automated actions.

Inventory Drift

Inventory

When network changes are made without updating the inventory system (e.g., CLI changes). Can lead to provisioning inconsistencies, operational errors, and incorrect service-impact analysis. Managed through reconciliation.

Inventory Reconciliation

Inventory

Periodic audit process that compares OSS inventory records against actual network state to detect and correct inventory drift. Essential for provisioning automation accuracy.

IRP (Integration Reference Point)

3GPP SA5

Standardized interfaces between network elements, EMS, and OSS for FM, PM, and CM defined by 3GPP SA5. Enables multi-vendor OSS integration. Not mandatory in modern OSS.

J

Jitter

PM

Variation in packet delay over time. High jitter affects real-time services like voice and video. Monitored by OSS performance management systems.

K

Kafka

Streaming

Distributed event streaming platform used for real-time telemetry, alarm distribution, and event-driven OSS architectures.

KPI (Key Performance Indicator)

PM

Measurable value indicating network/service performance: throughput, latency, availability, PRB utilization, call drop rate.

Kubernetes (K8s)

Cloud-Native

Container orchestration platform that automates deployment, scaling, workload recovery, and service management for containerized OSS microservices.

L

L2C (Lead to Cash)

Business

Time from customer order to first bill. Service Fulfillment time. OSS plays a critical role in L2C through provisioning and activation.

Latency

PM

Time for a packet to travel from source to destination. Critical SLA metric for real-time services.

M

Mediation

Integration

Layer that normalizes, enriches, filters, and routes data between network systems and OSS/BSS applications. Critical for multi-vendor environments and canonical model implementation.

Microservices

Cloud-Native

Small, independent, deployable services that form an OSS application. Each service has its own API and data store, enabling loose coupling and independent scaling.

MTBF (Mean Time Between Failures)

SLA

SLA metric measuring average time between service outages. Higher is better. Complementary to MTTR.

MTTR (Mean Time To Repair/Restore)

SLA

SLA metric measuring average time to restore service after failure. Lower is better. Critical for T2R (Trouble to Resolve).

N

Netconf

Protocol

RPC-based management protocol using XML/YANG. Used for configuration and operational management of network devices.

Network Slice

5G

End-to-end logical network with specific SLA characteristics (low latency, high bandwidth) created for enterprise customers or use cases. Orchestrated across RAN, transport, and core domains.

NMS (Network Management System)

Network Mgmt

Centralized system providing end-to-end network visibility across domains and vendors. Aggregates alarms, topology, and performance from multiple EMS systems.

NOC (Network Operations Center)

Operations

Centralized operations team responsible for monitoring network health, alarms, SLA compliance, outages, and operational incidents. Primary users of NMS systems.

Normalization

Integration

Transforming vendor-specific alarms, telemetry, and inventory data into standardized OSS formats and canonical models. Includes semantic normalization (mapping same meaning across vendor terms).

Northbound Interface

Architecture

OSS exposes services upward toward BSS platforms, analytics systems, integration layers, and downstream applications. Protocols: REST, TMF Open APIs, Kafka, event buses.

NRM (Network Resource Model)

3GPP SA5

Standardized information models for 5G network functions (gNB, UPF, AMF, SMF). Defines what attributes each network function has. Used by OSS for inventory and configuration across vendors.

O

Observability

Cloud-Native

Three pillars: metrics (Prometheus), logs (Elasticsearch/Loki), and traces (Jaeger). Helps diagnose issues across distributed microservices in cloud-native OSS.

OCS (Online Charging System)

BSS

Real-time charging system in BSS for prepaid services, quota management, and balance updates.

ODA (Open Digital Architecture)

TM Forum

TM Forum's cloud-native, API-first, event-driven architecture blueprint for OSS/BSS modernization. Builds on eTOM, SID, and Open APIs.

OFCS (Offline Charging System)

BSS

Post-paid charging system in BSS for batch processing of usage records and mediation files.

ONAP (Open Network Automation Platform)

Orchestration

Open-source orchestration platform for end-to-end service orchestration, policy control, analytics, and closed-loop automation.

OpenConfig

Telemetry

Vendor-neutral YANG models for network device configuration and telemetry. Standardizes multi-vendor management across routers, switches, and optical transport.

Orchestration

OSS

Coordinating multiple automated tasks across domains to achieve a business outcome. Example: provisioning a 5G slice across RAN, transport, and core with end-to-end validation.

O-RAN (Open RAN)

Standards

Open Radio Access Network architecture. Includes SMO (Service Management and Orchestration) and RIC (RAN Intelligent Controller) with A1, E2, O1, O2 interfaces.

OSS (Operational Support Systems)

Core

Systems that monitor, manage, automate, and operate telecom networks. Includes fault, performance, inventory, provisioning, and orchestration. Responsible for Service Fulfillment (L2C) and Service Assurance (T2R).

P

Packet Loss

PM

Percentage of packets lost during transmission. High packet loss indicates network congestion or quality issues.

Parquet

Data & Analytics

Columnar storage file format optimized for analytics. Compresses data efficiently and supports high-performance queries. Commonly used for storing processed and curated data in telecom data lakes.

Party

SID

SID entity representing individuals or organizations. Includes customers, partners, employees, and other stakeholders in telecom operations.

Performance Management (PM)

FCAPS

FCAPS area focused on collecting network metrics, analyzing trends, and generating threshold crossing alerts for capacity planning and SLA monitoring.

Policy Engine

Orchestration

Defines rules controlling automation decisions, approvals, scaling limits, and remediation actions. Translates business intent into technical actions in orchestration platforms.

Post-Provisioning Validation

Orchestration

Confirms service reachability, KPI baselines, and policy consistency before activation completion. Prevents sending activation confirmation for services that are not actually operational.

PRB (Physical Resource Block)

5G

Basic unit of radio spectrum in 4G/5G. PRB utilisation indicates radio capacity consumption in a cell. Key RAN KPI monitored by OSS.

Proactive Assurance

Assurance

Detecting issues before customer impact using predictive analytics, synthetic monitoring, anomaly detection, and AI/ML workflows.

Product

SID

SID entity representing commercial offerings, catalog items, product specifications, and pricing models in BSS product catalog.

Provisioning

OSS

Process of configuring network devices and resources to deliver customer services. Translates customer orders into technical service configurations. Triggered by BSS orders and executed by OSS orchestration.

Q

QoE (Quality of Experience)

Assurance

Customer-perceived service quality. Good SLA metrics do not guarantee good QoE. Measured through MOS (Mean Opinion Score), surveys, and application-specific metrics.

QoS (Quality of Service)

Network

Network-level performance guarantees including bandwidth, latency, jitter, and packet loss. Managed through QoS policies enforced by OSS configuration and orchestration systems.

R

RAN (Radio Access Network)

Network

The radio access network including gNBs (5G) and eNBs (4G). Managed by OSS for configuration, performance, and fault management.

RCA (Root Cause Analysis)

FMS

Process of identifying the underlying fault that generated alarms. Essential for effective resolution and reducing mean time to repair (MTTR).

Resource

SID

SID entity representing physical and virtual network assets: routers, gNBs, ports, IP addresses, antennas, licenses.

Resource Inventory

OSS

TMF639 – standard API for managing physical and virtual network resources. Acts as a critical operational reference point for what exists in the network.

REST API

Integration

Architectural style for APIs. TMF Open APIs are REST-based and JSON-driven. Used for northbound OSS-BSS integration.

RRC (Radio Resource Control)

4G/5G

Protocol managing connection between phone and cell tower. RRC failures and drops are common alarms in RAN fault management.

S

Security Management

FCAPS

FCAPS area covering access control (RBAC), authentication, audit logging of user actions, encryption, and compliance with regulatory requirements (GDPR, SOX).

Service

SID

SID entity representing logical services: VPN, VoLTE, broadband, 5G slices. Maps customer-facing products to underlying resources for assurance and billing.

Service Assurance

OSS

Customer-centric monitoring focusing on SLA compliance, customer impact analysis, proactive issue detection, and closed-loop remediation.

Service Fulfillment

eTOM

eTOM vertical covering order management, provisioning, activation, and service delivery to customers. L2C (Lead to Cash) process.

Service Inventory

OSS

TMF638 – standard API for managing service records and service state. Tracks relationships between services and resources for assurance and billing.

Service Mesh (Istio, Linkerd)

Cloud-Native

Manages microservice communication – provides observability, traffic control, security, and resilience without changing service code. Common in cloud-native OSS.

SID (Shared Information/Data Model)

TM Forum

TM Forum standard data dictionary. Core domains: Party, Product, Service, Resource. Enables semantic interoperability across OSS/BSS systems.

SLA (Service Level Agreement)

BSS/OSS

Contractual service quality commitments: availability, latency, packet loss, MTTR. Failures may trigger financial credits based on SLA terms.

SMO (Service Management and Orchestration)

O-RAN

The management and orchestration function in O-RAN architecture. SMO manages O-RAN components (O-CU, O-DU, RICs, O-Cloud) and exposes northbound APIs to OSS/BSS.

SNMP (Simple Network Management Protocol)

Protocol

Legacy telemetry protocol. Uses polling (request-response) and traps (alarms). Still widely deployed, being supplemented by gNMI for streaming telemetry.

Southbound Interface

Architecture

OSS communicates downward toward network devices, EMS platforms, domain controllers, and network elements. Protocols: SNMP, Netconf, gNMI, CLI, RESTCONF.

Streaming Telemetry

Telemetry

Push model where devices continuously send data to OSS using continuous or subscription-based telemetry delivery models (gNMI, gRPC, Kafka). Enables near-real-time monitoring with greatly reduced sampling gaps.

Synthetic Monitoring

Assurance

Proactive testing using synthetic probes or simulated transactions to measure service quality and detect issues before customers are impacted.

T

T2R (Trouble to Resolve)

SLA

Time from fault detection to resolution. Critical SLA metric. Equivalent to MTTR (Mean Time To Repair/Restore).

TCA (Threshold Crossing Alert)

PM

Alert triggered when a performance metric exceeds a configured threshold (e.g., PRB utilisation > 85%). Can be warnings (soft) or actionable alarms (hard).

Telemetry

Data Collection

Operational data collected from network devices and systems including metrics, counters, logs, events, and traces. Foundation for monitoring and assurance.

Ticketing (Trouble Ticket)

NOC

Record created by OSS to track fault resolution, escalation, and SLA timers. Two types: Customer TT (user-reported) and Network TT (system-generated).

TMF Open APIs

TM Forum

Standardized REST APIs for OSS/BSS integration. Examples: TMF639 (Resource Inventory), TMF638 (Service Inventory), TMF642 (Alarm Management), TMF641 (Service Order), TMF628 (Performance Management), TMF649 (Performance Thresholding). Modern implementations commonly use lowercase severity values such as critical, major, minor, warning, and cleared.

TMF628 (Performance Management API)

TM Forum

TM Forum Open API for Performance Management. Exposes network KPIs (latency, throughput, availability) to BSS for SLA monitoring, customer dashboards, and capacity planning.

TMF649 (Performance Thresholding API)

TM Forum

TM Forum Open API for Performance Threshold Management. Used to create and manage performance thresholds and raise threshold crossing alerts (TCAs). Works with TMF628.

TM Forum

Standards

Industry association developing OSS/BSS standards: eTOM (process), SID (data), Open APIs (integration), ODA (cloud-native architecture).

TMF639 (Resource Inventory Management API)

Open API

TM Forum Open API for querying and managing physical and virtual network resources.

TMF638 (Service Inventory Management API)

Open API

TM Forum Open API for creating, retrieving, and managing service records and service state.

TMF642 (Alarm Management API)

Open API

TM Forum Open API for exposing and managing alarms. Modern implementations commonly use lowercase severity values.

TMF641 (Service Ordering API)

Open API

TM Forum Open API for BSS to OSS order handoff for service provisioning and activation.

Topology

Architecture

Representation of network connectivity and relationships between devices, links, services, and dependencies. Used for impact analysis and root-cause correlation.

U

UPF (User Plane Function)

5G Core

5G core network function handling user data traffic forwarding, QoS enforcement, and usage reporting for billing.

V

VNF (Virtualized Network Function)

NFV

Network function (router, firewall, UPF) running on virtual machines instead of physical hardware. Managed by NFV MANO frameworks.

W

Workflow Engine

OSS

Middleware that orchestrates tasks across OMS, inventory, provisioning, and activation systems. Reduces point-to-point interfaces and provides centralized control and monitoring.

X

xApp

O-RAN

Application running on Near-RT RIC (RAN Intelligent Controller) for near-real-time RAN optimization. Managed via O-RAN SMO East-West interfaces.

Y

YANG (Yet Another Next Generation)

Data Modeling

Data modelling language defining telemetry data structures. Used by gNMI and NETCONF. OpenConfig YANG standardizes multi-vendor telemetry.

Z

Zero-Touch Provisioning (ZTP)

Automation

Automated provisioning of network devices without manual intervention. Devices auto-configure when connected to the network. Enabled by OSS orchestration and inventory systems.

📌 How to Use This Glossary:

Previous: Network Planning & Financial Systems Next: Back to OSS Primer