Code Monkey home page Code Monkey logo

baleeiro17 / oaiwithdocker Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 5.0 6.39 MB

In this repository, we developed an environment for simulating UE and ENB using l2NFAPI simulator from Open Air interface connected into 5g core from free5gcore

Dockerfile 0.02% Shell 0.08% JavaScript 0.87% CSS 0.01% Makefile 0.63% M4 0.13% CMake 0.39% C 93.42% Ruby 0.32% Python 0.70% C++ 1.85% PHP 0.15% Perl 0.01% Lex 0.37% Yacc 0.57% SWIG 0.40% Go 0.06% Awk 0.01%
free5gc enb oai ran 5g 5g-core

oaiwithdocker's Introduction

OAISIM + free5GC with Docker.

Project Description

In this repository, we developed an environment for simulating UE and ENB using l2NFAPI simulator from Open Air interface connected into 5g core from free5gcore. This work is on-going.

For more information:

Dependencies

Base Image

Each box of project is based on a compiled free5gc image. To build this image use the follow command: sudo docker build -t free5gc-base .

Each box of project is based on a compiled oaisim image. To build this image use the follow command: cd oaisim-base sudo docker build -t oaisim-base .

Running

To run all boxes and Web interface use the follow command: sudo docker-compose up -d

oaiwithdocker's People

Contributors

baleeiro17 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

oaiwithdocker's Issues

oaisim-base build fail!

Hi There,
I am trying to build your docker image. free5gc image was built successfully But I am getting the following error while trying to build oaisim-base.
Please help.

nagamanoj_dolcera@Manojs-Macbook-pro oaisim-base % sudo docker build -t oaisim-base .
Password:
[+] Building 50.6s (6/7)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 269B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/ubuntu:18.04 2.8s
=> [auth] library/ubuntu:pull token for registry-1.docker.io 0.0s
=> CACHED [1/3] FROM docker.io/library/ubuntu:18.04@sha256:fd25e706f3dea2a5ff705dbc3353cf37f08307798f3e360a13e9385840f73fb3 0.0s
=> ERROR [2/3] RUN apt-get update && apt-get install -y git vim nano net-tools cmake g++ kmod linux-image-$(uname -r) linux-head 47.7s

[2/3] RUN apt-get update && apt-get install -y git vim nano net-tools cmake g++ kmod linux-image-$(uname -r) linux-headers-$(uname -r) sudo:
#5 0.624 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
#5 0.626 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
#5 1.247 Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1372 kB]
#5 1.441 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
#5 1.719 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
#5 2.035 Get:6 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
#5 2.431 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
#5 4.467 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.3 kB]
#5 4.492 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1816 kB]
#5 5.525 Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
#5 8.814 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [237 kB]
#5 32.82 Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
#5 32.84 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2136 kB]
#5 38.55 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [53.8 kB]
#5 38.68 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB]
#5 39.30 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2244 kB]
#5 44.55 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB]
#5 44.57 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB]
#5 44.73 Fetched 21.5 MB in 44s (485 kB/s)
#5 44.73 Reading package lists...
#5 46.04 Reading package lists...
#5 47.17 Building dependency tree...
#5 47.36 Reading state information...
#5 47.59 E: Unable to locate package linux-image-4.19.121-linuxkit
#5 47.59 E: Couldn't find any package by glob 'linux-image-4.19.121-linuxkit'
#5 47.59 E: Couldn't find any package by regex 'linux-image-4.19.121-linuxkit'
#5 47.59 E: Unable to locate package linux-headers-4.19.121-linuxkit
#5 47.59 E: Couldn't find any package by glob 'linux-headers-4.19.121-linuxkit'
#5 47.59 E: Couldn't find any package by regex 'linux-headers-4.19.121-linuxkit'


executor failed running [/bin/sh -c apt-get update && apt-get install -y git vim nano net-tools cmake g++ kmod linux-image-$(uname -r) linux-headers-$(uname -r) sudo]: exit code: 100

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.