Coder Social home page Coder Social logo

voicenterteam / openimss Goto Github PK

View Code? Open in Web Editor NEW
19.0 3.0 5.0 5.2 MB

OpenIMSs open source environment for real life development of IMS based 4G/5G/NR voice/video/data/RCS/IM services

Home Page: https://www.openimss.org

License: BSD 2-Clause "Simplified" License

Shell 69.24% Dockerfile 18.27% Go 0.67% JavaScript 5.67% Python 2.28% Lua 3.55% Mustache 0.33%
4g 5g enb epc gnb ims lte open5gs opensips rcs

openimss's Introduction

OpenIMSs

A community effort to bring up a comprehensive open source environment for real life development of IMS based 4G/5G/NR voice/video/data/RCS/IM services.

We started from https://github.com/herlesupreeth/docker_open5gs , and begin to generalize and expand from it

Status:

  • Open5GS EPC
  • SRSRan 4G/LTE Radio Access
  • implementation of IMS CSCFs in OpenSIPS
  • qryn monitoring metrics telemethry
  • portainer
  • graphana
  • coroot

Tested Setup

Docker host machine

  • Ubuntu 22.04

SDRs tested with srsLTE eNB

  • Ettus USRP B210 or Chinese compatible 😉

Build and Execution Instructions

git clone https://github.com/VoicenterTeam/openimss.git
cd openimss/base
docker build --no-cache --force-rm -t docker_openimss_open5gs .

cd ../ims_base
docker build --no-cache --force-rm -t docker_openimss_opensips .

cd ../srslte
docker build --no-cache --force-rm -t docker_openimss_srslte .

cd ../ueransim
docker build --no-cache --force-rm -t docker_openimss_ueransim .

Build and Run using docker-compose

cd ..
set -a
source .env
docker-compose build --no-cache
docker-compose up

# srsRAN eNB
docker-compose -f srsenb.yaml up -d && docker attach srsenb
# srsRAN gNB
docker-compose -f srsgnb.yaml up -d && docker attach srsgnb
# srsRAN ZMQ based setup
    # eNB
    docker-compose -f srsenb_zmq.yaml up -d && docker attach srsenb_zmq
    # gNB
    docker-compose -f srsgnb_zmq.yaml up -d && docker attach srsgnb_zmq
    # 4G UE
    docker-compose -f srsue_zmq.yaml up -d && docker attach srsue_zmq
    # 5G UE
    docker-compose -f srsue_5g_zmq.yaml up -d && docker attach srsue_5g_zmq

# UERANSIM gNB
docker-compose -f nr-gnb.yaml up -d && docker attach nr_gnb

# UERANSIM NR-UE
docker-compose -f nr-ue.yaml up -d && docker attach nr_ue

Configuration

For the quick run (eNB/gNB, CN in same docker network), edit only the following parameters in .env as per your setup

MCC
MNC
TEST_NETWORK --> Change this only if it clashes with the internal network at your home/office
DOCKER_HOST_IP --> This is the IP address of the host running your docker setup
SGWU_ADVERTISE_IP --> Change this to value of DOCKER_HOST_IP set above only if eNB/gNB is not running the same docker network/host
UPF_ADVERTISE_IP --> Change this to value of DOCKER_HOST_IP set above only if eNB/gNB is not running the same docker network/host

If eNB/gNB is NOT running in the same docker network/host as the host running the dockerized Core/IMS then follow the below additional steps

Under mme section in docker compose file (docker-compose.yaml, nsa-deploy.yaml), uncomment the following part

...
    # ports:
    #   - "36412:36412/sctp"
...

Under amf section in docker compose file (docker-compose.yaml, nsa-deploy.yaml, sa-deploy.yaml), uncomment the following part

...
    # ports:
    #   - "38412:38412/sctp"
...

If deploying in SA mode only (sa-deploy.yaml), then uncomment the following part under upf section

