Giter VIP home page Giter VIP logo

ue-ran-sim's Introduction

ue-ran-sim

5G UE/RAN Simulator


Installation

1. Clone repository from github

$ cd Desktop
$ git clone https://github.com/aligungr/ue-ran-sim
$ cd ue-ran-sim

2. Either buy or download trial version of Marben ASNSDK TCE-Java.

3. Run ASN Compiler

  1. Extract the package and put your license to delivery-COMP-XX/Compiler/license folder with name license.dat.
  2. cd to delivery-COMP-XX/Compiler/bin directory.
  3. Run following command to run ASN Compiler:
java -jar asnci.jar
  1. Select from menu File -> Open.
  2. Open project file at ue-ran-sim/misc/marben/project.pra.
  3. Select Parameters tab at the right panel.
  4. Specify output directory as ue-ran-sim/ngap/main/java/tr/havelsan/ueransim/ngap. If ngap folder is not present, create it with mkdir.
  5. Finally click Run -> Compile.
    This will generate necessary .java source files for NGAP protocol.

4. Move asntable.dat file

Move the file located at:

ue-ran-sim/ngap/src/main/java/tr/havelsan/ueransim/ngap/asntable.dat

to following location:

ue-ran-sim/ueransim/src/main/resources/asntable.dat

5. Prepare Marben Runtime Library

  1. cd to marben runtime directory delivery-RT-XX/RuntimeSpe/lib
  2. Copy the jar file jrntspe.jar to ue-ran-sim/misc/marben/lib folder. if lib folder is not present create it with mkdir.
  3. Execute the script located at ue-ran-sim/misc/marben/mvn_install_lib.sh, and make sure that it successfuly installs the jar file to local repository.

6. Done

Now you should be able to compile maven project located at ue-ran-sim/pom.xml

ue-ran-sim's People

Contributors

aligungr avatar cakir-enes avatar farukemreciger avatar dependabot[bot] avatar

Watchers

James Cloos 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.