diff --git a/docs/BUILD_IMAGES.md b/docs/BUILD_IMAGES.md
index 7098d505875237d180a299708c4dec893f91152d..eb859d602e41fbfa679325474ac39b4a9fc05799 100644
--- a/docs/BUILD_IMAGES.md
+++ b/docs/BUILD_IMAGES.md
@@ -18,12 +18,12 @@
  * TODO4G SPGW-U as UPF
 
 
-**cNF Name** | **Branch Name**        | **Commit at time of writing**              | Ubuntu18 | CentOS7 | CentOS8
------------- | -----------------------|--------------------------------------------| -------- | ------- | -------
-AMF          | `develop`              | `fb06701a29a964d9c9822d0eda3792208194519d` | X        |         |  
-SMF          | `develop`              | `0dba68d6a01e1dad050f47437647f62d40acaec6` | X        |         |  
-NRF          | `develop`              | `0e877cb5b80a9c74fa6abca60b95e2d3d22f7a52` | X        |         |  
-SPGW-U-TINY  | `gtp_extension_header` | `f13f4a5e2807355d23f136119f85fbf48ed569ea` | X        |         |  
+**CNF Name** | **Branch Name**        | **Commit at time of writing**              | Ubuntu 18.04 | RHEL8          | 
+------------ | -----------------------|--------------------------------------------| -------------| -------------- |
+AMF          | `develop`              | `fb06701a29a964d9c9822d0eda3792208194519d` | X            | Releasing Soon |  
+SMF          | `develop`              | `0dba68d6a01e1dad050f47437647f62d40acaec6` | X            | Releasing Soon |  
+NRF          | `develop`              | `0e877cb5b80a9c74fa6abca60b95e2d3d22f7a52` | X            | Releasing Soon |  
+SPGW-U-TINY  | `gtp_extension_header` | `f13f4a5e2807355d23f136119f85fbf48ed569ea` | X            | Releasing Soon |  
 
 ```bash
 $ git clone https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed.git
diff --git a/docs/DEPLOY_HOME.md b/docs/DEPLOY_HOME.md
index 17fd75fa3f7ed1b5e3fefd4983b1c53e0a99fd3b..8e4aa3760ae80b89a10816d16d1a03032fe1d47f 100644
--- a/docs/DEPLOY_HOME.md
+++ b/docs/DEPLOY_HOME.md
@@ -14,10 +14,9 @@
 
 # Document Revision History
 
-**Last Edited** | **Editor** | **Last Reviewed** | **Reviewer** |
---------------- | ---------- | ----------------- | ------------ | 
-2021/03/15      | Sagar Arora| 2021/03/18        | Raphael      |     
-
+| Last Edited | Editor      | Last Reviewed | Reviewer |
+| ----------- | ----------- | ------------- | -------- |
+| 2021/03/22  | Sagar Arora | --            | --       |
 
 **Table of Contents**
 
@@ -25,4 +24,4 @@
 2.  [Building the Docker Images](./BUILD_IMAGES.md)
 3.  [Configuring the Containers](./CONFIGURE_CONTAINERS.md)
 4.  [Running the Network Functions](./RUN_CNF.md)
-5.  [Generating Traffic to a connected UE](./GENERATE_TRAFFIC.md)
+5.  [5G Core Network Standlone Deployment and Testing with dsTest](./DEPLOY_SA5G_WITH_DS_TESTER.md)
\ No newline at end of file
diff --git a/docs/DEPLOY_SA5G_WITH_DS_TESTER.md b/docs/DEPLOY_SA5G_WITH_DS_TESTER.md
index 66efd6c151d8f6131f115741e40e2d7e85eceea4..7971aa8a20e1224aa66b301d42d67e44fb91661e 100644
--- a/docs/DEPLOY_SA5G_WITH_DS_TESTER.md
+++ b/docs/DEPLOY_SA5G_WITH_DS_TESTER.md
@@ -17,15 +17,15 @@
 
 **TABLE OF CONTENTS**
 
-1.  [Pre-requisites](#1-Pre-requisites)
-2.  [Building Container Images](#2-Building-Container-Images)
-3.  [Configuring Host Machines](#3-Configuring-Host-Machines)
-4.  [Configuring OAI 5G Core Network Functions](#4-Configuring-the-OAI-5G-Core-Network-Functions)
-5.  [Configuring dsTest Scenario](#5-Configuring-DsTester-Scenario)
-6.  [Deploying OAI 5G Core Network](#6-Deploying-OAI-5g-Core-Network)
-7.  [Executing dsTest Scenario](#7-Executing-the-dsTest-Scenario)
-8.  [Analysing Scenario Results](#8-Analysing-the-Scenario-Results)
-9.  [Demo Video](#9-Demo-Video)
+1.  [Pre-requisites](#1-pre-requisites)
+2.  [Building Container Images](#2-building-container-images)
+3.  [Configuring Host Machines](#3-configuring-host-machines)
+4.  [Configuring OAI 5G Core Network Functions](#4-configuring-the-oai-5g-core-network-functions)
+5.  [Configuring dsTest Scenario](#5-configuring-dstester-scenario)
+6.  [Deploying OAI 5G Core Network](#6-deploying-oai-5g-core-network)
+7.  [Executing dsTest Scenario](#7-executing-the-dstest-scenario)
+8.  [Analysing Scenario Results](#8-analysing-the-scenario-results)
+9.  [Demo Video](#9-demo-video)
 
 ## 1. Pre-requisites ##
 
@@ -50,12 +50,12 @@ The new version of `wireshark` may not be available in the ubuntu repository so
 
 - In this demo the image tags and commits which were used are listed below, follow the [Building images](./BUILD_IMAGES.md) to build images with below tags. 
 
-**cNF Name** | **Branch Name** | **Commit at time of writing**              | Ubuntu18 | CentOS7 | CentOS8
------------- | --------------- | ------------------------------------------ | -------- | ------- | -------
-AMF          | `multiple-pdu-sessions`       | `3c59c6977ac8ecd943c3e77579cda84d4bb396e7` | X        |         |  
-SMF          | `develop`       | `0dba68d6a01e1dad050f47437647f62d40acaec6` | X        |         |  
-NRF          | `develop`       | `0e877cb5b80a9c74fa6abca60b95e2d3d22f7a52` | X        |         |  
-SPGW-U-TINY  | `gtp_extension_header`       | `f13f4a5e2807355d23f136119f85fbf48ed569ea` | X        |         |  
+| CNF Name    | Branch Name             | Commit at time of writing                  | Ubuntu 18.04 | RHEL8          |
+| ----------- |:----------------------- | ------------------------------------------ | ------------ | ---------------|
+| AMF         | `multiple-pdu-sessions` | `3c59c6977ac8ecd943c3e77579cda84d4bb396e7` | X            | Releasing soon |
+| SMF         | `develop`               | `0dba68d6a01e1dad050f47437647f62d40acaec6` | X            | Releasing soon |
+| NRF         | `develop`               | `0e877cb5b80a9c74fa6abca60b95e2d3d22f7a52` | X            | Releasing soon |
+| SPGW-U-TINY | `gtp_extension_header`  | `f13f4a5e2807355d23f136119f85fbf48ed569ea` | X            | Releasing soon |
 
 ## 3. Configuring Host Machines ##
 
diff --git a/docs/images/5gCN.png b/docs/images/5gCN.png
index 91afdf25abd9897fc4464146ec8792bb285bde30..2f76dae5eaa4ffb2dcd0c81e188915a52c2a5312 100644
Binary files a/docs/images/5gCN.png and b/docs/images/5gCN.png differ