Architecture
The SMF NF comprises of loosely coupled microservices. Microservice decomposition is based on three-layered architecture philosophies:
-
Layer 1: Protocol and Load Balancer Services (Stateless)
-
Layer 2: Application Services (Stateless)
-
Layer 3: Database Services (Stateful)
