osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-dev/+/35121?usp=email )
Change subject: ttcn3: pgw: depend on osmo-uecups
......................................................................
ttcn3: pgw: depend on osmo-uecups
Change-Id: I95b77ea1a9f4c31c8886dc3f613e545135da320d
---
M all.deps
M ttcn3/ttcn3.sh
2 files changed, 16 insertions(+), 1 deletion(-)
Approvals:
osmith: Looks good to me, approved; Verified
diff --git a/all.deps b/all.deps
index 7857f16..5a1191a 100644
--- a/all.deps
+++ b/all.deps
@@ -35,6 +35,7 @@
osmo-hnbgw osmo-iuh osmo-mgw libosmo-pfcp
osmo-e1d libosmocore
osmo-remsim simtrace2_host libosmo-netif
+osmo-uecups libosmocore
open5gs
diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh
index 85cbb6b..d665e84 100755
--- a/ttcn3/ttcn3.sh
+++ b/ttcn3/ttcn3.sh
@@ -187,9 +187,13 @@
# Programs that need to be built
get_programs() {
case "$PROJECT" in
+ # Open5gs
+ *-ogs) echo "open5gs" ;;
+ pgw) echo "open5gs osmo-uecups-daemon" ;;
+
+ # Osmocom
bsc|bsc-*) echo "osmo-stp osmo-bsc osmo-bts-omldummy" ;;
bts) echo "osmo-bsc osmo-bts-trx" ;;
- *-ogs|pgw) echo "open5gs" ;;
msc) echo "osmo-stp osmo-msc" ;;
pcu-sns) echo "osmo-pcu" ;;
pcu) echo "osmo-pcu osmo-bsc osmo-bts-virtual" ;;
@@ -206,6 +210,7 @@
osmo-bts-*) echo "osmo-bts" ;;
osmo-pcap-*) echo "osmo-pcap" ;;
osmo-stp) echo "libosmo-sccp" ;;
+ osmo-uecups-*) echo "osmo-uecups" ;;
*) echo "$1" ;;
esac
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-dev/+/35121?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I95b77ea1a9f4c31c8886dc3f613e545135da320d
Gerrit-Change-Number: 35121
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged