File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
1616 target : open5gs
1717 args :
1818 OS_VERSION : " 22.04"
19- OPEN5GS_VERSION : " v2.6.1 "
19+ OPEN5GS_VERSION : " v2.6.6 "
2020 env_file :
2121 - ${OPEN_5GS_ENV_FILE:-open5gs/open5gs.env}
2222 privileged : true
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-ins
6262 && apt-get autoremove && apt-get clean
6363
6464# To set a fixed version of open5gs use
65- ARG OPEN5GS_VERSION=v2.6.1
65+ ARG OPEN5GS_VERSION=v2.6.6
6666RUN echo $OPEN5GS_VERSION > ./open5gsversion
6767# get latest open5gs tag (must be stored in a file, because docker does not allow to use the return value directly)
6868# RUN git ls-remote --tags https://github.com/open5gs/open5gs | sort -t '/' -k 3 -V | awk -F/ '{ print $3 }' | awk '!/\^\{\}/' | tail -n 1 > ./open5gsversion
Original file line number Diff line number Diff line change 1- This is a all-in-one Docker container for Open5GS. At build, the container will use the specified version of the open5gs repository (default v2.6.1
1+ This is a all-in-one Docker container for Open5GS. At build, the container will use the specified version of the open5gs repository (default v2.6.6
22). To run the latest tag of the open5gs repository (< https://github.com/open5gs/open5gs/tags > ), line 51 and 52 in .Dockerfile
33```
44# get latest open5gs tag (must be stored in a file, because docker does not allow to use the return value directly)
@@ -54,7 +54,7 @@ Build the Docker container using:
5454
5555` docker build --target open5gs -t open5gs-docker . `
5656
57- You can overwrite open5gs version by adding ` --build-arg OPEN5GS_VERSION=v2.6.1 `
57+ You can overwrite open5gs version by adding ` --build-arg OPEN5GS_VERSION=v2.6.6 `
5858
5959Then run the docker container with:
6060
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ parameter:
2626# no_sgwu: true
2727# no_pcrf: true
2828# no_hss: true
29- no_ipv6 : true
3029
3130sbi :
3231 server :
242241 sbi :
243242 - addr : 127.0.0.20
244243 port : 7777
244+ time :
245+ t3412 :
246+ value : 540 # 9 minutes * 60 = 540 seconds
247+ t3512 :
248+ value : 540 # 9 minutes * 60 = 540 seconds
You can’t perform that action at this time.
0 commit comments