Files
5g-images/docs/open5gs-and-srsran-4g-usrp
Juan Pontón Rodríguez be9c9bb86b No-root (#276)
* No-root

* delete TO DO comment
2024-08-22 12:36:40 +02:00
..
2024-08-22 12:36:40 +02:00
2024-08-22 12:36:40 +02:00
2024-05-23 08:57:33 +02:00
2024-05-23 08:57:33 +02:00
2024-05-23 08:57:33 +02:00
2024-05-23 08:57:33 +02:00
2024-05-23 08:57:33 +02:00

open5gs and srsLTE

5G end to end communication demo with open5gs and srsLTE.

Deployment EPC and register subscribers

deploy the EPC core (open5gs) with:

docker compose -f epc.yaml up -d

Register subscriber in ngc with ./register_subscriber.sh.

Download uhd_images

python3 uhd_image_downloader.py -i ../../uhd_images

Deployment RAN (enodeB)

Deploy with

docker compose -f srs-enb.yaml up -d

Test

To test ue connectivity use a commercial smartphone, insert the SIM card previously registered in the EPC and connect to the "internet" apn.

ue_connected.jpg

Clean Up

Undeploy with:

docker compose -f srs-enb.yaml down
docker compose -f epc.yaml down -v