Skip to content

Commit

Permalink
Bugs fixed (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpontongradiant authored Jul 4, 2024
1 parent 56720bf commit 2e2268b
Show file tree
Hide file tree
Showing 25 changed files with 450 additions and 73 deletions.
18 changes: 9 additions & 9 deletions docs/open5gs-and-srsran-4g-usrp/epc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@ services:
environment:
MONGO_INITDB_DATABASE: open5gs
webui:
image: gradiant/open5gs-webui:2.7.0
image: gradiant/open5gs-webui:2.7.1
restart: on-failure
environment:
DB_URI: mongodb://mongo/open5gs
NODE_ENV: dev
ports:
- 9999:9999
smf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-smfd
restart : on-failure
mme:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
volumes:
- ./config/mme.yaml:/opt/open5gs/etc/open5gs/mme.yaml
command: open5gs-mmed
restart: on-failure
ports:
- 36412:36412
sgwc:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-sgwcd
restart : on-failure
sgwu:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-sgwud
restart : on-failure
upf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: ["open5gs-upfd"]
cap_add:
- all
Expand All @@ -42,18 +42,18 @@ services:
ports:
- 2152:2152
pcrf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: ["open5gs-pcrfd"]
environment:
DB_URI: mongodb://mongo/open5gs
restart: on-failure
hss:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-hssd
environment:
DB_URI: mongodb://mongo/open5gs
restart: on-failure
nrf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-nrfd
restart : on-failure
2 changes: 1 addition & 1 deletion docs/open5gs-and-srsran-4g/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
deploy the EPC core (open5gs) with:

```
docker compose -f epc.yaml up -d
docker compose -f epc.yaml up -d
```

Register subscriber in ngc with `./register_subscriber.sh`.
Expand Down
18 changes: 9 additions & 9 deletions docs/open5gs-and-srsran-4g/epc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,33 @@ services:
environment:
MONGO_INITDB_DATABASE: open5gs
webui:
image: gradiant/open5gs-webui:2.7.0
image: gradiant/open5gs-webui:2.7.1
restart: on-failure
environment:
DB_URI: mongodb://mongo/open5gs
NODE_ENV: dev
ports:
- 9999:9999
smf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-smfd
restart : on-failure
mme:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-mmed
restart: on-failure
ports:
- 36412:36412
sgwc:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-sgwcd
restart : on-failure
sgwu:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-sgwud
restart : on-failure
upf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: ["open5gs-upfd"]
cap_add:
- all
Expand All @@ -40,19 +40,19 @@ services:
ports:
- 2152:2152
pcrf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: ["open5gs-pcrfd"]
environment:
DB_URI: mongodb://mongo/open5gs
restart: on-failure
hss:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-hssd
environment:
DB_URI: mongodb://mongo/open5gs
restart: on-failure
nrf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-nrfd
restart : on-failure

4 changes: 2 additions & 2 deletions docs/open5gs-and-srsran-4g/register_subscriber.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

MONGO_CONTAINER=open5gs-and-srslte-mongo-1
MONGO_CONTAINER=open5gs-and-srsran-4g-mongo-1

: 'open5gs-dbctl: Open5GS Database Configuration Tool (0.10.3)
FLAGS: --db_uri=mongodb://localhost
Expand Down Expand Up @@ -31,6 +31,6 @@ MONGO_CONTAINER=open5gs-and-srslte-mongo-1
docker cp open5gs-dbctl $MONGO_CONTAINER:/

docker run -ti --rm \
--net open5gs-and-srslte_default \
--net open5gs-and-srsran-4g_default \
-e DB_URI=mongodb://$MONGO_CONTAINER/open5gs \
gradiant/open5gs-dbctl:0.10.3 "open5gs-dbctl add 999700000000001 465B5CE8B199B49FAA5F0A2EE238A6BC E8ED289DEBA952E4283B54E88E6183CA"
26 changes: 13 additions & 13 deletions docs/open5gs-and-srsran-5g/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,73 +5,73 @@ services:
environment:
MONGO_INITDB_DATABASE: open5gs
amf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command:
- open5gs-amfd
restart : on-failure

ausf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command:
- open5gs-ausfd
restart : on-failure

bsf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-bsfd
restart : on-failure

nrf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-nrfd
restart : on-failure

nssf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-nssfd
restart : on-failure

pcf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command:
- open5gs-pcfd
environment:
DB_URI: mongodb://mongo/open5gs
restart : on-failure

pcrf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: ["open5gs-pcrfd"]
environment:
DB_URI: mongodb://mongo/open5gs
restart: on-failure
scp:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-scpd
environment:
DB_URI: mongodb://mongo/open5gs
restart: on-failure
smf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command: open5gs-smfd
restart : on-failure

udm:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
restart: on-failure
command:
- open5gs-udmd

udr:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
restart: on-failure
environment:
DB_URI: mongodb://mongo/open5gs
command:
- open5gs-udrd

upf:
image: gradiant/open5gs:2.7.0
image: gradiant/open5gs:2.7.1
command:
- open5gs-upfd
cap_add:
Expand All @@ -82,7 +82,7 @@ services:
- 2152:2152

webui:
image: gradiant/open5gs-webui:2.7.0
image: gradiant/open5gs-webui:2.7.1
restart: on-failure
environment:
DB_URI: mongodb://mongo/open5gs
Expand Down
3 changes: 2 additions & 1 deletion docs/open5gs-and-ueransim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deploy the ngc core (open5gs) with:
docker compose -f ngc.yaml up -d
```

Register subscribers in ngc with `/register_subscriber.sh`.
Register subscribers in ngc with `./register_subscriber.sh`.


# Deploy gnodeb
Expand Down Expand Up @@ -58,4 +58,5 @@ Undeploy with:
docker compose -f gnb1.yaml down
docker compose -f gnb2.yaml down
docker compose -f ngc.yaml down -v
```
Loading

0 comments on commit 2e2268b

Please sign in to comment.