Git Product home page Git Product logo

epc_vnf's Introduction

Build Status

EPC_VNF

PG-Backflip candidate VNF (Telecommunication)

This VNF consist of srsLTE and Open5gs. UE and ENB part is from srsLTE and EPC is from Open5gs. Below you will find the two implementation of this VNF, one is simple EPC and other with UE, ENB and EPC without using any hardware radio equipment and tested it using iperf. UE and ENB communicate with eachother using shared memory(IPC).

Installing and Executing EPC

Step 1: Clone the repo

git clone https://github.com/aahad91/EPC_VNF.git

Step 2: Build the images: mongodb, epc, web-interface [note: ensure that docker-compose is installed on your system]

cd EPC_VNF
sudo docker-compose build

Step 3: Execute the epc

sudo docker-compose up -d
#open the link http://localhost:3000/ in web-browser to view epc interface to add subscribers
#username: admin
#password: 1423

Installing and Executing UE, ENB & EPC

Below you will find the deployment scenario. After adding the subscribers in EPC and UE assigned ip from EPC. You can check the traffic by running iperf cleint on UE and iperf server on test-server. deployment scenario

Step 1: Clone the repo

git clone https://github.com/aahad91/EPC_VNF.git

Step 2: Build the images: mongodb, epc, web-interface, imsi-loader, ue, enb, test-server [note: ensure that docker-compose is installed on your system]

cd EPC_VNF
sudo docker-compose -f docker-compose-srslts-epc.yaml build

Step 3: Executing the deployment scenario as show in above image.

sudo docker-compose -f docker-compose-srslts-epc.yaml up -d 

Step 4: Starting iperf

Wait for approx 2 minutes as subsciber will be added in EPC, Enb conencts to EPC and UE conencts ENB. After that end to end connectivity EPC will assign the ip to UE that allowes browsing.

sudo docker exec -it ue iperf -c 192.168.30.10
#after few seconds results will appear on the screen

epc_vnf's People

Contributors

aahad91 avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.