Architecture

The SMF NF comprises of loosely coupled microservices. Microservice decomposition is based on three-layered architecture philosophies:

  1. Layer 1: Protocol and Load Balancer Services (Stateless)

  2. Layer 2: Application Services (Stateless)

  3. Layer 3: Database Services (Stateful)

SMF 3-layered Micro Services Architecture