Changes
Page history
alejandro_blanco created page: Instructions
authored
Apr 02, 2019
by
Alejandro Blanco
Show whitespace changes
Inline
Side-by-side
Instructions.markdown
View page @
d2519003
...
@@ -85,7 +85,7 @@ sudo build/srsenb/src/./srsenb enb.conf
...
@@ -85,7 +85,7 @@ sudo build/srsenb/src/./srsenb enb.conf
If it is well connected,
**it will appear one enb connected/attached on the MME terminal**
.
If it is well connected,
**it will appear one enb connected/attached on the MME terminal**
.


# **UE PC**
# **UE PC**
...
@@ -116,13 +116,13 @@ sudo build/srsue/src/./srsue ue.conf
...
@@ -116,13 +116,13 @@ sudo build/srsue/src/./srsue ue.conf
```
```
It the UE is well connected to the eNodeB and to the EPC, you will see on the eNodeB terminal:
It the UE is well connected to the eNodeB and to the EPC, you will see on the eNodeB terminal:


In addition, in the MME terminal you should see on the statistics one connected and attached UE .
In addition, in the MME terminal you should see on the statistics one connected and attached UE .
Finally, the the EPC gives an IP to the UE. This IP appears on the UE terminal. Note that this IP has to be within the range of 10.16.0.0/12:
Finally, the the EPC gives an IP to the UE. This IP appears on the UE terminal. Note that this IP has to be within the range of 10.16.0.0/12:


**Add the route to connect the UE to the gateway**
**Add the route to connect the UE to the gateway**
...
@@ -140,5 +140,6 @@ Add this line at the end:
...
@@ -140,5 +140,6 @@ Add this line at the end:
```
```
nameserver 8.8.8.8
nameserver 8.8.8.8
```
```
At this moment, the UE has total connectivity to internet. Have fun!![hss_crop]
At this moment, the UE has total connectivity to internet. Have fun!!