laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/28542 )
Change subject: scripts/deactivate-5g.script: Also disable service 126
......................................................................
scripts/deactivate-5g.script: Also disable service 126
Service 126 relates to DF.5GS/EF.UAC_AIC. As we are deactivating that
file in the script, we should also disable the related EF.UST service.
Change-Id: Id35035aaf23b2163caed3197786288c87be03cfa
---
M scripts/deactivate-5g.script
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/scripts/deactivate-5g.script b/scripts/deactivate-5g.script
index 13206fa..64be573 100644
--- a/scripts/deactivate-5g.script
+++ b/scripts/deactivate-5g.script
@@ -17,6 +17,7 @@
ust_service_deactivate 123
ust_service_deactivate 124
ust_service_deactivate 125
+ust_service_deactivate 126
ust_service_deactivate 127
ust_service_deactivate 129
ust_service_deactivate 130
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/28542
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Id35035aaf23b2163caed3197786288c87be03cfa
Gerrit-Change-Number: 28542
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged
laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/28536 )
Change subject: scripts/OBS latest: fix checkout with dir in path
......................................................................
scripts/OBS latest: fix checkout with dir in path
osmo-python-tests was added to latest just like it was in nightly, by
adding the following two lines to build_osmocom():
checkout python/osmo-python-tests
...
build osmo-python-tests
But the build fails, because the "checkout" function clones into a
"python/osmo-python-tests" directory in latest, and not into a
"osmo-python-tests" directory like in nightly. Make it behave the same
by adjusting the "checkout" function in nightly.
(This code has historically grown and should be refactored imho, but
let's fix this bug first.)
Fix for:
====> Building osmo-python-tests
+ cd /home/osmocom-build/jenkins/workspace/Osmocom_OBS_latest_obs.osmocom.org/osmo-python-tests
./scripts/osmocom-latest-packages.sh: 99: cd: can't cd to .../osmo-python-tests
Change-Id: I97074ee953cadac476fe2e4b686689c26bac1ea1
---
M scripts/osmocom-latest-packages.sh
1 file changed, 3 insertions(+), 2 deletions(-)
Approvals:
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh
index 3efc101..9055f5c 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -51,7 +51,8 @@
}
checkout() {
- project=$1
+ path=$1
+ project="$(basename $path)"
url=$2
gitbpargs=""
@@ -60,7 +61,7 @@
fi
if [ -z "$url" ]; then
- url="$(osmo_git_clone_url "$project")"
+ url="$(osmo_git_clone_url "$path")"
fi
echo
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/28536
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I97074ee953cadac476fe2e4b686689c26bac1ea1
Gerrit-Change-Number: 28536
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/28542 )
Change subject: scripts/deactivate-5g.script: Also disable service 126
......................................................................
scripts/deactivate-5g.script: Also disable service 126
Service 126 relates to DF.5GS/EF.UAC_AIC. As we are deactivating that
file in the script, we should also disable the related EF.UST service.
Change-Id: Id35035aaf23b2163caed3197786288c87be03cfa
---
M scripts/deactivate-5g.script
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/42/28542/1
diff --git a/scripts/deactivate-5g.script b/scripts/deactivate-5g.script
index 13206fa..64be573 100644
--- a/scripts/deactivate-5g.script
+++ b/scripts/deactivate-5g.script
@@ -17,6 +17,7 @@
ust_service_deactivate 123
ust_service_deactivate 124
ust_service_deactivate 125
+ust_service_deactivate 126
ust_service_deactivate 127
ust_service_deactivate 129
ust_service_deactivate 130
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/28542
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Id35035aaf23b2163caed3197786288c87be03cfa
Gerrit-Change-Number: 28542
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange