... | ... | @@ -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**.
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
# **UE PC**
|
|
|
|
... | ... | @@ -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:
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
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:
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
**Add the route to connect the UE to the gateway**
|
|
|
|
... | ... | @@ -140,5 +140,6 @@ Add this line at the end: |
|
|
```
|
|
|
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!!
|
|
|
|
|
|
|