...
    # ports:
    #   - "2152:2152/udp"
...

If deploying in NSA mode only (nsa-deploy.yaml, docker-compose.yaml), then uncomment the following part under sgwu section

...
    # ports:
    #   - "2152:2152/udp"
...

Register a UE information

Open (http://<DOCKER_HOST_IP>:3000) in a web browser, where <DOCKER_HOST_IP> is the IP of the machine/VM running the open5gs containers. Login with following credentials

Username : admin
Password : 1423

Using Web UI, add a subscriber

srsLTE eNB settings

If SGWU_ADVERTISE_IP is properly set to the host running the SGWU container in NSA deployment, then the following static route is not required. On the eNB, make sure to have the static route to SGWU container (since internal IP of the SGWU container is advertised in S1AP messages and UE wont find the core in Uplink)

# NSA - 4G5G Hybrid deployment
ip r add <SGWU_CONTAINER_IP> via <SGWU_ADVERTISE_IP>

Not supported

  • IPv6 usage in Docker

Ta-daaa

~/openimss (master) # docker ps
CONTAINER ID   IMAGE                                      COMMAND                  CREATED         STATUS                   PORTS                                                                                                                          NAMES
215bb6200149   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             2123/udp, 3868/sctp, 3868/tcp, 3868/udp, 5868/tcp, 5868/sctp, 5868/udp, 36412/sctp, 9091/tcp                                   mme
a0cab0060ee9   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             2123/udp, 8805/udp                                                                                                             sgwc
8f057a5febe0   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             2152/udp, 8805/udp                                                                                                             sgwu
be53d5adaf23   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             2152/udp, 8805/udp, 9091/tcp                                                                                                   upf
6e4d93f13983   docker_openimss_opensips                   "/bin/bash -c ./star…"   5 minutes ago   Up 5 minutes             3871/tcp, 3871/udp, 5060/tcp, 5060/udp, 5100-5120/tcp, 5100-5120/udp, 6100-6120/tcp, 8080/tcp, 6100-6120/udp                   pcscf
9a644e5f2de0   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             2123/udp, 3868/sctp, 3868/tcp, 3868/udp, 5868/tcp, 5868/udp, 7777/tcp, 8805/udp, 5868/sctp, 9091/tcp                           smf
0ba9d91f46f1   docker_openimss_opensips                   "/bin/bash -c ./star…"   5 minutes ago   Up 5 minutes             3869/tcp, 3869/udp, 4060/tcp, 8080/tcp, 4060/udp                                                                               icscf
81763a3141e6   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             7777/tcp, 9091/tcp, 38412/sctp                                                                                                 amf
593a93826ee0   timberio/vector:latest-alpine              "/usr/local/bin/vect…"   5 minutes ago   Up 5 minutes                                                                                                                                            vector_logs
db47f463c3f3   sipcapture/heplify-server                  "./heplify-server"       5 minutes ago   Up 5 minutes             9090/tcp, 0.0.0.0:9060-9061->9060-9061/tcp, 0.0.0.0:9060->9060/udp, :::9060-9061->9060-9061/tcp, :::9060->9060/udp, 9096/tcp   heplify-server
effabab912d1   timberio/vector:latest-alpine              "/usr/local/bin/vect…"   5 minutes ago   Up 5 minutes                                                                                                                                            vector
3ea4c8cd33a4   docker_openimss_fhoss                      "/bin/sh -c /mnt/fho…"   5 minutes ago   Up 5 minutes             3868/tcp, 3868/udp, 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp                                                                  fhoss
b63d0d547968   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             7777/tcp                                                                                                                       bsf
ec3749c08add   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             7777/tcp, 9091/tcp                                                                                                             pcf
645c01d56b32   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             7777/tcp                                                                                                                       ausf
e588b76710f2   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             7777/tcp                                                                                                                       udm
65923334962a   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             7777/tcp                                                                                                                       nssf
aef322972ad7   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             7777/tcp                                                                                                                       udr
4cb9027cbab7   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             3868/sctp, 3868/tcp, 3868/udp, 5868/sctp, 5868/tcp, 5868/udp                                                                   hss
39004a28aa34   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             3868/sctp, 3868/tcp, 3868/udp, 5868/sctp, 5868/tcp, 5868/udp                                                                   pcrf
8d84f59f20a0   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             0.0.0.0:3000->3000/tcp, :::3000->3000/tcp                                                                                      webui
17e909a22b89   timberio/vector:latest-alpine              "/usr/local/bin/vect…"   5 minutes ago   Up 5 minutes                                                                                                                                            vector-coroot
d4ec0c185e29   docker_openimss_osmomsc                    "/bin/sh -c '/mnt/os…"   5 minutes ago   Up 5 minutes             2775/tcp, 29118/sctp                                                                                                           osmomsc
458a787106cf   grafana/grafana-oss:latest                 "/run.sh"                5 minutes ago   Up 5 minutes             0.0.0.0:9080->3000/tcp, :::9080->3000/tcp                                                                                      grafana
eab34b76e65b   qxip/qryn:latest                           "docker-entrypoint.s…"   5 minutes ago   Up 5 minutes             0.0.0.0:3100->3100/tcp, :::3100->3100/tcp                                                                                      qryn
1e0b3bddba04   docker_openimss_mongo                      "/bin/sh -c /mnt/mon…"   5 minutes ago   Up 5 minutes             27017/tcp, 27017/udp                                                                                                           mongo
77003e897f85   ghcr.io/coroot/coroot                      "/opt/coroot/coroot"     5 minutes ago   Up 5 minutes             0.0.0.0:8013->8080/tcp, :::8013->8080/tcp                                                                                      coroot
985d0b119222   docker_openimss_mysql                      "/bin/sh -c /mysql_i…"   5 minutes ago   Up 5 minutes             3306/tcp                                                                                                                       mysql
f7d4e0e4a968   clickhouse/clickhouse-server:22.8-alpine   "/entrypoint.sh"         5 minutes ago   Up 5 minutes (healthy)   9000/tcp, 0.0.0.0:8123->8123/tcp, :::8123->8123/tcp, 9009/tcp                                                                  clickhouse-serv
er
2133a1f57a52   ghcr.io/coroot/coroot-node-agent           "coroot-node-agent -…"   5 minutes ago   Up 5 minutes             80/tcp                                                                                                                         exporter
49ea9dd767fa   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             7777/tcp                                                                                                                       scp
c260a4a8a053   portainer/portainer-ce:latest              "/portainer"             5 minutes ago   Up 5 minutes             0.0.0.0:8000->8000/tcp, :::8000->8000/tcp, 0.0.0.0:9443->9443/tcp, :::9443->9443/tcp, 9000/tcp                                 portainer
5868a53cc66e   docker_openimss_osmohlr                    "/bin/sh -c '/mnt/os…"   5 minutes ago   Up 5 minutes             4222/tcp                                                                                                                       osmohlr
48efb254ba8e   docker_openimss_dns                        "/bin/sh -c '/mnt/dn…"   5 minutes ago   Up 5 minutes             53/udp                                                                                                                         dns
c7665137d42c   docker_openimss_rtpengine                  "/bin/sh -c /mnt/rtp…"   5 minutes ago   Up 5 minutes             2223/udp, 49000-50000/udp                                                                                                      rtpengine
09bd99f2a02b   docker_openimss_open5gs                    "/bin/sh -c /open5gs…"   5 minutes ago   Up 5 minutes             7777/tcp                                                                                                                       nrf
5e0a05b79569   docker_openimss_metrics                    "/bin/sh -c /mnt/met…"   5 minutes ago   Up 5 minutes             0.0.0.0:9090->9090/tcp, :::9090->9090/tcp                                                                                      metrics



~/openimss (master) # docker-compose -f srsenb.yaml up -d && docker attach srsenb
WARNING: Found orphan containers (scscf, clickhouse-server, mysql, portainer, fhoss, hss, sgwc, rtpengine, dns, icscf, bsf, qryn, exporter, nssf, coroot, osmomsc, udm, osmohlr, smf, pcscf, mme, sgwu, heplify-server, ausf, pcrf, webui, vector-coroot, mongo, vector, v
ector_logs, scp, upf, nrf, amf, grafana, metrics, pcf, udr) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Starting srsenb ... done

Built in Release mode using commit 10f81ca03 on branch lc/main.

Opening 1 channels in RF device=default with args=default
Supported RF device list: UHD soapy zmq lime file
Trying to open RF device 'UHD'
[INFO] [UHD] linux; GNU C++ version 9.4.0; Boost_107100; UHD_4.4.0.0-0ubuntu1~focal1
[INFO] [LOGGING] Fastpath logging disabled at runtime.
[INFO] [B200] Loading firmware image: /usr/share/uhd/images/usrp_b200_fw.hex...
Opening USRP channels=1, args: type=b200,master_clock_rate=23.04e6
[INFO] [UHD RF] RF UHD Generic instance constructed
[INFO] [B200] Detected Device: B210
[INFO] [B200] Loading FPGA image: /usr/share/uhd/images/usrp_b210_fpga.bin...
[INFO] [B200] Operating over USB 3.
[INFO] [B200] Detecting internal GPSDO.... 
[INFO] [GPS] No GPSDO found
[INFO] [B200] Initialize CODEC control...
[INFO] [B200] Initialize Radio control...
[INFO] [B200] Performing register loopback test... 
[INFO] [B200] Register loopback test passed
[INFO] [B200] Performing register loopback test... 
[INFO] [B200] Register loopback test passed
[INFO] [B200] Asking for clock rate 23.040000 MHz... 
[INFO] [B200] Actually got clock rate 23.040000 MHz.
RF device 'UHD' successfully opened

==== eNodeB started ===
Type  to view trace
Setting frequency: DL=2660.0 Mhz, UL=2540.0 MHz for cc_idx=0 nof_prb=50
[INFO] [UHD RF] Tx while waiting for EOB, timed out... 14.8769 >= 0. Starting new burst...

openimss's People

Contributors

dependabot[bot] avatar gmaruzz avatar nitzangutman avatar tzachish avatar voicenter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

openimss's Issues

VoNR Support

Hi,

This project supports VoNR(based on SBI and HTTP2)?

Unable to run NSA deployment.

Hi @gmaruzz ,

I am trying to run the NSA deployment but facing the error connect(): Connection timed out & Failed to initiate NG connection. Attempting reconnection in 10 seconds.

Here are the logs:

1. Open5Gs

open5Gs.log

2. gNB

$ docker-compose -f srsgnb_zmq.yaml up && docker container attach srsgnb_zmq

WARNING: Found orphan containers (metrics, amf, hss, osmomsc, nrf, ausf, upf, osmohlr, webui, nssf, sgwc, smf, pcf, sgwu, udr, bsf, udm, pcrf, scp, mme, mongo) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Creating srsgnb_zmq ... done
Attaching to srsgnb_zmq
srsgnb_zmq    | Configuring component: 'gnb_zmq'
srsgnb_zmq    |  * Starting system message bus dbus                      [ OK ] 
srsgnb_zmq    | avahi-daemon: unrecognized service
srsgnb_zmq    | Deploying component: 'gnb_zmq'
srsgnb_zmq    | ---  Software Radio Systems LTE eNodeB  ---
srsgnb_zmq    | 
srsgnb_zmq    | Couldn't open , trying /root/.config/srsran/enb.conf
srsgnb_zmq    | Couldn't open /root/.config/srsran/enb.conf either, trying /etc/srsran/enb.conf
srsgnb_zmq    | Reading configuration file /etc/srsran/enb.conf...
srsgnb_zmq    | 
srsgnb_zmq    | Built in Release mode using commit 10f81ca03 on branch lc/main.
srsgnb_zmq    | 
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | Opening 1 channels in RF device=zmq with args=fail_on_disconnect=true,tx_port=tcp://172.22.0.22:2000,rx_port=tcp://172.22.0.34:2001,id=enb,base_srate=23.04e6
srsgnb_zmq    | Supported RF device list: UHD soapy zmq lime file
srsgnb_zmq    | CHx base_srate=23.04e6
srsgnb_zmq    | CHx id=enb
srsgnb_zmq    | Current sample rate is 1.92 MHz with a base rate of 23.04 MHz (x12 decimation)
srsgnb_zmq    | CH0 rx_port=tcp://172.22.0.34:2001
srsgnb_zmq    | CH0 tx_port=tcp://172.22.0.22:2000
srsgnb_zmq    | CH0 fail_on_disconnect=true
srsgnb_zmq    | 
srsgnb_zmq    | ==== eNodeB started ===
srsgnb_zmq    | Type <t> to view trace
srsgnb_zmq    | Current sample rate is 11.52 MHz with a base rate of 23.04 MHz (x2 decimation)
srsgnb_zmq    | Current sample rate is 11.52 MHz with a base rate of 23.04 MHz (x2 decimation)
srsgnb_zmq    | Setting frequency: DL=1842.5 Mhz, DL_SSB=1842.05 Mhz (SSB-ARFCN=368410), UL=1747.5 MHz for cc_idx=0 nof_prb=52
t
srsgnb_zmq    | RACH:  slot=1931, cc=0, preamble=0, offset=0, temp_crnti=0x4601
srsgnb_zmq    | Disconnecting rnti=0x4601.
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds
srsgnb_zmq    | connect(): Connection timed out
srsgnb_zmq    | Failed to initiate NG connection. Attempting reconnection in 10 seconds

3. UE

$ docker-compose -f srsue_5g_zmq.yaml up -d && docker attach srsue_5g_zmq

WARNING: Found orphan containers (hss, sgwu, udm, osmomsc, bsf, pcrf, scp, ausf, udr, upf, srsgnb_zmq, smf, webui, pcf, metrics, nrf, mme, nssf, mongo, amf, osmohlr, sgwc) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Creating srsue_5g_zmq ... done

Built in Release mode using commit 10f81ca03 on branch lc/main.

Opening 1 channels in RF device=zmq with args=tx_port=tcp://172.22.0.34:2001,rx_port=tcp://172.22.0.22:2000,id=ue,base_srate=23.04e6
Supported RF device list: UHD soapy zmq lime file
CHx base_srate=23.04e6
CHx id=ue
Current sample rate is 1.92 MHz with a base rate of 23.04 MHz (x12 decimation)
CH0 rx_port=tcp://172.22.0.22:2000
CH0 tx_port=tcp://172.22.0.34:2001
Current sample rate is 11.52 MHz with a base rate of 23.04 MHz (x2 decimation)
Current sample rate is 11.52 MHz with a base rate of 23.04 MHz (x2 decimation)
Waiting PHY to initialize ... done!
Attaching UE...
Random Access Transmission: prach_occasion=0, preamble_index=0, ra-rnti=0xf, tti=1931
Received RRC Reject
Random Access Complete.     c-rnti=0x4601, ta=0

Have I misconfigured something?

Or is the issue withing the components itself?

Awaiting for a response...

Thanks!!

Building fhoss... failed.

Hi @gmaruzz ,

I am facing "ERROR: Service 'fhoss' failed to build : Build failed" while executing the docker compose.

Here is the detailed log:

Building fhoss                                                                                                                                                                                                                                                                            
[+] Building 55.6s (6/9)                                                                                                                                                                                                                                                   docker:default 
 => [internal] load .dockerignore                                                                                                                                                                                                                                                    0.0s
 => => transferring context: 2B                                                                                                                                                                                                                                                      0.0s
 => [internal] load build definition from Dockerfile                                                                                                                                                                                                                                 0.0s
 => => transferring dockerfile: 3.09kB                                                                                                                                                                                                                                               0.0s
 => [internal] load metadata for docker.io/library/ubuntu:focal                                                                                                                                                                                                                      0.4s
 => CACHED [1/6] FROM docker.io/library/ubuntu:focal@sha256:ed4a42283d9943135ed87d4ee34e542f7f5ad9ecf2f244870e23122f703f91c2                                                                                                                                                         0.0s
 => [2/6] RUN apt-get update &&  apt-get -y install git vim wget subversion mysql-server                                                                                                                                                                                            54.0s
 => ERROR [3/6] RUN mkdir -p  /usr/lib/jvm/ &&  cd / && wget https://files-cdn.liferay.com/mirrors/download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz &&  tar -zxf /jdk-7u80-linux-x64.tar.gz -C /usr/lib/jvm/ &&  update-alternatives --install /usr/bin/java  1.1s
------                                                                                                                                                                                                                                                                                    
 > [3/6] RUN mkdir -p  /usr/lib/jvm/ &&         cd / && wget https://files-cdn.liferay.com/mirrors/download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz &&   tar -zxf /jdk-7u80-linux-x64.tar.gz -C /usr/lib/jvm/ &&         update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1.7.0_80/bin/java 100 &&         update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk1.7.0_80/bin/javac 100:                                                                                                                                        
0.320 --2023-11-16 13:44:37--  https://files-cdn.liferay.com/mirrors/download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz                                                                                                                                              
0.321 Resolving files-cdn.liferay.com (files-cdn.liferay.com)... 104.18.28.95, 104.18.29.95, 2606:4700::6812:1c5f, ...                                                                                                                                                                    
0.359 Connecting to files-cdn.liferay.com (files-cdn.liferay.com)|104.18.28.95|:443... connected.
0.424 HTTP request sent, awaiting response... 500 Internal Server Error
1.081 2023-11-16 13:44:37 ERROR 500: Internal Server Error.
1.081 
------
Dockerfile:46
--------------------
  45 |     # Install Oracle Java 7 SE JDK
  46 | >>> RUN mkdir -p  /usr/lib/jvm/ && \
  47 | >>> 	cd / && wget https://files-cdn.liferay.com/mirrors/download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz && \
  48 | >>> 	tar -zxf /jdk-7u80-linux-x64.tar.gz -C /usr/lib/jvm/ && \
  49 | >>> 	update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1.7.0_80/bin/java 100 && \
  50 | >>> 	update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk1.7.0_80/bin/javac 100
  51 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c mkdir -p  /usr/lib/jvm/ && \tcd / && wget https://files-cdn.liferay.com/mirrors/download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz && \ttar -zxf /jdk-7u80-linux-x64.tar.gz -C /usr/lib/jvm/ && \tupdate-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1.7.0_80/bin/java 100 && \tupdate-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk1.7.0_80/bin/javac 100" did not complete successfully: exit code: 8
ERROR: Service 'fhoss' failed to build : Build failed

Could you please provide any other location for the package "jdk-7u80", the current mirror seems to be broken.

Thanks!!

VoNR Support && bug report

Hello, does this project can now support VoNR calling? Has this project finished?

What's more, while deploying this project, I Noticed that openimss/base/Dockerfile in line 68
git checkout main
should be replaced with
git checkout 7f088730ed4bedc12f562e53de44697d5e1f5c6e
because the project herlesupreeth/docker_open5gs has changed, otherwise there will occur an error like this.
微信图片_20230919170033

don't use 5080 for hep

5080 is used by external profile by freeswitch, and is a deeply ingrained setting...

I would suggest like 9060 for hep...

f2f43e3

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.