Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
Update 4G network diagram
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Morales <[email protected]>
  • Loading branch information
electrocucaracha committed Dec 8, 2020
1 parent e20cc81 commit 0a8c2c8
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions examples/4g-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@
The goal of this example is to recreate the network topology of a typical 4G network setup using Network Service Mesh.

```
+----------------+ +----------------+ +----------------+
| | | | | |
| MME | | HSS | | PCRF |
s1-mme | | s6a | | | |
+---------> 10.60.1.0/24 <----------+ | | |
| | | | | |
| endpoint | | client | | client |
+--------^-------+ +----------------+ +--------+-------+
| |
| s11 Gx |
| +--------------------------+
| |
+--------+-------+ +--------v-------+ +----------------+
| | | | | |
| S-GW-C | | P-GW-C | | TDF-C |
| | s5s8-c | | | |
| +--------->+ 10.60.2.0/24 | | |
| | | | | |
| client | | endpoint | | client |
Control plane +--------+-------+ +--------^-------+ +--------+-------+
| | |
| Sxa | Sxb | Sxc
+----------------+ +----------------+ +----------------+
| | | | | |
| MME | | HSS | | PCRF |
s1-mme | | s6a | | | |
+---------------> <--------------+ | | |
10.60.1.0/24 | | 10.60.2.0/24 | | | |
| endpoint | | client | | client |
+--------^-------+ +----------------+ +--------+-------+
| |
10.60.3.0/24 | s11 Gx |
| +--------------------------+
| | 10.60.5.0/24
+--------+-------+ +--------v-------+ +----------------+
| | | | | |
| S-GW-C | | P-GW-C | | TDF-C |
| | s5s8-c | | | |
| +--------------> | | |
| | 10.60.4.0/24 | | | |
| client | | endpoint | | client |
Control plane +--------+-------+ +--------^-------+ +--------+-------+
| | |
10.60.8.0/24 | Sxa 10.60.6.0/24 | Sxb 10.60.11.0/24 | Sxc
+--------------------------------------------------------------------------------------------------------+
| | |
| | |
Data plane +--------v-------+ +--------+-------+ +--------v-------+
| | | | | |
| S-GW-U | | P-GW-U | | TDF-U |
s1-u | | s5s8-u | | SGi in | | SGi out
+---------> 10.60.3.0/24 <----------+ +---------> 10.60.4.0/24 +--------->
| | | | | |
| endpoint | | client | | endpoint |
+----------------+ +----------------+ +----------------+
| | |
| | |
Data plane +--------v-------+ +--------+-------+ +--------v-------+
| | | | | |
| S-GW-U | | P-GW-U | | TDF-U |
s1-u | | s5s8-u | | SGi in | | SGi out
+---------> <--------------+ +---------------> +--------->
10.60.7.0/24 | | 10.60.9.0/24 | | 10.60.10.0/24 | |
| endpoint | | client | | endpoint |
+----------------+ +----------------+ +----------------+
```

0 comments on commit 0a8c2c8

Please sign in to comment.