Ankur Upadhyaya | 4f0e3b0 | 2022-10-06 11:15:39 -0600 | [diff] [blame] | 1 | .. |
| 2 | SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 3 | SPDX-License-Identifier: Apache-2.0 |
| 4 | |
| 5 | .. _design_amf: |
| 6 | |
| 7 | AMF Design Overview |
| 8 | =================== |
| 9 | |
| 10 | .. image:: ../_static/images/CN-AMF.png |
| 11 | :width: 500px |
| 12 | |
| 13 | SctpLb (SctpLoadbalancer) |
| 14 | ------------------------- |
| 15 | |
| 16 | * Accept and manage gnb or sctp connections |
| 17 | |
| 18 | * GRPC communication between SctpLb and Amf Service |
| 19 | |
| 20 | * Handles Amf Instance Down/Up Notifications |
| 21 | |
| 22 | * Backend NF manages AMF instances |
| 23 | |
| 24 | * Round-Robin Distribution of Sctp Messages over grpc channel to Backend NF |
| 25 | |
| 26 | * Redirect Support for forwarding to a particular Amf Instance |