Commit cd1327f2 authored by Michel Roy's avatar Michel Roy
Browse files

Update macro-networks.md

parent 8c373dd9
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ A Sandbox User must select one of the following network configuration:
## Macro Network Configuration
| Network | Network Configuration | Notes
| -| - |-
|  4G  | Macro cell tower sites - single cell per tower site  <br><br> Terminals connect to the closest cell tower  (i.e. best signal) <br> <br> 1 Edge Host site -- in MNO Central Office | Topology details:   [4G Network Topology](#macro-network-4g) <br><br> Sandbox will appear as a "test" network and not an actual MNO network (e.g. Monaco Telecom) <br> <br> PLMN:  <br> - MCC = 001 <br> - MNC = 001 <br> <br> Sandbox assumes that all calls to MEC Service APIs come from the same ME App instance (i.e. notifications from the same subscriber) <br><br> *Sandbox MVP focus*  |
|  4G  | Macro cell tower sites - single cell per tower site <br><br> Terminals connect to the closest cell tower  (i.e. best signal) <br> <br> 1 Edge Host site -- in MNO Central Office | Topology details:   [4G Network Topology](#macro-network-4g) <br><br> Sandbox will appear as a "test" network and not an actual MNO network (e.g. Monaco Telecom) <br> <br> PLMN:  <br> - MCC = 001 <br> - MNC = 001 <br> <br> Sandbox assumes that all calls to MEC Service APIs come from the same ME App instance (i.e. notifications from the same subscriber) |
|  5G | All macro cell sites (signal cell per site) configured as 5G <br> <br> Configuration includes 5G Small Cells, in addition to the macro cell sites. <br> <br> Terminals connect to the closest cell tower or small cell (i.e. best signal) <br> <br>   1 Edge Host site -- in MNO Central Office  | Topology details:   [5G Network Topology](#macro-network-5g) <br><br> *Future consideration beyond STF587 scope: 2-3 Edge Hosts near macro towers*|
|  +WiFi | WiFi as an "add-on" option to include in both 4G and 5G configurations.  <br> <br> WiFi hot-spots included in the network based on WiFi hot spot map. | Topology details:   <br> -  [4G Network Topology with WiFi](#macro-network-4g-and-wifi) <br> -  [5G Network Topology with WiFi](#macro-network-5g-and-wifi) |

@@ -45,10 +45,10 @@ The following applies across all Macro-Network Scenarios:

| Zone Id: | Access Points:  | Notes:   |
| -------- | --------------- | -------- |
| zone01   | cell-1-2-3      |          |
| zone02   | cell-4-5        |          |
| zone03   | cell-6-7        |          |
| zone04   | cell-8-9-10     |          |
| zone01   | 4g-macro-cell-1-2-3      | Purple   |
| zone02   | 4g-macro-cell-4-5        | Red      |
| zone03   | 4g-macro-cell-6-7        | Orange   |
| zone04   | 4g-macro-cell-8-9-10     | Green    |


## Macro Network 4G & WiFi