Pau Espin Pedrol has submitted this change and it was merged. (
https://gerrit.osmocom.org/13696 )
Change subject: nightly-packages: Update limesuite hash to support LimeNet-Micro
......................................................................
nightly-packages: Update limesuite hash to support LimeNet-Micro
Newer LimeSuite (at least 7557e291209fc66a78ffa74dd8314e75841f7c96) is
required to have LimeNet-Micro working properly with osmo-trx.
We update to current newest master since other fixes related to sample
rate are applied after the commit mentioned above.
Related: OS#3861
Change-Id: I62779f3bdbc4a459363a1d660d96d5f02f7763c1
---
M scripts/osmocom-nightly-packages.sh
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
roh: Looks good to me, approved
Harald Welte: Looks good to me, approved
Pau Espin Pedrol: Verified
diff --git a/scripts/osmocom-nightly-packages.sh
b/scripts/osmocom-nightly-packages.sh
index 61cb250..0d4db2d 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -143,7 +143,7 @@
checkout_limesuite() {
cd "$REPO"
git clone https://github.com/myriadrf/LimeSuite limesuite
- TAG="$(get_last_tag limesuite)"
+ TAG="357ad5dd0d71304179d476b38e67240527d917df"
cd limesuite
git checkout "$TAG"
}
@@ -203,7 +203,7 @@
create_osmo_trx_debian8_jessie
- build limesuite no_commit --git-upstream-tree="$(get_last_tag limesuite)"
+ build limesuite no_commit
--git-upstream-tree="357ad5dd0d71304179d476b38e67240527d917df"
build osmo-gsm-manuals
build libosmocore
build libosmo-sccp
--
To view, visit https://gerrit.osmocom.org/13696
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I62779f3bdbc4a459363a1d660d96d5f02f7763c1
Gerrit-Change-Number: 13696
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: roh <[email protected]>