Skip to content

Changes

Summary

  1. ttcn3-pcu-test: use PFUIF v10 for 2023q1 (details)
  2. open5gs-master: Fix indentation (details)
  3. open5gs-master: Install open5gs-dbctl to /usr/bin (details)
  4. open5gs-master: Make mongodb available in the image (details)
Commit c68d4d9f0fa0ac0280e7d02ad8d4d84095a3af98 by Oliver Smith
ttcn3-pcu-test: use PFUIF v10 for 2023q1

Change-Id: Iae895240276fa68bfd9fdb2e13358a3a7fb65f59
The file was modified ttcn3-pcu-test/jenkins.sh
The file was modified ttcn3-pcu-test/PCU_Tests.cfg
The file was modified jenkins-common.sh
The file was modified ttcn3-pcu-test/jenkins-sns.sh
The file was modified ttcn3-pcu-test/sns/PCU_Tests.cfg
Commit b3c5679beced83bebe6bf14e5e655cfc08b38251 by Pau Espin Pedrol
open5gs-master: Fix indentation

Use tabs everywhere, as usual with other Dockerfiles (eg.
open5gs-latest).

Change-Id: Ie4e72f484797ada718915e837cd38be574136631
The file was modified open5gs-master/Dockerfile
Commit a15ab99d07f9ac5bd0af86eaaf5587bb220bdc61 by Pau Espin Pedrol
open5gs-master: Install open5gs-dbctl to /usr/bin

meson install doesn't install that file because it's aimed at
developers. However, debian package does install it manually in
debian/open5gs-common.install.
Hence, the app is available in open5gs-latest docker image, but not in
open5gs-master. Manually copy it to /usr/bin to have both behave the
same in this aspect.

Related: SYS#6588
Change-Id: I54a760d04e6522d843e6d65b94ef6067e502fbaa
The file was modified open5gs-master/Dockerfile
Commit f9596689c3386fe12bda998ce36df771c578ddd3 by Pau Espin Pedrol
open5gs-master: Make mongodb available in the image

The open5gs-latest image installs mongodb, but the master one doesn't.
Having a mongodb image is required to run together with open5gs-hssd.

Related: SYS#6588
Change-Id: Id6dde5f54b666279c102eb14fabb87194192c9e4
The file was modified open5gs-master/Dockerfile