obs: add osmo-bsc-nat, osmo-fl2k

Looks like I copied the list of packages from the old latest script, so
these two that were only in nightly are missing. Once added, they will
be built for nightly again and not for latest as there's no tag matching
the patterin in the git repositories.

Change-Id: I4b96f15e95c70f1dca12a292964e6f12b04e4a04
This commit is contained in:
Oliver Smith 2022-08-04 14:01:23 +02:00 committed by osmith
parent 7340fa7561
commit 3f4ee14898
1 changed files with 3 additions and 0 deletions

View File

@ -49,9 +49,11 @@ projects_osmocom = [
"libsmpp34",
"libusrp",
"osmo-bsc",
"osmo-bsc-nat",
"osmo-bts",
"osmo-cbc",
"osmo-e1d",
"osmo-fl2k",
"osmo-gbproxy",
"osmo-ggsn",
"osmo-gsm-manuals",
@ -86,6 +88,7 @@ git_url_other = {
"limesuite": "https://github.com/myriadrf/LimeSuite",
"neocon": "https://github.com/laf0rge/neocon",
"open5gs": "https://github.com/open5gs/open5gs",
"osmo-fl2k": "https://gitea.osmocom.org/sdr/osmo-fl2k",
"rtl-sdr": "https://gitea.osmocom.org/sdr/rtl-sdr",
}