This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-dev/+/25175 ) Change subject: ttcn3.sh: get_program_repo: add osmo-pcap-client ...................................................................... ttcn3.sh: get_program_repo: add osmo-pcap-client Make "ttcn3.sh osmo-pcap-client" work. Change-Id: I61f1b9f8ce9157f34cefad093b7ae7d445834961 --- M ttcn3/ttcn3.sh 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/75/25175/1 diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh index 07a7adc..9b2b1f4 100755 --- a/ttcn3/ttcn3.sh +++ b/ttcn3/ttcn3.sh @@ -71,6 +71,7 @@ case "$1" in fake_trx.py) echo "osmocom-bb" ;; osmo-bts-*) echo "osmo-bts" ;; + osmo-pcap-client) echo "osmo-pcap" ;; osmo-stp) echo "libosmo-sccp" ;; trxcon) echo "osmocom-bb" ;; virtphy) echo "osmocom-bb" ;; -- To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/25175 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-dev Gerrit-Branch: master Gerrit-Change-Id: I61f1b9f8ce9157f34cefad093b7ae7d445834961 Gerrit-Change-Number: 25175 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith at sysmocom.de> Gerrit-MessageType: newchange -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210809/36b4c9da/attachment.htm>