rename openverso to gradiant (#227)

This commit is contained in:
Carlos Giraldo
2024-01-29 11:53:22 +01:00
committed by GitHub
parent 70b91de0d6
commit 9ddf948279
53 changed files with 364 additions and 365 deletions

View File

@@ -60,7 +60,7 @@ jobs:
with: with:
context: ./images/${{ steps.image-info.outputs.image }}/ context: ./images/${{ steps.image-info.outputs.image }}/
push: false push: false
tags: openverso/${{ steps.image-info.outputs.image }}:${{ steps.image-info.outputs.image_tag }} tags: gradiant/${{ steps.image-info.outputs.image }}:${{ steps.image-info.outputs.image_tag }}
build-args: version=${{ steps.image-info.outputs.image_tag }} build-args: version=${{ steps.image-info.outputs.image_tag }}
platforms: ${{ steps.image-info.outputs.platforms }} platforms: ${{ steps.image-info.outputs.platforms }}
cache-from: type=gha cache-from: type=gha
@@ -90,7 +90,7 @@ jobs:
context: ./images/${{ steps.image-info.outputs.image }}/ context: ./images/${{ steps.image-info.outputs.image }}/
file: ./images/${{ steps.image-info.outputs.image }}/Dockerfile.ubi file: ./images/${{ steps.image-info.outputs.image }}/Dockerfile.ubi
push: false push: false
tags: openverso/${{ steps.image-info.outputs.image }}:${{ steps.image-info.outputs.image_tag }}-ubi tags: gradiant/${{ steps.image-info.outputs.image }}:${{ steps.image-info.outputs.image_tag }}-ubi
build-args: version=${{ steps.image-info.outputs.image_tag }} build-args: version=${{ steps.image-info.outputs.image_tag }}
platforms: ${{ steps.image-info.outputs.platforms }} platforms: ${{ steps.image-info.outputs.platforms }}
cache-from: type=gha cache-from: type=gha

View File

@@ -67,7 +67,7 @@ jobs:
with: with:
context: ./images/${{ steps.image-info.outputs.image }}/ context: ./images/${{ steps.image-info.outputs.image }}/
push: true push: true
tags: openverso/${{ steps.image-info.outputs.image }}:${{ steps.image-info.outputs.image_tag }} tags: gradiant/${{ steps.image-info.outputs.image }}:${{ steps.image-info.outputs.image_tag }}
build-args: version=${{ steps.image-info.outputs.image_tag }} build-args: version=${{ steps.image-info.outputs.image_tag }}
platforms: ${{ steps.image-info.outputs.platforms }} platforms: ${{ steps.image-info.outputs.platforms }}
cache-from: type=gha cache-from: type=gha
@@ -97,7 +97,7 @@ jobs:
context: ./images/${{ steps.image-info.outputs.image }}/ context: ./images/${{ steps.image-info.outputs.image }}/
file: ./images/${{ steps.image-info.outputs.image }}/Dockerfile.ubi file: ./images/${{ steps.image-info.outputs.image }}/Dockerfile.ubi
push: true push: true
tags: openverso/${{ steps.image-info.outputs.image }}:${{ steps.image-info.outputs.image_tag }}-ubi tags: gradiant/${{ steps.image-info.outputs.image }}:${{ steps.image-info.outputs.image_tag }}-ubi
build-args: version=${{ steps.image-info.outputs.image_tag }} build-args: version=${{ steps.image-info.outputs.image_tag }}
platforms: ${{ steps.image-info.outputs.platforms }} platforms: ${{ steps.image-info.outputs.platforms }}
cache-from: type=gha cache-from: type=gha

1
.gitignore vendored
View File

@@ -1 +1,2 @@
uhd_images/ uhd_images/
**.cast

View File

@@ -1,11 +1,9 @@
# Container Image Collection of Openverso Project # Gradiant 5G Images
This repo mantains dockerfiles of Docker Images generated by [Gradiant](https://www.gradiant.org) in [OpenVerso](https://www.openverso.org/). This repo mantains dockerfiles of Docker Images generated by [Gradiant](https://www.gradiant.org) for its Lab5G platform.
The main objective of OpenVerso, the National Network of Excellence in 5G and future technologies, is to address the design of an architecture of a comprehensive 5G network, evolvable to 6G technologies, and aimed at creating a federated ecosystem that enables knowledge transfer to the industrial sector. More info at [https://www.openverso.org](https://www.openverso.org).
Gradiant is actively researching and developing Cloud-Native Network Functions (CNFs) with special focus on 5G network and evolvable to 6G technologies.
Follow the README.md of each image to evaluate the technologies in your container runtime. Follow the README.md of each image to evaluate the technologies in your container runtime.
Check also docs folder for deployment examples.
<img src="micinncdti_2021.jpg" alt="micinncdti_2021" width="320"/>

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
gnb1: gnb1:
image: openverso/ueransim:3.1.6 image: gradiant/ueransim:3.1.6
container_name: gnb1 container_name: gnb1
command: command:
- gnb - gnb
@@ -11,7 +11,7 @@ services:
MCC: '208' MCC: '208'
MNC: '93' MNC: '93'
ue1: ue1:
image: openverso/ueransim:3.1.6 image: gradiant/ueransim:3.1.6
container_name: ue1 container_name: ue1
command: command:
- ue - ue

View File

@@ -5,23 +5,23 @@ services:
environment: environment:
MONGO_INITDB_DATABASE: free5gc MONGO_INITDB_DATABASE: free5gc
nrf: nrf:
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./configs/free5gc/nrfcfg.yaml:/etc/free5gc/nrfcfg.yaml - ./configs/free5gc/nrfcfg.yaml:/etc/free5gc/nrfcfg.yaml
command: ["nrf","-nrfcfg","/etc/free5gc/nrfcfg.yaml"] command: ["nrf","-nrfcfg","/etc/free5gc/nrfcfg.yaml"]
restart : on-failure restart : on-failure
udr: udr:
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
command: ["udr","-udrcfg","/etc/free5gc/udrcfg.yaml"] command: ["udr","-udrcfg","/etc/free5gc/udrcfg.yaml"]
restart : on-failure restart : on-failure
amf: amf:
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./configs/free5gc/amfcfg.yaml:/etc/free5gc/amfcfg.yaml - ./configs/free5gc/amfcfg.yaml:/etc/free5gc/amfcfg.yaml
command: ["amf","-amfcfg","/etc/free5gc/amfcfg.yaml"] command: ["amf","-amfcfg","/etc/free5gc/amfcfg.yaml"]
restart : on-failure restart : on-failure
smf: smf:
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./configs/free5gc/smfcfg.yaml:/etc/free5gc/smfcfg.yaml - ./configs/free5gc/smfcfg.yaml:/etc/free5gc/smfcfg.yaml
- ./configs/free5gc/uerouting.yaml:/etc/free5gc/uerouting.yaml - ./configs/free5gc/uerouting.yaml:/etc/free5gc/uerouting.yaml
@@ -31,25 +31,25 @@ services:
- "--uerouting=/etc/free5gc/uerouting.yaml" - "--uerouting=/etc/free5gc/uerouting.yaml"
restart : on-failure restart : on-failure
pcf: pcf:
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./configs/free5gc/pcfcfg.yaml:/etc/free5gc/pcfcfg.yaml - ./configs/free5gc/pcfcfg.yaml:/etc/free5gc/pcfcfg.yaml
command: ["pcf","-pcfcfg","/etc/free5gc/pcfcfg.yaml"] command: ["pcf","-pcfcfg","/etc/free5gc/pcfcfg.yaml"]
restart : on-failure restart : on-failure
udm: udm:
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./configs/free5gc/udmcfg.yaml:/etc/free5gc/udmcfg.yaml - ./configs/free5gc/udmcfg.yaml:/etc/free5gc/udmcfg.yaml
command: ["udm","-udmcfg","/etc/free5gc/udmcfg.yaml"] command: ["udm","-udmcfg","/etc/free5gc/udmcfg.yaml"]
restart : on-failure restart : on-failure
nssf: nssf:
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./configs/free5gc/nssfcfg.yaml:/etc/free5gc/nssfcfg.yaml - ./configs/free5gc/nssfcfg.yaml:/etc/free5gc/nssfcfg.yaml
command: ["nssf","-nssfcfg","/etc/free5gc/nssfcfg.yaml"] command: ["nssf","-nssfcfg","/etc/free5gc/nssfcfg.yaml"]
restart : on-failure restart : on-failure
ausf: ausf:
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./configs/free5gc/ausfcfg.yaml:/etc/free5gc/ausfcfg.yaml - ./configs/free5gc/ausfcfg.yaml:/etc/free5gc/ausfcfg.yaml
command: ["ausf","-ausfcfg","/etc/free5gc/ausfcfg.yaml"] command: ["ausf","-ausfcfg","/etc/free5gc/ausfcfg.yaml"]
@@ -57,14 +57,14 @@ services:
upf: upf:
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./configs/free5gc/upfcfg.yaml:/etc/free5gc/upfcfg.yaml - ./configs/free5gc/upfcfg.yaml:/etc/free5gc/upfcfg.yaml
command: ["upf","-f","/etc/free5gc/upfcfg.yaml"] command: ["upf","-f","/etc/free5gc/upfcfg.yaml"]
restart : on-failure restart : on-failure
webconsole: webconsole:
image: openverso/free5gc-webconsole:1.0.1 image: gradiant/free5gc-webconsole:1.0.1
restart: on-failure restart: on-failure
ports: ports:
- 5000:5000 - 5000:5000

View File

@@ -1,4 +1,4 @@
$ORIGIN openverso. $ORIGIN gradiant.
$TTL 1W $TTL 1W
@ 1D IN SOA localhost. root.localhost. ( @ 1D IN SOA localhost. root.localhost. (
1 ; serial 1 ; serial

View File

@@ -37,7 +37,7 @@ zone "ims.mnc001.mcc001.3gppnetwork.org" {
file "/etc/bind/ims_zone"; file "/etc/bind/ims_zone";
}; };
zone "openverso" { zone "gradiant" {
type master; type master;
file "/etc/bind/epc_zone"; file "/etc/bind/epc_zone";
}; };

View File

@@ -16,12 +16,12 @@
# This must be a valid FQDN that resolves to the local host. # This must be a valid FQDN that resolves to the local host.
# Default: hostname's FQDN # Default: hostname's FQDN
#Identity = "aaa.koganei.freediameter.net"; #Identity = "aaa.koganei.freediameter.net";
Identity = "hss.openverso"; Identity = "hss.gradiant";
# The Diameter Realm of this daemon. # The Diameter Realm of this daemon.
# Default: the domain part of Identity (after the first dot). # Default: the domain part of Identity (after the first dot).
#Realm = "koganei.freediameter.net"; #Realm = "koganei.freediameter.net";
Realm = "openverso"; Realm = "gradiant";
############################################################## ##############################################################
## Transport protocol configuration ## Transport protocol configuration
@@ -261,6 +261,6 @@ LoadExtension = "/usr/local/lib/x86_64-linux-gnu/freeDiameter/dict_dcca_3gpp.fdx
# Examples: # Examples:
#ConnectPeer = "aaa.wide.ad.jp"; #ConnectPeer = "aaa.wide.ad.jp";
#ConnectPeer = "old.diameter.serv" { TcTimer = 60; TLS_old_method; No_SCTP; Port=3868; } ; #ConnectPeer = "old.diameter.serv" { TcTimer = 60; TLS_old_method; No_SCTP; Port=3868; } ;
ConnectPeer = "mme.openverso" { ConnectTo = "mme"; TcTimer = 60; TwTimer = 30; No_TLS; }; ConnectPeer = "mme.gradiant" { ConnectTo = "mme"; TcTimer = 60; TwTimer = 30; No_TLS; };
############################################################## ##############################################################

View File

@@ -17,7 +17,7 @@ mme:
integrity_order : [ EIA2, EIA1, EIA0 ] integrity_order : [ EIA2, EIA1, EIA0 ]
ciphering_order : [ EEA0, EEA1, EEA2 ] ciphering_order : [ EEA0, EEA1, EEA2 ]
network_name: network_name:
full: Openverso full: gradiant
mme_name: open5gs-mme0 mme_name: open5gs-mme0
sgwc: sgwc:

View File

@@ -16,12 +16,12 @@
# This must be a valid FQDN that resolves to the local host. # This must be a valid FQDN that resolves to the local host.
# Default: hostname's FQDN # Default: hostname's FQDN
#Identity = "aaa.koganei.freediameter.net"; #Identity = "aaa.koganei.freediameter.net";
Identity = "pcrf.openverso"; Identity = "pcrf.gradiant";
# The Diameter Realm of this daemon. # The Diameter Realm of this daemon.
# Default: the domain part of Identity (after the first dot). # Default: the domain part of Identity (after the first dot).
#Realm = "koganei.freediameter.net"; #Realm = "koganei.freediameter.net";
Realm = "openverso"; Realm = "gradiant";
############################################################## ##############################################################
## Transport protocol configuration ## Transport protocol configuration
@@ -262,7 +262,7 @@ LoadExtension = "/usr/local/lib/x86_64-linux-gnu/freeDiameter/dict_dcca_3gpp.fdx
#ConnectPeer = "aaa.wide.ad.jp"; #ConnectPeer = "aaa.wide.ad.jp";
#ConnectPeer = "old.diameter.serv" { TcTimer = 60; TLS_old_method; No_SCTP; Port=3868; } ; #ConnectPeer = "old.diameter.serv" { TcTimer = 60; TLS_old_method; No_SCTP; Port=3868; } ;
ConnectPeer = "smf.openverso" { ConnectTo = "smf"; TcTimer = 60; TwTimer = 30; No_TLS; }; ConnectPeer = "smf.gradiant" { ConnectTo = "smf"; TcTimer = 60; TwTimer = 30; No_TLS; };
ConnectPeer = "pcscf.ims.mnc001.mcc001.3gppnetwork.org" { ConnectTo = "pcscf"; Port = 3871; No_TLS; }; ConnectPeer = "pcscf.ims.mnc001.mcc001.3gppnetwork.org" { ConnectTo = "pcscf"; Port = 3871; No_TLS; };
############################################################## ##############################################################

View File

@@ -16,12 +16,12 @@
# This must be a valid FQDN that resolves to the local host. # This must be a valid FQDN that resolves to the local host.
# Default: hostname's FQDN # Default: hostname's FQDN
#Identity = "aaa.koganei.freediameter.net"; #Identity = "aaa.koganei.freediameter.net";
Identity = "smf.openverso"; Identity = "smf.gradiant";
# The Diameter Realm of this daemon. # The Diameter Realm of this daemon.
# Default: the domain part of Identity (after the first dot). # Default: the domain part of Identity (after the first dot).
#Realm = "koganei.freediameter.net"; #Realm = "koganei.freediameter.net";
Realm = "openverso"; Realm = "gradiant";
############################################################## ##############################################################
## Transport protocol configuration ## Transport protocol configuration
@@ -260,6 +260,6 @@ LoadExtension = "/usr/local/lib/x86_64-linux-gnu/freeDiameter/dict_dcca_3gpp.fdx
# Examples: # Examples:
#ConnectPeer = "aaa.wide.ad.jp"; #ConnectPeer = "aaa.wide.ad.jp";
#ConnectPeer = "old.diameter.serv" { TcTimer = 60; TLS_old_method; No_SCTP; Port=3868; } ; #ConnectPeer = "old.diameter.serv" { TcTimer = 60; TLS_old_method; No_SCTP; Port=3868; } ;
ConnectPeer = "pcrf.openverso" { ConnectTo = "pcrf"; TcTimer = 60; TwTimer = 30; No_TLS; }; ConnectPeer = "pcrf.gradiant" { ConnectTo = "pcrf"; TcTimer = 60; TwTimer = 30; No_TLS; };
############################################################## ##############################################################

View File

@@ -18,7 +18,7 @@ services:
default: default:
ipv4_address: 172.22.0.2 ipv4_address: 172.22.0.2
webui: webui:
image: openverso/open5gs-webui:2.4.9 image: gradiant/open5gs-webui:2.4.9
container_name: webui container_name: webui
depends_on: depends_on:
- mongo - mongo
@@ -37,7 +37,7 @@ services:
default: default:
ipv4_address: 172.22.0.26 ipv4_address: 172.22.0.26
hss: hss:
image: openverso/open5gs:2.4.9 image: gradiant/open5gs:2.4.9
entrypoint: /entrypoint_open5gs.sh entrypoint: /entrypoint_open5gs.sh
container_name: hss container_name: hss
command: open5gs-hssd command: open5gs-hssd
@@ -62,7 +62,7 @@ services:
default: default:
ipv4_address: 172.22.0.3 ipv4_address: 172.22.0.3
sgwc: sgwc:
image: openverso/open5gs:2.4.9 image: gradiant/open5gs:2.4.9
entrypoint: /entrypoint_open5gs.sh entrypoint: /entrypoint_open5gs.sh
command: open5gs-sgwcd command: open5gs-sgwcd
depends_on: depends_on:
@@ -81,7 +81,7 @@ services:
default: default:
ipv4_address: 172.22.0.5 ipv4_address: 172.22.0.5
sgwu: sgwu:
image: openverso/open5gs:2.4.9 image: gradiant/open5gs:2.4.9
entrypoint: /entrypoint_open5gs.sh entrypoint: /entrypoint_open5gs.sh
command: open5gs-sgwud command: open5gs-sgwud
depends_on: depends_on:
@@ -100,7 +100,7 @@ services:
default: default:
ipv4_address: 172.22.0.6 ipv4_address: 172.22.0.6
smf: smf:
image: openverso/open5gs:2.4.9 image: gradiant/open5gs:2.4.9
entrypoint: /entrypoint_open5gs.sh entrypoint: /entrypoint_open5gs.sh
command: open5gs-smfd command: open5gs-smfd
container_name: smf container_name: smf
@@ -125,7 +125,7 @@ services:
default: default:
ipv4_address: 172.22.0.7 ipv4_address: 172.22.0.7
upf: upf:
image: openverso/open5gs:2.4.9 image: gradiant/open5gs:2.4.9
entrypoint: /entrypoint_open5gs.sh entrypoint: /entrypoint_open5gs.sh
command: open5gs-upfd command: open5gs-upfd
depends_on: depends_on:
@@ -151,7 +151,7 @@ services:
default: default:
ipv4_address: 172.22.0.8 ipv4_address: 172.22.0.8
mme: mme:
image: openverso/open5gs:2.4.9 image: gradiant/open5gs:2.4.9
entrypoint: /entrypoint_open5gs.sh entrypoint: /entrypoint_open5gs.sh
command: open5gs-mmed command: open5gs-mmed
depends_on: depends_on:
@@ -182,7 +182,7 @@ services:
default: default:
ipv4_address: 172.22.0.9 ipv4_address: 172.22.0.9
pcrf: pcrf:
image: openverso/open5gs:2.4.9 image: gradiant/open5gs:2.4.9
entrypoint: /entrypoint_open5gs.sh entrypoint: /entrypoint_open5gs.sh
command: open5gs-pcrfd command: open5gs-pcrfd
container_name: pcrf container_name: pcrf
@@ -226,7 +226,7 @@ services:
default: default:
ipv4_address: 172.22.0.15 ipv4_address: 172.22.0.15
rtpengine: rtpengine:
image: openverso/rtpengine:9.4.1.1 image: gradiant/rtpengine:9.4.1.1
container_name: rtpengine container_name: rtpengine
privileged: true privileged: true
environment: environment:
@@ -264,11 +264,11 @@ services:
default: default:
ipv4_address: 172.22.0.17 ipv4_address: 172.22.0.17
fhoss: fhoss:
image: openverso/fhoss:develop image: gradiant/fhoss:develop
container_name: fhoss container_name: fhoss
environment: environment:
IMS_DOMAIN: ims.mnc001.mcc001.3gppnetwork.org IMS_DOMAIN: ims.mnc001.mcc001.3gppnetwork.org
EPC_DOMAIN: openverso EPC_DOMAIN: gradiant
volumes: volumes:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
@@ -285,7 +285,7 @@ services:
default: default:
ipv4_address: 172.22.0.18 ipv4_address: 172.22.0.18
icscf: icscf:
image: openverso/kamailio-ims:5.3-dev image: gradiant/kamailio-ims:5.3-dev
container_name: icscf container_name: icscf
volumes: volumes:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
@@ -293,7 +293,7 @@ services:
environment: environment:
- COMPONENT_NAME=icscf-1 - COMPONENT_NAME=icscf-1
- IMS_DOMAIN=ims.mnc001.mcc001.3gppnetwork.org - IMS_DOMAIN=ims.mnc001.mcc001.3gppnetwork.org
- EPC_DOMAIN=openverso - EPC_DOMAIN=gradiant
depends_on: depends_on:
- dns - dns
- mysql - mysql
@@ -308,7 +308,7 @@ services:
default: default:
ipv4_address: 172.22.0.19 ipv4_address: 172.22.0.19
scscf: scscf:
image: openverso/kamailio-ims:5.3-dev image: gradiant/kamailio-ims:5.3-dev
container_name: scscf container_name: scscf
volumes: volumes:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
@@ -316,7 +316,7 @@ services:
environment: environment:
- COMPONENT_NAME=scscf-1 - COMPONENT_NAME=scscf-1
- IMS_DOMAIN=ims.mnc001.mcc001.3gppnetwork.org - IMS_DOMAIN=ims.mnc001.mcc001.3gppnetwork.org
- EPC_DOMAIN=openverso - EPC_DOMAIN=gradiant
depends_on: depends_on:
- dns - dns
- mysql - mysql
@@ -331,7 +331,7 @@ services:
default: default:
ipv4_address: 172.22.0.20 ipv4_address: 172.22.0.20
pcscf: pcscf:
image: openverso/kamailio-ims:5.3-dev image: gradiant/kamailio-ims:5.3-dev
container_name: pcscf container_name: pcscf
privileged: true privileged: true
cap_add: cap_add:
@@ -342,7 +342,7 @@ services:
environment: environment:
- COMPONENT_NAME=pcscf-1 - COMPONENT_NAME=pcscf-1
- IMS_DOMAIN=ims.mnc001.mcc001.3gppnetwork.org - IMS_DOMAIN=ims.mnc001.mcc001.3gppnetwork.org
- EPC_DOMAIN=openverso - EPC_DOMAIN=gradiant
depends_on: depends_on:
- dns - dns
- mysql - mysql

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
enodeb: enodeb:
image: openverso/srsran:21_10 image: gradiant/srsran:21_10
container_name: srsenb container_name: srsenb
stdin_open: true stdin_open: true
tty: true tty: true

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
gnb1: gnb1:
image: openverso/ueransim:3.2.2 image: gradiant/ueransim:3.2.2
container_name: gnb1 container_name: gnb1
command: command:
- gnb - gnb
@@ -15,7 +15,7 @@ services:
SD: '123' SD: '123'
ue1: ue1:
image: openverso/ueransim:3.2.2 image: gradiant/ueransim:3.2.2
command: ['ue','-n','1'] command: ['ue','-n','1']
cap_add: cap_add:
- all - all

View File

@@ -5,42 +5,42 @@ services:
environment: environment:
MONGO_INITDB_DATABASE: open5gs MONGO_INITDB_DATABASE: open5gs
amf: amf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: command:
- open5gs-amfd - open5gs-amfd
restart : on-failure restart : on-failure
ausf: ausf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: command:
- open5gs-ausfd - open5gs-ausfd
restart : on-failure restart : on-failure
bsf: bsf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: command:
- open5gs-bsfd - open5gs-bsfd
restart : on-failure restart : on-failure
hss: hss:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-hssd command: open5gs-hssd
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
restart: on-failure restart: on-failure
nrf: nrf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-nrfd command: open5gs-nrfd
restart : on-failure restart : on-failure
nssf: nssf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-nssfd command: open5gs-nssfd
restart : on-failure restart : on-failure
pcf: pcf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: command:
- open5gs-pcfd - open5gs-pcfd
environment: environment:
@@ -48,36 +48,36 @@ services:
restart : on-failure restart : on-failure
pcrf: pcrf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: ["open5gs-pcrfd"] command: ["open5gs-pcrfd"]
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
restart: on-failure restart: on-failure
mme: mme:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-mmed command: open5gs-mmed
restart: on-failure restart: on-failure
sgwc: sgwc:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-sgwcd command: open5gs-sgwcd
restart : on-failure restart : on-failure
sgwu: sgwu:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-sgwud command: open5gs-sgwud
restart : on-failure restart : on-failure
smf: smf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-smfd command: open5gs-smfd
restart : on-failure restart : on-failure
udm: udm:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
restart: on-failure restart: on-failure
command: command:
- open5gs-udmd - open5gs-udmd
udr: udr:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
restart: on-failure restart: on-failure
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
@@ -85,7 +85,7 @@ services:
- open5gs-udrd - open5gs-udrd
upf: upf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: command:
- open5gs-upfd - open5gs-upfd
cap_add: cap_add:
@@ -96,7 +96,7 @@ services:
- 2152:2152 - 2152:2152
webui: webui:
image: openverso/open5gs-webui:2.3.2 image: gradiant/open5gs-webui:2.3.2
restart: on-failure restart: on-failure
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
enodeb: enodeb:
image: openverso/oai-enb:2021.w31 image: gradiant/oai-enb:2021.w31
privileged: true privileged: true
volumes: volumes:
- /dev/bus/usb:/dev/bus/usb - /dev/bus/usb:/dev/bus/usb

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
enodeb: enodeb:
image: openverso/oai-gnb:2021.w31 image: gradiant/oai-gnb:2021.w31
privileged: true privileged: true
volumes: volumes:
- /dev/bus/usb:/dev/bus/usb - /dev/bus/usb:/dev/bus/usb

View File

@@ -5,36 +5,36 @@ services:
environment: environment:
MONGO_INITDB_DATABASE: open5gs MONGO_INITDB_DATABASE: open5gs
webui: webui:
image: openverso/open5gs-webui:2.3.2 image: gradiant/open5gs-webui:2.3.2
restart: on-failure restart: on-failure
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
ports: ports:
- 3000:3000 - 3000:3000
nrf: nrf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-nrfd command: open5gs-nrfd
restart : on-failure restart : on-failure
smf: smf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-smfd command: open5gs-smfd
restart : on-failure restart : on-failure
mme: mme:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-mmed command: open5gs-mmed
restart: on-failure restart: on-failure
ports: ports:
- 36412:36412 - 36412:36412
sgwc: sgwc:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-sgwcd command: open5gs-sgwcd
restart : on-failure restart : on-failure
sgwu: sgwu:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-sgwud command: open5gs-sgwud
restart : on-failure restart : on-failure
upf: upf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: ["open5gs-upfd"] command: ["open5gs-upfd"]
cap_add: cap_add:
- all - all
@@ -43,13 +43,13 @@ services:
ports: ports:
- 2152:2152 - 2152:2152
pcrf: pcrf:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: ["open5gs-pcrfd"] command: ["open5gs-pcrfd"]
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
restart: on-failure restart: on-failure
hss: hss:
image: openverso/open5gs:2.3.2 image: gradiant/open5gs:2.3.2
command: open5gs-hssd command: open5gs-hssd
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
enodeb: enodeb:
image: openverso/srs-lte:20_10_1 image: gradiant/srs-lte:20_10_1
command: command:
- enb - enb
privileged: true privileged: true

View File

@@ -5,7 +5,7 @@ services:
environment: environment:
MONGO_INITDB_DATABASE: open5gs MONGO_INITDB_DATABASE: open5gs
webui: webui:
image: openverso/open5gs-webui:2.7.0 image: gradiant/open5gs-webui:2.7.0
restart: on-failure restart: on-failure
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
@@ -13,25 +13,25 @@ services:
ports: ports:
- 9999:9999 - 9999:9999
smf: smf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-smfd command: open5gs-smfd
restart : on-failure restart : on-failure
mme: mme:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-mmed command: open5gs-mmed
restart: on-failure restart: on-failure
ports: ports:
- 36412:36412 - 36412:36412
sgwc: sgwc:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-sgwcd command: open5gs-sgwcd
restart : on-failure restart : on-failure
sgwu: sgwu:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-sgwud command: open5gs-sgwud
restart : on-failure restart : on-failure
upf: upf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: ["open5gs-upfd"] command: ["open5gs-upfd"]
cap_add: cap_add:
- all - all
@@ -40,19 +40,19 @@ services:
ports: ports:
- 2152:2152 - 2152:2152
pcrf: pcrf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: ["open5gs-pcrfd"] command: ["open5gs-pcrfd"]
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
restart: on-failure restart: on-failure
hss: hss:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-hssd command: open5gs-hssd
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
restart: on-failure restart: on-failure
nrf: nrf:
image: openverso/open5gs:2.4.4 image: gradiant/open5gs:2.4.4
command: open5gs-nrfd command: open5gs-nrfd
restart : on-failure restart : on-failure

View File

@@ -33,4 +33,4 @@ docker cp open5gs-dbctl $MONGO_CONTAINER:/
docker run -ti --rm \ docker run -ti --rm \
--net open5gs-and-srslte_default \ --net open5gs-and-srslte_default \
-e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \ -e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \
openverso/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000001 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA" gradiant/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000001 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA"

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
enodeb: enodeb:
image: openverso/srsran-4g:23_11 image: gradiant/srsran-4g:23_11
command: command:
- enb - enb
privileged: true privileged: true
@@ -15,7 +15,7 @@ services:
MNC: "70" MNC: "70"
ue: ue:
image: openverso/srsran-4g:23_11 image: gradiant/srsran-4g:23_11
command: command:
- ue - ue
privileged: true privileged: true

View File

@@ -5,34 +5,34 @@ services:
environment: environment:
MONGO_INITDB_DATABASE: open5gs MONGO_INITDB_DATABASE: open5gs
amf: amf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: command:
- open5gs-amfd - open5gs-amfd
restart : on-failure restart : on-failure
ausf: ausf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: command:
- open5gs-ausfd - open5gs-ausfd
restart : on-failure restart : on-failure
bsf: bsf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-bsfd command: open5gs-bsfd
restart : on-failure restart : on-failure
nrf: nrf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-nrfd command: open5gs-nrfd
restart : on-failure restart : on-failure
nssf: nssf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-nssfd command: open5gs-nssfd
restart : on-failure restart : on-failure
pcf: pcf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: command:
- open5gs-pcfd - open5gs-pcfd
environment: environment:
@@ -40,30 +40,30 @@ services:
restart : on-failure restart : on-failure
pcrf: pcrf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: ["open5gs-pcrfd"] command: ["open5gs-pcrfd"]
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
restart: on-failure restart: on-failure
scp: scp:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-scpd command: open5gs-scpd
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
restart: on-failure restart: on-failure
smf: smf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-smfd command: open5gs-smfd
restart : on-failure restart : on-failure
udm: udm:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
restart: on-failure restart: on-failure
command: command:
- open5gs-udmd - open5gs-udmd
udr: udr:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
restart: on-failure restart: on-failure
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
@@ -71,7 +71,7 @@ services:
- open5gs-udrd - open5gs-udrd
upf: upf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: command:
- open5gs-upfd - open5gs-upfd
cap_add: cap_add:
@@ -82,7 +82,7 @@ services:
- 2152:2152 - 2152:2152
webui: webui:
image: openverso/open5gs-webui:2.7.0 image: gradiant/open5gs-webui:2.7.0
restart: on-failure restart: on-failure
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
gnb: gnb:
image: openverso/srsran-5g:23_10_1 image: gradiant/srsran-5g:23_10_1
command: command:
- gnb - gnb
privileged: true privileged: true
@@ -26,7 +26,7 @@ services:
OTW_FORMAT: default OTW_FORMAT: default
ue: ue:
image: openverso/srsran-4g:23_11 image: gradiant/srsran-4g:23_11
command: command:
- ue - ue
privileged: true privileged: true

View File

@@ -33,4 +33,4 @@ docker cp open5gs-dbctl $MONGO_CONTAINER:/
docker run -ti --rm \ docker run -ti --rm \
--net open5gs-and-srsran-5g_default \ --net open5gs-and-srsran-5g_default \
-e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \ -e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \
openverso/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000001 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA" gradiant/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000001 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA"

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
gnb1: gnb1:
image: openverso/ueransim:3.2.6 image: gradiant/ueransim:3.2.6
container_name: gnb1 container_name: gnb1
command: command:
- gnb - gnb
@@ -14,7 +14,7 @@ services:
SST: '1' SST: '1'
SD: '0xffffff' SD: '0xffffff'
ues1: ues1:
image: openverso/ueransim:3.2.6 image: gradiant/ueransim:3.2.6
command: ['ue','-n','3'] command: ['ue','-n','3']
cap_add: cap_add:
- all - all

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
gnb2: gnb2:
image: openverso/ueransim:3.2.6 image: gradiant/ueransim:3.2.6
container_name: gnb2 container_name: gnb2
command: command:
- gnb - gnb
@@ -15,7 +15,7 @@ services:
SD: '0xffffff' SD: '0xffffff'
ues2: ues2:
image: openverso/ueransim:3.2.6 image: gradiant/ueransim:3.2.6
command: ['ue','-n','3'] command: ['ue','-n','3']
cap_add: cap_add:
- all - all

View File

@@ -7,36 +7,36 @@ services:
MONGO_INITDB_DATABASE: open5gs MONGO_INITDB_DATABASE: open5gs
amf: amf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: command:
- open5gs-amfd - open5gs-amfd
restart: on-failure restart: on-failure
ausf: ausf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: command:
- open5gs-ausfd - open5gs-ausfd
restart: on-failure restart: on-failure
bsf: bsf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: command:
- open5gs-bsfd - open5gs-bsfd
restart: on-failure restart: on-failure
nrf: nrf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-nrfd command: open5gs-nrfd
restart: on-failure restart: on-failure
nssf: nssf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-nssfd command: open5gs-nssfd
restart: on-failure restart: on-failure
pcf: pcf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: command:
- open5gs-pcfd - open5gs-pcfd
environment: environment:
@@ -44,25 +44,25 @@ services:
restart: on-failure restart: on-failure
scp: scp:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: open5gs-scpd command: open5gs-scpd
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
restart: on-failure restart: on-failure
smf: smf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
restart: on-failure restart: on-failure
command: open5gs-smfd command: open5gs-smfd
udm: udm:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
restart: on-failure restart: on-failure
command: command:
- open5gs-udmd - open5gs-udmd
udr: udr:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
restart: on-failure restart: on-failure
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs
@@ -70,7 +70,7 @@ services:
- open5gs-udrd - open5gs-udrd
upf: upf:
image: openverso/open5gs:2.7.0 image: gradiant/open5gs:2.7.0
command: command:
- open5gs-upfd - open5gs-upfd
cap_add: cap_add:
@@ -83,7 +83,7 @@ services:
- 2152:2152 - 2152:2152
webui: webui:
image: openverso/open5gs-webui:2.7.0 image: gradiant/open5gs-webui:2.7.0
restart: on-failure restart: on-failure
environment: environment:
DB_URI: mongodb://mongo/open5gs DB_URI: mongodb://mongo/open5gs

View File

@@ -32,29 +32,29 @@ docker cp open5gs-dbctl $MONGO_CONTAINER:/
docker run -ti --rm \ docker run -ti --rm \
--net open5gs-and-ueransim_default \ --net open5gs-and-ueransim_default \
-e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \ -e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \
openverso/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000001 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA" gradiant/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000001 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA"
docker run -ti --rm \ docker run -ti --rm \
--net open5gs-and-ueransim_default \ --net open5gs-and-ueransim_default \
-e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \ -e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \
openverso/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000002 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA" gradiant/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000002 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA"
docker run -ti --rm \ docker run -ti --rm \
--net open5gs-and-ueransim_default \ --net open5gs-and-ueransim_default \
-e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \ -e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \
openverso/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000003 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA" gradiant/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000003 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA"
docker run -ti --rm \ docker run -ti --rm \
--net open5gs-and-ueransim_default \ --net open5gs-and-ueransim_default \
-e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \ -e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \
openverso/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000011 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA" gradiant/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000011 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA"
docker run -ti --rm \ docker run -ti --rm \
--net open5gs-and-ueransim_default \ --net open5gs-and-ueransim_default \
-e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \ -e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \
openverso/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000012 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA" gradiant/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000012 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA"
docker run -ti --rm \ docker run -ti --rm \
--net open5gs-and-ueransim_default \ --net open5gs-and-ueransim_default \
-e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \ -e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \
openverso/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000013 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA" gradiant/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000013 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA"

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
epc: epc:
image: openverso/srs-lte:20_10_1 image: gradiant/srs-lte:20_10_1
command: command:
- epc - epc
#restart: on-failure #restart: on-failure
@@ -18,7 +18,7 @@ services:
- ./srs-config/:/etc/srslte/ - ./srs-config/:/etc/srslte/
enodeb: enodeb:
image: openverso/srs-lte:20_10_1 image: gradiant/srs-lte:20_10_1
command: command:
- enb - enb
privileged: true privileged: true

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
epc: epc:
image: openverso/srs-lte:20_10_1 image: gradiant/srs-lte:20_10_1
command: command:
- epc - epc
privileged: true privileged: true
@@ -10,7 +10,7 @@ services:
volumes: volumes:
- ./user_db.csv:/etc/srslte/user_db.csv - ./user_db.csv:/etc/srslte/user_db.csv
enodeb: enodeb:
image: openverso/srs-lte:20_10_1 image: gradiant/srs-lte:20_10_1
command: command:
- enb - enb
privileged: true privileged: true
@@ -21,7 +21,7 @@ services:
ENB_HOSTNAME: enodeb ENB_HOSTNAME: enodeb
UE_HOSTNAME: ue UE_HOSTNAME: ue
ue: ue:
image: openverso/srs-lte:20_10_1 image: gradiant/srs-lte:20_10_1
command: command:
- ue - ue
privileged: true privileged: true

View File

@@ -13,7 +13,7 @@ Running uhd_usrp_probe providing uhd-images from host folder:
docker run --rm -ti --privileged \ docker run --rm -ti --privileged \
-v /dev/bus/usb/:/dev/bus/usb/ \ -v /dev/bus/usb/:/dev/bus/usb/ \
-v /usr/share/uhd/images:/usr/share/uhd/images \ -v /usr/share/uhd/images:/usr/share/uhd/images \
openverso/ettus-uhd:3.15.0 uhd_usrp_probe gradiant/ettus-uhd:3.15.0 uhd_usrp_probe
``` ```
@@ -23,7 +23,7 @@ Running uhd_find_devices in the uhd-images variant:
docker run --rm -ti --privileged \ docker run --rm -ti --privileged \
-v /dev/bus/usb/:/dev/bus/usb/ \ -v /dev/bus/usb/:/dev/bus/usb/ \
-v /usr/share/uhd/images:/usr/share/uhd/images \ -v /usr/share/uhd/images:/usr/share/uhd/images \
openverso/ettus-uhd:3.15.0 uhd_find_devices gradiant/ettus-uhd:3.15.0 uhd_find_devices
``` ```
Running uhd host example benchmark_rate: Running uhd host example benchmark_rate:
@@ -32,6 +32,6 @@ Running uhd host example benchmark_rate:
docker run --rm -ti --privileged \ docker run --rm -ti --privileged \
-v /dev/bus/usb/:/dev/bus/usb/ \ -v /dev/bus/usb/:/dev/bus/usb/ \
-v /usr/share/uhd/images:/usr/share/uhd/images \ -v /usr/share/uhd/images:/usr/share/uhd/images \
openverso/ettus-uhd:3.15.0 benchmark_rate --rx_rate 10e6 --tx_rate 10e6 gradiant/ettus-uhd:3.15.0 benchmark_rate --rx_rate 10e6 --tx_rate 10e6
``` ```

View File

@@ -65,7 +65,7 @@ ENV ANT_HOME="/usr/local/apache-ant-1.9.14"
ENV LC_ALL=C.UTF-8 ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
ENV IMS_DOMAIN=ims.mnc001.mcc001.3gppnetwork.org \ ENV IMS_DOMAIN=ims.mnc001.mcc001.3gppnetwork.org \
EPC_DOMAIN=openverso \ EPC_DOMAIN=gradiant \
MYSQL_HOSTNAME=mysql \ MYSQL_HOSTNAME=mysql \
DNS_HOSTNAME=dns \ DNS_HOSTNAME=dns \
FHOSS_HOSTNAME=fhoss FHOSS_HOSTNAME=fhoss

View File

@@ -5,7 +5,7 @@ services:
environment: environment:
MONGO_INITDB_DATABASE: free5gc MONGO_INITDB_DATABASE: free5gc
webconsole: webconsole:
image: openverso/free5gc-webconsole:1.0.1 image: gradiant/free5gc-webconsole:1.0.1
restart: on-failure restart: on-failure
ports: ports:
- 5000:5000 - 5000:5000
@@ -16,7 +16,7 @@ services:
context: . context: .
args: args:
version: 3.0.5 version: 3.0.5
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./config/nrfcfg.yaml:/etc/free5gc/nrfcfg.yaml - ./config/nrfcfg.yaml:/etc/free5gc/nrfcfg.yaml
command: ["nrf","-nrfcfg","/etc/free5gc/nrfcfg.yaml"] command: ["nrf","-nrfcfg","/etc/free5gc/nrfcfg.yaml"]
@@ -26,7 +26,7 @@ services:
context: . context: .
args: args:
version: 3.0.5 version: 3.0.5
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
command: ["udr","-udrcfg","/etc/free5gc/udrcfg.yaml"] command: ["udr","-udrcfg","/etc/free5gc/udrcfg.yaml"]
restart : on-failure restart : on-failure
@@ -35,7 +35,7 @@ services:
context: . context: .
args: args:
version: 3.0.5 version: 3.0.5
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./config/amfcfg.yaml:/etc/free5gc/amfcfg.yaml - ./config/amfcfg.yaml:/etc/free5gc/amfcfg.yaml
command: ["amf","-amfcfg","/etc/free5gc/amfcfg.yaml"] command: ["amf","-amfcfg","/etc/free5gc/amfcfg.yaml"]
@@ -46,7 +46,7 @@ services:
context: . context: .
args: args:
version: 3.0.5 version: 3.0.5
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./config/smfcfg.yaml:/etc/free5gc/smfcfg.yaml - ./config/smfcfg.yaml:/etc/free5gc/smfcfg.yaml
- ./config/uerouting.yaml:/etc/free5gc/uerouting.yaml - ./config/uerouting.yaml:/etc/free5gc/uerouting.yaml
@@ -61,7 +61,7 @@ services:
context: . context: .
args: args:
version: 3.0.5 version: 3.0.5
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./config/pcfcfg.yaml:/etc/free5gc/pcfcfg.yaml - ./config/pcfcfg.yaml:/etc/free5gc/pcfcfg.yaml
command: ["pcf","-pcfcfg","/etc/free5gc/pcfcfg.yaml"] command: ["pcf","-pcfcfg","/etc/free5gc/pcfcfg.yaml"]
@@ -71,7 +71,7 @@ services:
context: . context: .
args: args:
version: 3.0.5 version: 3.0.5
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./config/udmcfg.yaml:/etc/free5gc/udmcfg.yaml - ./config/udmcfg.yaml:/etc/free5gc/udmcfg.yaml
command: ["udm","-udmcfg","/etc/free5gc/udmcfg.yaml"] command: ["udm","-udmcfg","/etc/free5gc/udmcfg.yaml"]
@@ -81,7 +81,7 @@ services:
context: . context: .
args: args:
version: 3.0.5 version: 3.0.5
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./config/nssfcfg.yaml:/etc/free5gc/nssfcfg.yaml - ./config/nssfcfg.yaml:/etc/free5gc/nssfcfg.yaml
command: ["nssf","-nssfcfg","/etc/free5gc/nssfcfg.yaml"] command: ["nssf","-nssfcfg","/etc/free5gc/nssfcfg.yaml"]
@@ -91,7 +91,7 @@ services:
context: . context: .
args: args:
version: 3.0.5 version: 3.0.5
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./config/ausfcfg.yaml:/etc/free5gc/ausfcfg.yaml - ./config/ausfcfg.yaml:/etc/free5gc/ausfcfg.yaml
command: ["ausf","-ausfcfg","/etc/free5gc/ausfcfg.yaml"] command: ["ausf","-ausfcfg","/etc/free5gc/ausfcfg.yaml"]
@@ -103,7 +103,7 @@ services:
version: 3.0.5 version: 3.0.5
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
image: openverso/free5gc:3.0.5 image: gradiant/free5gc:3.0.5
volumes: volumes:
- ./config/upfcfg.yaml:/etc/free5gc/upfcfg.yaml - ./config/upfcfg.yaml:/etc/free5gc/upfcfg.yaml
command: ["upf","-f","/etc/free5gc/upfcfg.yaml"] command: ["upf","-f","/etc/free5gc/upfcfg.yaml"]

View File

@@ -42,7 +42,7 @@ RUN mkdir -p /usr/local/src/ && cd /usr/local/src/ && \
cd kamailio && git checkout 5.3 cd kamailio && git checkout 5.3
ENV IMS_DOMAIN=ims.mnc001.mcc001.3gppnetwork.org \ ENV IMS_DOMAIN=ims.mnc001.mcc001.3gppnetwork.org \
EPC_DOMAIN=openverso \ EPC_DOMAIN=gradiant \
MYSQL_HOSTNAME=mysql \ MYSQL_HOSTNAME=mysql \
PCSCF_HOSTNAME=pcscf \ PCSCF_HOSTNAME=pcscf \
RTPENGINE_HOSTNAME=rtpengine \ RTPENGINE_HOSTNAME=rtpengine \

View File

@@ -4,7 +4,7 @@ oai is a docker image to run Open Air Interface as a container.
## Usage ## Usage
This docker image must be run with a command (docker run -ti openverso/oai CMD) This docker image must be run with a command (docker run -ti gradiant/oai CMD)
example of commands: example of commands:
- /opt/oai/bin/lte-softmodem.Rel15 -O /oai.conf - /opt/oai/bin/lte-softmodem.Rel15 -O /oai.conf
@@ -33,7 +33,7 @@ The entrypoint does also some magic to deal with hostnames, interface names and
For example, if GNB_NG_IF_NAME=eth0, the IP of the eth0 is extracted and assigned to GNB_NG_IP_ADDRESS variable. For example, if GNB_NG_IF_NAME=eth0, the IP of the eth0 is extracted and assigned to GNB_NG_IP_ADDRESS variable.
- It resolves the IPs of the names *_HOSTNAME environment variables and generates corresponding *_IP_ADDRESS environment variables. - It resolves the IPs of the names *_HOSTNAME environment variables and generates corresponding *_IP_ADDRESS environment variables.
For example, if MME_S1C_HOSTNAME=mme.openverso.org, the entrypoints resolves the IP and assigns it to MME_S1C_IP_ADDRESS variable. For example, if MME_S1C_HOSTNAME=mme.gradiant.org, the entrypoints resolves the IP and assigns it to MME_S1C_IP_ADDRESS variable.
Set USE_B2XX, USE_X3XX or USE_N3XX to load the USRP binaries. Set USE_B2XX, USE_X3XX or USE_N3XX to load the USRP binaries.
@@ -45,7 +45,7 @@ docker run --rm -ti --privileged \
-v $PWD/examples/enb.fdd.conf:/opt/oai/etc/enb.fdd.conf \ -v $PWD/examples/enb.fdd.conf:/opt/oai/etc/enb.fdd.conf \
--env-file $PWD/examples/enb-fdd.env \ --env-file $PWD/examples/enb-fdd.env \
--privileged \ --privileged \
openverso/oai:2021.w36 opt/oai/bin/lte-softmodem.Rel15 -O /oai.conf gradiant/oai:2021.w36 opt/oai/bin/lte-softmodem.Rel15 -O /oai.conf
``` ```
### Example 2: gnodeb standalone ### Example 2: gnodeb standalone
@@ -56,7 +56,7 @@ docker run --rm -ti --privileged \
-v $PWD/examples/gnb.sa.tdd.conf:/opt/oai/etc/gnb.sa.tdd.conf \ -v $PWD/examples/gnb.sa.tdd.conf:/opt/oai/etc/gnb.sa.tdd.conf \
--env-file $PWD/examples/gnb-sa.env \ --env-file $PWD/examples/gnb-sa.env \
--privileged \ --privileged \
openverso/oai:2021.w36 opt/oai/bin/nr-softmodem.Rel15 -E --sa -O /oai.conf gradiant/oai:2021.w36 opt/oai/bin/nr-softmodem.Rel15 -E --sa -O /oai.conf
``` ```
@@ -68,5 +68,5 @@ docker run --rm -ti --privileged \
-v $PWD/examples/nr-ue-sim.conf:/opt/oai/etc/nr-ue-sim.conf \ -v $PWD/examples/nr-ue-sim.conf:/opt/oai/etc/nr-ue-sim.conf \
--env-file $PWD/examples/nr_ue.env \ --env-file $PWD/examples/nr_ue.env \
--privileged \ --privileged \
openverso/oai:2021.w36 /opt/oai/bin/nr-uesoftmodem.Rel15 -E --sa -O /oai.conf gradiant/oai:2021.w36 /opt/oai/bin/nr-uesoftmodem.Rel15 -E --sa -O /oai.conf
``` ```

View File

@@ -1 +1 @@
69AF44D85BF44E431C8B2C50190B2F64CE0E19DA 69AF44D85BF44E431C8B2C50190B2F64CE0E19DE

View File

@@ -1,15 +1,15 @@
-----BEGIN CERTIFICATE REQUEST----- -----BEGIN CERTIFICATE REQUEST-----
MIICaTCCAVECAQAwJDELMAkGA1UEBhMCRVMxFTATBgNVBAMMDGhzcy5ncmFkaWFu MIICaTCCAVECAQAwJDELMAkGA1UEBhMCRVMxFTATBgNVBAMMDGhzcy5ncmFkaWFu
dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOjr/91qpUgM9673qd6z dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALgz1z39kW5WElXKjizj
DgY/PdFJqKyYLi2Sgf6qS1909sPIL6rEyNHy2FgvL2nfuPtzGSxu2LKDKQFpDLJy TC33d3NvCc8tmZMVxrDR8BVc6g457cTnNL5DdkwbuB1Vfw/Hfya19zr3cWVhNARM
zN6cDo2muvF45CvzFlW1bjz6i62dEnD1yFAwdv/lRecvEN+516MZ0YRpX3yoDUzy F6k+copd28d5qDBZXGAcMJqlw4ZPQASPh8qQzArP2eIpAQ+pazkA9YtzG6v58/YF
AQEWEHjbsEb8qnDgy/mZXSqkMi4etSfRKTWf5hXF5utlSo+GhoWebzIk5wBoAQcX +pAabCFjFkYjUVvAOpFx5udIfb9kfw6z9QP2f1ndvJlsiPxmgP+5KKO1mI7SXj4W
4rcvRJdGoaCW7LBaxLD6MzCUlktsaUkKt/nzRdW6XlP546yNk55wj+WIS/iulQFT h3CpG64DPRVyyePh7NiSwLoyvr0wR3yNeVDn7LpH8yA+IgQpSwTplrLTH6PoWya9
zP0Lsmw3aPAGRQt/6r94HbitW0whZgjAMQjy+eIR3TH7nWzqBjzXYNW0gg781NGK 2Tc/tijQ+PAOev338EokuI9PBugfbqZDmVb8c6Blvm+/7O5wraALwzZTw+jiNfsp
RD0CAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4IBAQCuBjhD5xAdzNuaUWRig3OryFxM X/8CAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4IBAQBhQ/dLtGjtHrUUiHxKGNm2Nieg
xogqjibaS5hep4oLvqu85ZU/6zGUVVLB1mm1AlrFNmfiDernBoJ94hK1Gdn8DiXs Neur7j17ZcY+uofR6dMws+Cq2SGwrIevQWMT1JNCO7xESIHnCU2vpNDlqUD4ORoa
onEZp2fSIGP/WMx5C+5G6N/Ii5GUmQtcE63Z16z9e5XoGLGVIjyCFQYzchs5VbjX HLgFuFVSqKW6PiMlyNs50cjYcj/pFSIFSxt6wRNEqWqtiAwNDWOh9RKqCTWW3Cl/
7lc4w7r8KPrn7GIKWOCHJMlLI12P+ltZVLy8oZ4eJIifQb4xaXeGOV/tPc3dzuNR fx6FKYSQdMxqE8AE071Ckl3mh293abatxo2/YarkXpCx59myhvlp4gLIM7IJiE2m
MBFqO0r9hVa8Pypf27zDDE8PuDx7ZBLAVGmg6LYVc0lH/9mf2zIBuMD4QyFeHSI/ pTuQ6exyyNEoxg0Ul8SIYMJixKi99nL0Nv2KxVGAzk2O9/soM85nOebRfFCvZnY/
101rB2BZQ9GeFRbpgWKmbhh/30FM5XLOEozqyBTv94+fHf/sqQeESYfx9fuo ubDchIW0Ac5Iw3I6aHOylf/BgAwcsbeTKao0jmSXpojvilxupK0ukZ7lzFny
-----END CERTIFICATE REQUEST----- -----END CERTIFICATE REQUEST-----

View File

@@ -1,19 +1,19 @@
-----BEGIN CERTIFICATE----- -----BEGIN CERTIFICATE-----
MIIDBjCCAe4CFGmvRNhb9E5DHIssUBkLL2TODhnWMA0GCSqGSIb3DQEBCwUAMFsx MIIDBjCCAe4CFGmvRNhb9E5DHIssUBkLL2TODhnbMA0GCSqGSIb3DQEBCwUAMFsx
CzAJBgNVBAYTAkVTMRMwEQYDVQQIDApTb21lLVN0YXRlMQ0wCwYDVQQHDARWaWdv CzAJBgNVBAYTAkVTMRMwEQYDVQQIDApTb21lLVN0YXRlMQ0wCwYDVQQHDARWaWdv
MREwDwYDVQQKDAhHcmFkaWFudDEVMBMGA1UEAwwMZ3JhZGlhbnQub3JnMB4XDTI0 MREwDwYDVQQKDAhHcmFkaWFudDEVMBMGA1UEAwwMZ3JhZGlhbnQub3JnMB4XDTI0
MDEwOTExMjIzNloXDTM0MDEwNjExMjIzNlowJDELMAkGA1UEBhMCRVMxFTATBgNV MDExNzE3MjUzOFoXDTM0MDExNDE3MjUzOFowJDELMAkGA1UEBhMCRVMxFTATBgNV
BAMMDGhzcy5ncmFkaWFudDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB BAMMDGhzcy5ncmFkaWFudDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
AOjr/91qpUgM9673qd6zDgY/PdFJqKyYLi2Sgf6qS1909sPIL6rEyNHy2FgvL2nf ALgz1z39kW5WElXKjizjTC33d3NvCc8tmZMVxrDR8BVc6g457cTnNL5DdkwbuB1V
uPtzGSxu2LKDKQFpDLJyzN6cDo2muvF45CvzFlW1bjz6i62dEnD1yFAwdv/lRecv fw/Hfya19zr3cWVhNARMF6k+copd28d5qDBZXGAcMJqlw4ZPQASPh8qQzArP2eIp
EN+516MZ0YRpX3yoDUzyAQEWEHjbsEb8qnDgy/mZXSqkMi4etSfRKTWf5hXF5utl AQ+pazkA9YtzG6v58/YF+pAabCFjFkYjUVvAOpFx5udIfb9kfw6z9QP2f1ndvJls
So+GhoWebzIk5wBoAQcX4rcvRJdGoaCW7LBaxLD6MzCUlktsaUkKt/nzRdW6XlP5 iPxmgP+5KKO1mI7SXj4Wh3CpG64DPRVyyePh7NiSwLoyvr0wR3yNeVDn7LpH8yA+
46yNk55wj+WIS/iulQFTzP0Lsmw3aPAGRQt/6r94HbitW0whZgjAMQjy+eIR3TH7 IgQpSwTplrLTH6PoWya92Tc/tijQ+PAOev338EokuI9PBugfbqZDmVb8c6Blvm+/
nWzqBjzXYNW0gg781NGKRD0CAwEAATANBgkqhkiG9w0BAQsFAAOCAQEApa+i8Kjs 7O5wraALwzZTw+jiNfspX/8CAwEAATANBgkqhkiG9w0BAQsFAAOCAQEASixfiGFp
gl01mhbjWmhHWqRJbNUEceD77Hqm1/YlAqSwICVSbbLR3wtYu2F50XsVxvgPl1Ny Eo2RjCrsEdqlnxffGCl9CzBV/1apq492CkwS51z7ZmajLdxInRaiazHokNNeoTZI
IrjTxoa5lFz/S/ayfIAqzdiM4j7VKk4Rls4BpUow6fexSu1d8lKNnLk2ffInEd/6 /nA2DOu6Jf+YJxbN+f7jzv35WZ84pehQX+D7w0OGb0+sfpVFORG33Ua1fcpO6J+/
8tb6zUmLNrCapBlz0vi+4jKSCRbzTuijVK7cO8jbLVdCXRs+oGK4ROer0zSMsv2U zeg51qh9fvczDCozY/8cPPrQBORFWq7dMjX7XaY3a/OlagrZ8yrqlaoSum029lBq
yMeBR4unOwIWBV9Z3Zjh5YNUek32b3HlcE5joLCk9YH1zX4jmv6UrAEXFHULAgig JsmRZi3HDyykVyd/Obs8bFBlBMyjWJGBH0DVzJ1y3SXLaqKoaAz29owEnt/aSH1M
0lf/yLljavuhTj6zK/Jz2UsjlNG2dr0WdvwHGEVAswguleB/HW6EB+REwwJfup8W mH5T9/JUv4/ImeKC2tCeCunb+w68m2VbKpcfIUCgcu/AcBvu3cK6Ftssp941vHQK
MfZwCaTFyByxNA== XpnAf0YWA+O3zw==
-----END CERTIFICATE----- -----END CERTIFICATE-----

View File

@@ -1,27 +1,27 @@
-----BEGIN RSA PRIVATE KEY----- -----BEGIN RSA PRIVATE KEY-----
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
-----END RSA PRIVATE KEY----- -----END RSA PRIVATE KEY-----

View File

@@ -1,15 +1,15 @@
-----BEGIN CERTIFICATE REQUEST----- -----BEGIN CERTIFICATE REQUEST-----
MIICaTCCAVECAQAwJDELMAkGA1UEBhMCRVMxFTATBgNVBAMMDG1tZS5ncmFkaWFu MIICaTCCAVECAQAwJDELMAkGA1UEBhMCRVMxFTATBgNVBAMMDG1tZS5ncmFkaWFu
dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALkQyU2Zdf8P5mbn+SjO dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKZCmA2FoOvoY1VNHody
PzU9XMImluvTz0rznTQdmj8uafPXqsZ7NoA0wVk0WA8x8Takbk9m1UFlObZtigg8 abJaBkBQ+fkzexHyxGr2ldGIuXV4aOOfyBFchTzjT5lrpwX6sHNhspidocqDwO48
hoF4sSv1OjEr2impXu0YAqWGSVWWIyzurZ0d2/VZp66cnRsdmWjJNeTpoxMHiRTP c0ezec9z5dzcR4lmwIAOG4iGR71CBOz9OYwObc4x4JVVAqRnRSyU8tz8FshndIH/
oeJGEjuKI2f72V+WEdCF2uAipLp3R3GtCy9qaxW+/4ejG46JvIlKOwG2X12o5QRg c8/t11L+TgvrizUn586OYSdZV5ghkn1J+aYFAYuZDO4rVCYLNaY7gZbK6ddkHPXL
/f+SQo0LGp+15UTgGsQmUr8HJu0rw+DjaTr/g2L+3sJLztKFka2tosp66dOCKGZU syu0AmY0y7wCUF/2G0gIJmGzrQzGCOyaepPx/6rsds8sEsVQxwefBdowj6Iusu6R
BSgN4SjuE56AEa3Syi0KA1WDjj3YB9nLej/Cg6GwQ4/sZT5ELnwnTjL1AoOifOmi oXOHThXwXdmFTJzjdTH/eK6U094f+9CIICbC5oKNWWLQS6M6D1y8WDCczcyleBQ0
GaUCAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4IBAQCYIFJpxsp8EiBZ3F6gjrDuFu9b 4H8CAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4IBAQCFVoaTTZhPKJFeRjwich3oWS9h
CqcgeGCI9AviTDUQaXwjuJDkWyNVBVcPzp0G8orgPI3EN83LLUhKd6WUIk6grmJ6 hYFWzeAMzbMcE55wU5epVPKNOw4zpfKqeFh3PeeCLGh60GRrRYjDUm5u/8iITPcc
fMMD4ve5viuoG7ZYjyfA+KjBFHk2j3K7un1BmD31v9IbF+mpsrFfy65MoWdSkxjk ZhAMWmwNRXnKAMwQ5cOet9EJFf/1zmaFyWZoMbR50oY5BlM7gJsmhkc90Wsazkdz
jxOzePx/fO6DXrBMNNzYQ8qnYQUafHHWNG1WsvgOnY0oaSCuCUP3+XXQDveTVX61 EEOd9/djoMHxy2gqBfAqnPvV7h5aottjJ6lyBerdCVKcYeiY2iTCyRAfvnn3BSkz
mZiY7KQ9W15s3Zctrvo3fMlUUQSacGdqd3GBYf5Ef0zcn6LJaAKIPxJ2hPythfBI QBzH6m+LOwLtfE/jSdvtXfwAxHp4u5frQtw7BQFVMMSTcMAOozHTIwU3qVgf0ph2
XEgNQ8t0nEBmEl/W8SWfvGY1+ycTIKYkIQcm+VjA3XyzyolHcEjEnDvW6xUu mT+on7eVmR8drzcFxsv9/tiTFe/zdBJxEhmiR4QL06tMDpK8ZijXtDaHKh8x
-----END CERTIFICATE REQUEST----- -----END CERTIFICATE REQUEST-----

View File

@@ -1,19 +1,19 @@
-----BEGIN CERTIFICATE----- -----BEGIN CERTIFICATE-----
MIIDBjCCAe4CFGmvRNhb9E5DHIssUBkLL2TODhnXMA0GCSqGSIb3DQEBCwUAMFsx MIIDBjCCAe4CFGmvRNhb9E5DHIssUBkLL2TODhncMA0GCSqGSIb3DQEBCwUAMFsx
CzAJBgNVBAYTAkVTMRMwEQYDVQQIDApTb21lLVN0YXRlMQ0wCwYDVQQHDARWaWdv CzAJBgNVBAYTAkVTMRMwEQYDVQQIDApTb21lLVN0YXRlMQ0wCwYDVQQHDARWaWdv
MREwDwYDVQQKDAhHcmFkaWFudDEVMBMGA1UEAwwMZ3JhZGlhbnQub3JnMB4XDTI0 MREwDwYDVQQKDAhHcmFkaWFudDEVMBMGA1UEAwwMZ3JhZGlhbnQub3JnMB4XDTI0
MDEwOTExMjIzNloXDTM0MDEwNjExMjIzNlowJDELMAkGA1UEBhMCRVMxFTATBgNV MDExNzE3MjUzOFoXDTM0MDExNDE3MjUzOFowJDELMAkGA1UEBhMCRVMxFTATBgNV
BAMMDG1tZS5ncmFkaWFudDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB BAMMDG1tZS5ncmFkaWFudDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
ALkQyU2Zdf8P5mbn+SjOPzU9XMImluvTz0rznTQdmj8uafPXqsZ7NoA0wVk0WA8x AKZCmA2FoOvoY1VNHodyabJaBkBQ+fkzexHyxGr2ldGIuXV4aOOfyBFchTzjT5lr
8Takbk9m1UFlObZtigg8hoF4sSv1OjEr2impXu0YAqWGSVWWIyzurZ0d2/VZp66c pwX6sHNhspidocqDwO48c0ezec9z5dzcR4lmwIAOG4iGR71CBOz9OYwObc4x4JVV
nRsdmWjJNeTpoxMHiRTPoeJGEjuKI2f72V+WEdCF2uAipLp3R3GtCy9qaxW+/4ej AqRnRSyU8tz8FshndIH/c8/t11L+TgvrizUn586OYSdZV5ghkn1J+aYFAYuZDO4r
G46JvIlKOwG2X12o5QRg/f+SQo0LGp+15UTgGsQmUr8HJu0rw+DjaTr/g2L+3sJL VCYLNaY7gZbK6ddkHPXLsyu0AmY0y7wCUF/2G0gIJmGzrQzGCOyaepPx/6rsds8s
ztKFka2tosp66dOCKGZUBSgN4SjuE56AEa3Syi0KA1WDjj3YB9nLej/Cg6GwQ4/s EsVQxwefBdowj6Iusu6RoXOHThXwXdmFTJzjdTH/eK6U094f+9CIICbC5oKNWWLQ
ZT5ELnwnTjL1AoOifOmiGaUCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEATTQicV7y S6M6D1y8WDCczcyleBQ04H8CAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAZ56f4xbt
ttUVwzc1sglwa6vE5LpaTWF+D5Fq+S4MX6AnCw7Q28pQzrD3sRFl6JeaZXV423Fu IAELOYqp/vEQ8eqoLh87+z6H8cf7IF9luqHqe+ZlxIJtJkyzRReB5JZlU6BDPXtc
RPUuOVLdPCrrPhhxGfFCvCWtCCZE9OOy55QehfeZ3seum/D3Y1xP7N/8FRXZAiYI HHQncS8xGIVbX+dtRzbcN32E+hF9OA2fm8H1krt2JKs+ZvQwJ8orJog7KBfL65UT
TwSWFMR9wrgwqVZSQ/2omx+qZ+IruFV8/9QyDewA79zafuEheK+tI5fxMYlBc4qo 11QlDCwVlZwp/3LvY1W7JqzJ9TKRQdB6XV3TlOs6PTOcx8dOhU8yjpJYL7czEDjO
J11cl8/5iEs2/Vw7idRpwqV+GT6xiX7vSTQJU2TlBUBJWsqvaZLyQfq7b3JhmIHX EvXP0jd7YfQQOoPC8yy1vG1cn6BfPumQUgaBGvtTDEEDfCDFc/Lb/lbwmRGT41m3
6mMkLl/M6aUoIhnfXWXUkFmJtWENDvmrJWXMeukui130R2OFCwI7XZIrUADY0ZnB Pc/iobkkA7AFz+ZBEUZriLdRUsaOyaTJIurF8pYWjSKKAIhedEdA6qz46BviHK9f
imisXVMP4Uj5MA== gXIOOQ5iFu+fKA==
-----END CERTIFICATE----- -----END CERTIFICATE-----

View File

@@ -1,27 +1,27 @@
-----BEGIN RSA PRIVATE KEY----- -----BEGIN RSA PRIVATE KEY-----
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
-----END RSA PRIVATE KEY----- -----END RSA PRIVATE KEY-----

View File

@@ -1,15 +1,15 @@
-----BEGIN CERTIFICATE REQUEST----- -----BEGIN CERTIFICATE REQUEST-----
MIICajCCAVICAQAwJTELMAkGA1UEBhMCRVMxFjAUBgNVBAMMDXBjcmYuZ3JhZGlh MIICajCCAVICAQAwJTELMAkGA1UEBhMCRVMxFjAUBgNVBAMMDXBjcmYuZ3JhZGlh
bnQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCwoXb2/NXy1ukG4Fq5 bnQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCiYv9uThOeUbwWQlsY
wgiwboH6jdwqhYSDc8TppOMBdgrtAj2OMLdbjDKHQCPEDcy4ewphXtQeyaTNPr/H Zq1KXtKKOA5xsN8Mz8ohrXvZGs+Bsdyj82UkkQIreMLa3a/xbujnWWSanYcWKos3
EobbAJGHOd/3nex4HBdfrSHOMipB59nVkIVO7c/ZFeM9U4iQmnxCY5+rmOOfMrdr TDLg5U1hOcu6HQ5oBuq0Ref7CfEeLPilRmR7jUwTaaQVFD6V8G71fv3vxiFzQZkm
3FLsVeOFp4/T04llrur5xVMqQZJLqj68dERE8gcH1Rp6fK2MUg2mR9HD9iZE5EcC m8NLBK+Lx++MWZa7MAzODRIQSN4HFQxXDu4CIFIIsHneM0FQuJJU3IJA+DICG67J
GPgxEEB2IgNyZkjREvhNA6yqolhosi9oTpmLEDMxV8yEOy6lX48qKU7hibUInIzr ktvTAsuQCKGLSCdhk+3V9qlokB+EjtJnNyPiM1zeXPC1HZHXOhvv0oWxPjmuM6qI
30oZAE2IZTMlvOb2G0hhEX9SIoBshL3gZUqHMHI23fYipS5jnie9HPqK7aQES544 o5Z4l7+TendQGOPWSrXw4xt0cpq5NnJG/QEdkFBnArKpMYWs4yNYifnG+bht48/z
0PD1AgMBAAGgADANBgkqhkiG9w0BAQsFAAOCAQEAjLfsm7w1FjAYIutnf75cjJVj NvXHAgMBAAGgADANBgkqhkiG9w0BAQsFAAOCAQEAoKUUBPs29qpw0cK/9ZLZ38gK
ZHcdfznJhxfuxGmtbBcOjkPSMuhCdcDTU455BHCr0euQf3fw3i3ktGu9My/X9f60 RWWclwMVLaODMkdTB3A1cx2YqrXoAbhBm72kCh3AoAgX2MqArLBNS+XeteRNpvH7
k0n1QZiSdla2vRlNdi8ZnKpxdT7j67gBVLsNuJ/1FTtoMEsI1Yd8kdOEMqbkCWSV UniXoUVLDajQ2F9W+2IAmbSWJkZUGufiqW0htJpZQ0Qt8Znl+Iq6gy/Si3zVYgkb
7wk2KqSZ6M5Z3X4bt/PQfBf042271z4/Zy0v3ec5n2bTdb4TErobnmu+7Oi4x4Yn 83OMw+2Ws2IgjKjVkSk2zulEYqIeo8bTyjfGGULSY1beliR0X7Wj1T3qFwGA1Tcn
mqUgD8WNIMn+fH8tD1BSAbSdgxzpAR8jxNo1L0heItpmNMXVkJve5atUbmQCCaxW TbyIr2aiuIKtusks5jM8oASUXpqqqArEIpSV9n8lWUJQSWQKHjAOTyrpaT5kynes
TJ8GBnbkTwNLwfNHolMUIx3vwo3fey0nQiXOHFGcAN+4tXfg2hFkRiNA6pf4tQ== o8yzrHsAoxU8Qaijf/n8lxox2xQ5Xs/XJu5XTzs2YkdNwngW788uhDWWgpjpHQ==
-----END CERTIFICATE REQUEST----- -----END CERTIFICATE REQUEST-----

View File

@@ -1,19 +1,19 @@
-----BEGIN CERTIFICATE----- -----BEGIN CERTIFICATE-----
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
DyYfB8w58zhR/G8= LlD1DXzUCU3X098=
-----END CERTIFICATE----- -----END CERTIFICATE-----

View File

@@ -1,27 +1,27 @@
-----BEGIN RSA PRIVATE KEY----- -----BEGIN RSA PRIVATE KEY-----
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
-----END RSA PRIVATE KEY----- -----END RSA PRIVATE KEY-----

View File

@@ -1,15 +1,15 @@
-----BEGIN CERTIFICATE REQUEST----- -----BEGIN CERTIFICATE REQUEST-----
MIICaTCCAVECAQAwJDELMAkGA1UEBhMCRVMxFTATBgNVBAMMDHNtZi5ncmFkaWFu MIICaTCCAVECAQAwJDELMAkGA1UEBhMCRVMxFTATBgNVBAMMDHNtZi5ncmFkaWFu
dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANn7aejXj4GAAki/EATW dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJqQzGtSSY6YMkLxa/gw
2PUvNrC9q/03VmLzlUq6CHbNFxYLRxmI5tidhOHNoE2XhfjdtZ6S/v3ZSqYDxzIi jJ+PoXPfe1UJImFI9Dtv741SgGdVwOOJrMqOd0vQN1rN/uVdVY1MXHE+evqHX78G
UPCMjD0kzuo0lBXVC0++luPtp53cZJHCH00LDQl1ag4w0lzs2drpvqswn0xWe0yD vnYd6cJnBAboX34u0/RZYB3rnspBd3R+WPfVHB14N9Sxi+m4W1ENM0i/w/YGPl7T
WvDIiMoC0coq2uU+d7CeW7QZDBA5Ta5+NXvHHAipMik+q6bpTHF/c3fj32Dut3tw r1/N//myNc6rwY7dODybNOhNXcpBITnVvS9BmO4zLl6Q9RQyq3OiO7SPl2s2JURv
BaDTLMQdlaxlwwj77fbfpdqQyzYN7JgImowu4xzpTFhf1athUVV2e1r5exIhxX/N a/SZCyL6VjqA4YSTxlZi3pPFs0tqUvgXMeoycCBpBUWxGhjeeMbCk5m4pjHE/hjk
u2zpqvXLWc2JPSs9FID/CMjuLMkBKrHIxs6X1q4dZDRBJ9Q6cHrniicBWQnCEZbz Olj1KZiVcjHvLHXELjgHNaZX4zYWc/FMYJg0iyVP7nxBQes9Y9r1+pYi5n83vPEr
eyMCAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4IBAQBHQlQx6Nm6knEOrNKCWc9T/2rX rzECAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4IBAQAdytc63JMA0Ro6WwCl50cQYqdO
xHVkRAL/paA45FL9gUvnBHFg0E9XPmOClNBKEBqsKy8wg7Ew8JPiEEKi/ihzBOBK 0TxEFcs9RAuvVcIWUp4Hw23SLaStxgZMH2tXA7giyHZD4rfQhz3SzAQ39slABw1P
mYGI/SYRxqzbYIs5SpKBTMC6aGJMOyKNhqH3DFjMIgAsXkZO3uYA1W4f1spIztII VUJhRq+7zy5fJiAc3+h7ZbpdG3oDZ3iLFSCSAkESbknom9NnRzh7dO5tXPy64HRM
mvJPyjO2TXMmoODhT9idtuCLuz6dcRJClSmfF7goBCivhfuAL8VOg43rj6yqSJR0 fwU4FNwUffuqZfoefyt4tbAhdKEzaKrFG++ztNjTZEVHbxU5WxR8vFNoeAUX1zc6
EC87knujX+pNlIpuWI+C/TQwqzxf0vTdJ8Rv9Vx073h9Z+D58mmF6LBq0nCO1CV9 7zH6IDkQbB/Qq9Z0pHb9g8hKz7xL5sQHrtuBaMm3iD61umns2eaV+DouDRFs0aj4
J0VTMKuMgv7LT9OwCuuX1a8bbEtfzbNGMIV243d1aiVtqhjdPfyrYvBfWhp3 /ltmieK7D5LOVz2g3quQFuH45fEpt0gWsvtCN34tVSxTeEW/omOkjd4thCRl
-----END CERTIFICATE REQUEST----- -----END CERTIFICATE REQUEST-----

View File

@@ -1,19 +1,19 @@
-----BEGIN CERTIFICATE----- -----BEGIN CERTIFICATE-----
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
iT1KOFH0U5G3gA== hL7A1nr3Jnoysg==
-----END CERTIFICATE----- -----END CERTIFICATE-----

View File

@@ -1,27 +1,27 @@
-----BEGIN RSA PRIVATE KEY----- -----BEGIN RSA PRIVATE KEY-----
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
-----END RSA PRIVATE KEY----- -----END RSA PRIVATE KEY-----

View File

@@ -11,7 +11,7 @@ You need to enable usb debugging in your phone, and accept the host connection.
Connect your android phone to the host USB and run: Connect your android phone to the host USB and run:
``` ```
docker run -ti --privileged -v /dev/bus:/dev/bus -p 5900:5900 openverso/scrcpy docker run -ti --privileged -v /dev/bus:/dev/bus -p 5900:5900 gradiant/scrcpy
``` ```
Connect with a VNC client to localhost:5900 to remotely control the device. Default is no password, can be configured with -e VNC_PASSWORD flag in `docker run`. Connect with a VNC client to localhost:5900 to remotely control the device. Default is no password, can be configured with -e VNC_PASSWORD flag in `docker run`.

View File

@@ -1,5 +1,5 @@
REGISTRY=docker.io REGISTRY=docker.io
IMAGE=openverso/ueransim IMAGE=gradiant/ueransim
TAG=3.2.6 TAG=3.2.6
PLATFORMS=linux/amd64#,linux/arm64 PLATFORMS=linux/amd64#,linux/arm64

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
REGISTRY=docker.io/openverso REGISTRY=docker.io/gradiant
if [ -z "$IMAGE_LIST" ]; then if [ -z "$IMAGE_LIST" ]; then
LIST_CHANGED=`git diff --name-only main -- images | cut -f1-2 -d'/' | uniq` LIST_CHANGED=`git diff --name-only main -- images | cut -f1-2 -d'/' | uniq`